Skip to content

Commit 0080765

Browse files
committed
Update plugin version and rebuild readme.
1 parent 58486e6 commit 0080765

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

readme.md

Lines changed: 12 additions & 7 deletions
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.6
6-
**Stable tag:** 1.2.4
6+
**Stable tag:** 1.3.0
77
**License:** GPLv2 or later
88
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -17,15 +17,15 @@ This plugin will lint theme and plugin code inside your WordPress file system an
1717

1818
**This plugin does not execute your theme and plugin code, as such this plugin cannot detect runtime compatibility issues.**
1919

20-
**Please note that linting code is not perfect. This plugin cannot detect unused codepaths that might be used for backwards compatibility, and thus might show false postiives. We maintain a [whitelist of plugins](https://github.com/wpengine/phpcompat/wiki/Results) that can cause false positives. We are continuously working to ensure the checker provides the most accurate results possible.**
20+
**Please note that linting code is not perfect. This plugin cannot detect unused code-paths that might be used for backwards compatibility, and thus might show false positives. We maintain a [whitelist of plugins](https://github.com/wpengine/phpcompat/wiki/Results) that can cause false positives. We are continuously working to ensure the checker provides the most accurate results possible.**
2121

2222
**This plugin relies on WP-Cron to scan files in the background. The scan will get stuck if the site's WP-Cron isn't running correctly. Please see the [FAQ](https://wordpress.org/plugins/php-compatibility-checker/faq/) for more information.**
2323

2424
### Update to PHP 7 ###
2525
* Use this plugin to check your site for compatibility for PHP 7!
26-
* As of [August 2016](https://wordpress.org/about/stats/), 57.1% of WordPress websites run a PHP version less PHP 5.5.
26+
* As of [November 2016](https://wordpress.org/about/stats/), 52.9% of WordPress websites run a PHP version less PHP 5.5.
2727
* These versions of PHP have been deprecated and unsupported for over 9 months.
28-
* Only 2.2% of WordPress websites run PHP 7, the current main version of PHP.
28+
* Only 3.4% of WordPress websites run PHP 7, the current main version of PHP.
2929

3030

3131
### Disclaimer ###
@@ -79,7 +79,7 @@ Example: `wp phpcompat 7.0 --scan=active`
7979

8080
3. A plugin I created is listed as not compatible, what should I do?
8181

82-
We maintain a [whitelist of plugins](https://github.com/wpengine/phpcompat/wiki/Results) that cause false positives. If your plugin shows up as incompatible but you think that is wrong, please open a [GitHub issue](https://github.com/wpengine/phpcompat/issues/new) on the project, or email [email protected] with info about your plugin and why you know it is compatible (you have automated tests, the failure is on backwards compatibility codepaths, etc).
82+
We maintain a [whitelist of plugins](https://github.com/wpengine/phpcompat/wiki/Results) that cause false positives. If your plugin shows up as incompatible but you think that is wrong, please open a [GitHub issue](https://github.com/wpengine/phpcompat/issues/new) on the project, or email [email protected] with info about your plugin and why you know it is compatible (you have automated tests, the failure is on backwards compatibility code paths, etc).
8383

8484
4. Can I use this to test non-WordPress PHP Projects?
8585

@@ -118,6 +118,10 @@ To disclose security issues for this plugin please email [email protected]
118118

119119
## Changelog ##
120120

121+
### 1.3.0 ###
122+
- Updated the PHPCompatibility library to latest version. Should fix many false positives.
123+
- Changed language and added help text to Admin UI.
124+
121125
### 1.2.4 ###
122126
- Fixed Composer issue.
123127

@@ -176,5 +180,6 @@ To disclose security issues for this plugin please email [email protected]
176180

177181
## Upgrade Notice ##
178182

179-
### 1.2.4 ###
180-
- Fixed Composer issue.
183+
### 1.3.0 ###
184+
- Updated the PHPCompatibility library to latest version. Should fix many false positives.
185+
- Changed language and added help text to Admin UI.

readme.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross
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.6
6-
Stable tag: 1.3
6+
Stable tag: 1.3.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

115115
== Changelog ==
116116

117-
= 1.3 =
117+
= 1.3.0 =
118118
- Updated the PHPCompatibility library to latest version. Should fix many false positives.
119119
- Changed language and added help text to Admin UI.
120120

@@ -176,7 +176,6 @@ To disclose security issues for this plugin please email [email protected]
176176

177177
== Upgrade Notice ==
178178

179-
= 1.3 =
179+
= 1.3.0 =
180180
- Updated the PHPCompatibility library to latest version. Should fix many false positives.
181181
- Changed language and added help text to Admin UI.
182-

wpengine-phpcompat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: https://wpengine.com
55
Description: Make sure your plugins and themes are compatible with newer PHP versions.
66
Author: WP Engine
7-
Version: 1.3
7+
Version: 1.3.0
88
Author URI: https://wpengine.com
99
Text Domain: php-compatibility-checker
1010
*/

0 commit comments

Comments
 (0)