magallanes/CHANGELOG.md

16 lines
725 B
Markdown
Raw Permalink Normal View History

2022-04-10 06:20:03 +02:00
CHANGELOG for 5.X
2017-01-10 18:25:38 +01:00
=================
2022-04-10 06:20:03 +02:00
* 5.0.0 (2022-04-15)
* v5 series release.
* Refactored for Symfony 6 and PHP 8.
* Added strong types.
* Removed task `composer/self-update`.
* Allow `exec` task to interpolate `%environment%` and `%release%`.
* Added new `sleep` task to day execution [PR#414].
* Added new `symlink` option to define the name of symbolic link on the Release [PR#425].
* Improved Windows compatibility [PR#427].
* Added new `log_limit` option to limit how many logs are kept [Issue#403].
* Add new deploy option `--tag` to specify deploying a specific tag [Issue#192] [Issue#315].
2022-04-11 05:20:05 +02:00
* Added new `scp_flags` option for the `scp` command when SSH flags are incompatible with [Issue#439].