Releases: deployphp/deployer
Releases · deployphp/deployer
v8.0.0-alpha
Deployer 8 is here, marking the start of a new chapter:
- PHP 8+ Ready: Modernized codebase built for the future.
- Improved Architecture: Stronger, more scalable foundation.
- Bug Fixes: Resolving long-standing issues from version 7.
This is an alpha release, with more alphas and betas to come before a stable version. Feedback is welcome as we refine and stabilize!
v7.5.6
v7.5.5
v7.5.4
v7.5.3
v7.5.2
v7.5.1
v7.5.0
The PHP deployment tool with support for popular frameworks out of the box.
What's Changed
- Fixed and improved provision recipe.
- Now with support for Ubuntu 20, 22, 24 and older!
- New way of installing Node.
- New distribution and release process.
- Plus, Docker image: deployphp/deployer
- Plus, Phive distribution
phive install deployer
This is the last release of Deployer with PHP v7 support. Next version of Deployer v8 will support only PHP v8.
v7.5.0-beta
First beta of 7.5. With new dependencies distribution.
v7.4.1
We’re excited to announce that this version of Deployer comes with an official Docker image!
To get started, simply run:
docker run --rm -it -v .:/app deployphp/deployer initFeatures:
- Add deployment recipe for CodeIgniter 4 (#3878)
- Shopware: Added
deploy:update_codetask (#3816) - Magento 2: Changed upgrading database logic (#3812)
- Httpie Timeout: Increased timeout for Sentry integration (#3879)
- UI Enhancements: Various improvements to user interface (#3835)
Fixes:
- Craft CMS: Fixed deploy recipe (#3839)
- Magento 2: Theme processing fix (#3818)
- Caddyfile & Realpath Errors: Hotfix for errors in
provision:website(#3837) - Spelling Fix: Corrected typo 'downlaod' to 'download' (#3887)
- PHP-FPM: Avoid reloading in Apache (#3847)