Skip to content
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.

Releases: wearerequired/capistrano-wearerequired

Version 2.0.1

04 Aug 11:57
Compare
Choose a tag to compare
  • Update dependencies (slackistrano, bundler & rake)
  • Skip Yoast SEO plugin when installing language packages as it caused issues with translated rewrite rules
  • Correct author icon path

Version 2.0.0

02 Jan 09:13
v2.0.0
Compare
Choose a tag to compare
  • Requires WP-CLI 2.1.0 and newer
    WP-CLI 2.1.0 introduced the --all flag for installing translations for all installed plugins/themes.
  • Changed event from deploy:finishing to deploy:updated to install and update translations before publishing a new release without translations.

Version 1.3.1

24 Sep 06:00
Compare
Choose a tag to compare
  • Correct Slackistrano defaults tasks hook.

Version 1.3.0

21 Sep 12:54
5958f3f
Compare
Choose a tag to compare
  • Improve defaults for Slackistrano
    Prevents warnings when not using Slack notifications at all.
  • Improve WP-CLI error handling
    Prevents clutter and early deployment fails when WP-CLI language commands error.

Version 1.2.0

07 Sep 13:37
d007eab
Compare
Choose a tag to compare
  • Support WP-CLI 2.0.0 and newer
    In WP-CLI 2.0.0 the wp language plugin and wp language theme commands were introduced.

Version 1.1.0

02 Nov 13:23
68dd09e
Compare
Choose a tag to compare
  • Support WP-CLI 1.2.0 and newer
    In WP-CLI v1.2.0 the wp core language command was changed to wp language core.
  • Get deployer's name from Git config in SlackistranoMessagingElements

Version 1.0.0

25 Oct 15:32
v1.0.0
Compare
Choose a tag to compare
  • Renamed to Capistrano::Wearerequired and published on rubygems.org.
  • Renamed SlackistranoMessagingExtended class to SlackistranoExpandedGitMessaging.
  • Moved support for custom icon (via icon_url or icon_emoji) and bot name (via username) to it's own class SlackistranoMessagingElements.
  • SlackistranoExpandedGitMessaging extends SlackistranoMessagingColors which extends SlackistranoMessagingElements.
  • Added wordpress:clear_opcache task.
  • Added new messaging class for Slackistrano for more informative notifications.

v0.3.0

02 Jun 08:04
v0.3.0
Compare
Choose a tag to compare
  • Added deploy:cleanup_all task.
  • Added wordpress:install_translations and wordpress:update_translations tasks.

v0.2.0

02 Jun 07:57
v0.2.0
Compare
Choose a tag to compare
  • Added composer:clear_cache task.

v0.1.0

02 Jun 07:56
v0.1.0
Compare
Choose a tag to compare

Initial version.