Releases: deployphp/deployer
Releases · deployphp/deployer
Deployer 3.0.7
Note: Please update to version 3.0.9 to fix problem default timeout value for phpseclib. #435
In this release:
- Updated version constraints of dependency packages #339, #428, #375
- Updated git clone faster with git cache or shallow clone #346, #352
- Updated docs and build script #364, #365, #367
- Switched coding style to follow PSR-2 standard and add StyleCI check #360, #362, #366, #369
- Added support forward agent feature when using ext-ssh2 #388
- Added ability to enable ssh config via serverList yaml functionality. #417
- Added default stage support #401
- Added creating the deployment path if it doesn't exist #403
- Added env parsing path when using upload and download function #390
- Fixed wrong agent forwarding implementation #393, #428
- Fixed add env variable to composer #400
Deployer 3.0.6
Deployer 3.0.5
- #299 - If a password is not specified, then now the developer will be prompted for it,
- Laravel5 support: Added
.env
as a shared file in the Laravel recipe, - #308 - Added a recipe to support FuelPHP,
- #312 - Fixed an Ubuntu visual bug reported in issue #291,
- #314 - Added a recipe to support CodeIgniter,
- The
deploy:vendors
task now appends thecomposer_options
env var to the command, - Added a roadmap with plans for the 3.1 and 3.2 releases.
Deployer 3.0.4
- Fix parallel execution in phar archives (correct detecting deployer bin inside phar).
Deployer 3.0.3
- Fix uploading function
Deployer 3.0.2
- Add
server
environment variables - Add protected environment variables
- Realtime output for runLocally
- Fix Laravel recipe
- Fix home path replace on Windows
- Other small spelling fixes
Deployer 3.0.1
Fix some little issues, update Symfony recipe for Symfony3 directory structure.
Deployer 3.0.0
Deployer 2.0.5
Fix installing vendors with new version of Composer.