Skip to content

Commit a0491e9

Browse files
committed
Release 1.2.1
1 parent efb22ae commit a0491e9

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to `WordPress Environment Switcher` will be documented in this file.
44

5+
## 1.2.1
6+
7+
- Refactor environment detection logic to allow for proper targeting.
8+
59
## 1.2.0
610

711
- Added support for more flexible environment configurations.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"phpcbf": "phpcbf .",
3636
"phpcs": "phpcs .",
3737
"phpstan": "phpstan --memory-limit=512M",
38+
"release": "npx @alleyinteractive/create-release@latest",
3839
"test": [
3940
"@phpcs",
4041
"@phpstan"

wp-environment-switcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WordPress Environment Switcher
44
* Plugin URI: https://github.com/alleyinteractive/wp-environment-switcher
55
* Description: Easily switch between different site environments from the WordPress admin bar.
6-
* Version: 1.2.0
6+
* Version: 1.2.1
77
* Author: Sean Fisher
88
* Author URI: https://github.com/alleyinteractive/wp-environment-switcher
99
* Requires at least: 5.5.0

0 commit comments

Comments
 (0)