Releases: luyadev/luya-deployer
Releases · luyadev/luya-deployer
3.0.1
- Add new option
unglue_server
which has to be set to your unglue server URL in order to use the unglue compile step
2.2.1
2.2.1 (11. January 2023)
- Added
--silent=0
to unglue command to ensure CI/CD fails if an error occurs.
2.2.0
2.2.0 (15. March 2022)
- #23 FXP installation is now by default off instead of on. This is a small BC break. In order to restore original behavior use
->set('installFxpPlugin', true)
2.1.0
2.1.0 (7. October 2021)
- #17 Added new
unglue
tasks which is downloading the unglue binary. Usage example after('luya:commands', 'unglue');
2.0.3
2.0.3 (6. August 2020)
- Remove
--no-suggest
command from composer install action
2.0.2
2.0.2 (7. May 2020)
- Added new option which sets the application version based on the currently deployed tag.
1.0.9
1.0.9 (7. May 2020)
- Automatically set the deploy tag as app version.
2.0.1
2.0.1 (16. April 2020)
- Fix issue with shared hostings and prefixed PHP binary.
2.0.0
2.0.0 (14. April 2020)
This release breaks the old API! Check the UPGRADE document to read more about.
- #10 Moved to Version 6.0 of PHP Deployer.