Skip to content

Commit

Permalink
Merge pull request #20 from wearerequired/19-release-2.1
Browse files Browse the repository at this point in the history
Version 2.1.0 release
  • Loading branch information
swalkinshaw committed Mar 23, 2019
2 parents 5333b67 + 504af88 commit c8bffa5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions 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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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`:
Expand All @@ -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"
}
```

Expand Down
2 changes: 1 addition & 1 deletion wp-stage-switcher.php
Expand Up @@ -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
Expand Down

0 comments on commit c8bffa5

Please sign in to comment.