Skip to content

Releases: wearerequired/composer-deployer

1.0.0

31 Jan 16:58
7c965e9
Compare
Choose a tag to compare

Changed

Full Changelog: 0.6.0...1.0.0

0.6.0

28 Jul 12:43
f4ad63f
Compare
Choose a tag to compare

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

02 Nov 08:06
be953fd
Compare
Choose a tag to compare

Added

  • Add wp:install task to install WordPress if it is not installed.

0.4.0

28 May 09:18
dad9997
Compare
Choose a tag to compare

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

09 Oct 11:55
Compare
Choose a tag to compare

Changed

  • Allow the wp:upgrade_db task to fail gracefully.

0.3.1

03 Oct 15:00
Compare
Choose a tag to compare

Fixed

  • Move wearerequired/coding-standards dependency to dev dependencies.

0.3.0

03 Oct 14:03
Compare
Choose a tag to compare

Added

  • Add wordpress option to allow skipping WordPress related tasks on deploy.

0.2.0

25 Sep 15:36
430e4d8
Compare
Choose a tag to compare

Added

  • Add task to run the WordPress database update procedure on deployment.

Changed

  • Set keep_releases option 3 by default.

0.1.2

23 Sep 13:29
0.1.2
5eafe0a
Compare
Choose a tag to compare

Changed

  • Set allow_anonymous_stats option false by default.
  • Update composer_options to use --no-dev flag for production deployments.

0.1.1

23 Sep 06:52
054f451
Compare
Choose a tag to compare

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).