Releases: wearerequired/composer-deployer
Releases · wearerequired/composer-deployer
0.6.0
Added
- Add
wp:post_rollout
task and post_rollout_commands
option to run custom commands before finishing the deployment.
Full Changelog: 0.5.0...0.6.0
0.5.0
Added
- Add
wp:install
task to install WordPress if it is not installed.
0.4.0
Changed
- Require PHP 7.4.
- Require Composer 2.
- Remove the deprecated
--no-suggest
parameter for composer install
.
Added
- Add support for custom path to WP-CLI binary.
0.3.2
Changed
- Allow the
wp:upgrade_db
task to fail gracefully.
0.3.1
Fixed
- Move
wearerequired/coding-standards
dependency to dev dependencies.
0.3.0
Added
- Add
wordpress
option to allow skipping WordPress related tasks on deploy.
0.2.0
Added
- Add task to run the WordPress database update procedure on deployment.
Changed
- Set
keep_releases
option 3
by default.
0.1.2
Changed
- Set
allow_anonymous_stats
option false
by default.
- Update
composer_options
to use --no-dev
flag for production deployments.
0.1.1
Changed
- The deploy.tpl.php is copied now (before it was read and written to a new file).
Fixed
- Use correct path to deploy.php in uninstall event (path to the folder where the composer.json is located).