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

Latest commit

 

History

History
54 lines (36 loc) · 1.82 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.82 KB

Changelog

2.0.1

  • 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

2.0.0

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

1.3.1

  • Correct Slackistrano defaults tasks hook.

1.3.0

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

1.2.0

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

1.1.0

  • 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

1.0.0

  • Renamed to Capistrano::Wearerequired and published on rubygems.org.
  • Added wordpress:clear_opcache task.
  • Added new messaging classes for Slackistrano for more informative notifications.
    • Moved support for custom icon (via icon_url or icon_emoji) and bot name (via username) to its own class SlackistranoMessagingElements.
    • SlackistranoExpandedGitMessaging extends SlackistranoMessagingColors which extends SlackistranoMessagingElements.

0.3.0

  • Added deploy:cleanup_all task.
  • Added wordpress:install_translations and wordpress:update_translations tasks.

0.2.0

  • Added composer:clear_cache task.

0.1.0

  • Initial version.