Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Jul 22, 2014
1 parent 6dd7cde commit ba65ee2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
### 1.0.2: July 22nd, 2014
* Add support for sub-domain subsites in multisite

### 1.0.1: April 7th, 2014
* Directory indepenent, enable GitHub Updater

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -32,7 +32,7 @@ If you use [Bedrock](https://github.com/roots/bedrock), `WP_ENV` is already defi
If you're using Composer to manage WordPress, add wp-stage-switcher to your project's dependencies. Run:

```sh
composer require roots/wp-stage-switcher 1.0.1
composer require roots/wp-stage-switcher 1.0.2
```

Or manually add it to your `composer.json`:
Expand All @@ -41,7 +41,7 @@ Or manually add it to your `composer.json`:
"require": {
"php": ">=5.3.0",
"wordpress": "3.8",
"roots/wp-stage-switcher": "1.0.1"
"roots/wp-stage-switcher": "1.0.2"
}
```

Expand Down

0 comments on commit ba65ee2

Please sign in to comment.