Skip to content

Commit 20493f4

Browse files
committed
Updated Readme to 1.3 & updated stats
1 parent dbddffd commit 20493f4

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

readme.txt

Lines changed: 13 additions & 7 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.2.4
6+
Stable tag: 1.3
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

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

115115
== Changelog ==
116116

117+
= 1.3 =
118+
- Updated the PHPCompatibility library to latest version. Should fix many false positives.
119+
- Changed language and added help text to Admin UI.
120+
117121
= 1.2.4 =
118122
- Fixed Composer issue.
119123

@@ -172,5 +176,7 @@ To disclose security issues for this plugin please email [email protected]
172176

173177
== Upgrade Notice ==
174178

175-
= 1.2.4 =
176-
- Fixed Composer issue.
179+
= 1.3 =
180+
- Updated the PHPCompatibility library to latest version. Should fix many false positives.
181+
- Changed language and added help text to Admin UI.
182+

0 commit comments

Comments
 (0)