diff --git a/CHANGELOG.md b/CHANGELOG.md index 8766183..ea31b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 2.1.0: March 29th, 2019 +* Add CSS class for current environment to top menu item +* Fix Admin Bar menu visibility logic from 'and' to 'or' condition +* Remove jwage/purl dependency + ### 2.0.0: February 10th, 2016 * Rewrite plugin, require Composer diff --git a/README.md b/README.md index 314d63c..e678998 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ If you use [Bedrock](https://github.com/roots/bedrock), `WP_ENV` is already defi This plugin must be installed via Composer. Add wp-stage-switcher to your project's dependencies: ```sh -composer require roots/wp-stage-switcher 2.0.0 +composer require roots/wp-stage-switcher ``` Or manually add it to your `composer.json`: @@ -45,7 +45,7 @@ Or manually add it to your `composer.json`: "require": { "php": ">=5.4.0", "wordpress": "4.4.2", - "roots/wp-stage-switcher": "2.0.0" + "roots/wp-stage-switcher": "~2.0" } ``` diff --git a/wp-stage-switcher.php b/wp-stage-switcher.php index dc4ed5c..135dd22 100644 --- a/wp-stage-switcher.php +++ b/wp-stage-switcher.php @@ -3,7 +3,7 @@ Plugin Name: Stage Switcher Plugin URI: https://roots.io/plugins/stage-switcher/ Description: A WordPress plugin that allows you to switch between different environments from the admin bar. -Version: 2.0.0 +Version: 2.1.0 Author: Roots Author URI: https://roots.io/ License: MIT License