Skip to content

Commit 60e50c7

Browse files
committed
Update changelog and plugin verison.
1 parent f037df1 commit 60e50c7

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

readme.md

100755100644
+7-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
**Tags:** php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
44
**Requires at least:** 3.5
55
**Tested up to:** 4.9
6-
**Stable tag:** 1.4.4
6+
**Stable tag:** 1.4.6
77
**License:** GPLv2 or later
88
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -56,7 +56,7 @@ PHP Compatibility Checker includes WP-CLI command support:
5656

5757
<version>
5858
PHP version to test.
59-
59+
6060
[--scan=<scan>]
6161
Whether to scan only active plugins and themes or all of them.
6262
default: active
@@ -118,6 +118,9 @@ To disclose security issues for this plugin please email [email protected]
118118

119119
## Changelog ##
120120

121+
### 1.4.6 ###
122+
- Switched to new PHPCompatibilityWP library to help prevent false positives.
123+
121124
### 1.4.5 ###
122125
- Use plugin version number to enqueue scripts and styles.
123126

@@ -205,6 +208,5 @@ To disclose security issues for this plugin please email [email protected]
205208

206209
## Upgrade Notice ##
207210

208-
### 1.4.1 ###
209-
- Updated PHP_CodeSniffer to fix a security advisory.
210-
- Whitelisted a number of plugins.
211+
### 1.4.6 ###
212+
- Switched to new PHPCompatibilityWP library to help prevent false positives.

readme.txt

+6-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross, jcross
33
Tags: php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
44
Requires at least: 3.5
55
Tested up to: 4.9
6-
Stable tag: 1.4.5
6+
Stable tag: 1.4.6
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -114,6 +114,9 @@ To disclose security issues for this plugin please email [email protected]
114114

115115
== Changelog ==
116116

117+
= 1.4.6 =
118+
- Switched to new PHPCompatibilityWP library to help prevent false positives.
119+
117120
= 1.4.5 =
118121
- Use plugin version number to enqueue scripts and styles.
119122

@@ -201,6 +204,5 @@ To disclose security issues for this plugin please email [email protected]
201204

202205
== Upgrade Notice ==
203206

204-
= 1.4.1 =
205-
- Updated PHP_CodeSniffer to fix a security advisory.
206-
- Whitelisted a number of plugins.
207+
= 1.4.6 =
208+
- Switched to new PHPCompatibilityWP library to help prevent false positives.

wpengine-phpcompat.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin URI: https://wpengine.com
1111
* Description: Make sure your plugins and themes are compatible with newer PHP versions.
1212
* Author: WP Engine
13-
* Version: 1.4.5
13+
* Version: 1.4.6
1414
* Author URI: https://wpengine.com
1515
* Text Domain: php-compatibility-checker
1616
*/

0 commit comments

Comments
 (0)