Releases: svandragt/php-activate
0.3.1
Small update:
- Eliminate the
activate_php:export:20: invalid option(s)
output. Exporting thephp
function is not needed as we source the script into the current shell session. - Harden the script by implementing shellscript linting recommendations.
- Readme update.
Full Changelog: 0.3.0...0.3.1
0.3.0
Breaking change: the setup instructions for your shell have changed: the shell script now calls itself on source, so please update your own tooling to source php-activate.sh $PHP_VERSION
where $PHP_VERSION is the version you want to activate.
This update fixes direnv support, which was not exporting the activated PHP version correctly, when setup according to the README.
This version also drops the Fish shell version of the script, I do not have the motivation to support both.
Full Changelog: 0.2.0...0.3.0
0.2.0
0.1.2
Been using this for a few months without problems.
Made for those working with multiple projects using a variety of PHP versions, this script will automatically switch to the correct PHP version after cding into the project folder. It does not require sudo, so even works in IDEs.
The latest version contains only documentation changes, but I've been using this successfully for a few months, so wanted to share this more widely
Full Changelog: 0.1.1...0.1.2
0.1.1
Full Changelog: 0.1...0.1.1
- Direnv compatibility
0.1
First release!
Full Changelog: https://github.com/svandragt/php-activate/commits/0.1