From 1506718dadf3345e485cc17386b09a2df6eaf2c4 Mon Sep 17 00:00:00 2001 From: Ulrich Pogson Date: Fri, 21 Sep 2018 15:33:55 +0200 Subject: [PATCH] Version 1.3.1 --- README.md | 12 ++++++++---- lib/capistrano/wearerequired/version.rb | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 81affad..8b343c2 100644 --- a/README.md +++ b/README.md @@ -127,21 +127,25 @@ To build and ship a new version of this gem, you need to follow these steps: ## Changelog +### 1.3.1 + +* Correct Slackistrano defaults tasks hook. + ### 1.3.0 -* Improve defaults for Slackistrano +* Improve defaults for Slackistrano Prevents warnings when not using Slack notifications at all. -* Improve WP-CLI error handling +* 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 +* 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 +* 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` diff --git a/lib/capistrano/wearerequired/version.rb b/lib/capistrano/wearerequired/version.rb index 880b798..921ae1f 100644 --- a/lib/capistrano/wearerequired/version.rb +++ b/lib/capistrano/wearerequired/version.rb @@ -1,5 +1,5 @@ module Capistrano module Wearerequired - VERSION = "1.3.0" + VERSION = "1.3.1" end end