Skip to content

Commit ba65ee2

Browse files
committed
1.0.2
1 parent 6dd7cde commit ba65ee2

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.0.2: July 22nd, 2014
2+
* Add support for sub-domain subsites in multisite
3+
14
### 1.0.1: April 7th, 2014
25
* Directory indepenent, enable GitHub Updater
36

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you use [Bedrock](https://github.com/roots/bedrock), `WP_ENV` is already defi
3232
If you're using Composer to manage WordPress, add wp-stage-switcher to your project's dependencies. Run:
3333

3434
```sh
35-
composer require roots/wp-stage-switcher 1.0.1
35+
composer require roots/wp-stage-switcher 1.0.2
3636
```
3737

3838
Or manually add it to your `composer.json`:
@@ -41,7 +41,7 @@ Or manually add it to your `composer.json`:
4141
"require": {
4242
"php": ">=5.3.0",
4343
"wordpress": "3.8",
44-
"roots/wp-stage-switcher": "1.0.1"
44+
"roots/wp-stage-switcher": "1.0.2"
4545
}
4646
```
4747

0 commit comments

Comments
 (0)