You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -17,15 +17,15 @@ This plugin will lint theme and plugin code inside your WordPress file system an
17
17
18
18
**This plugin does not execute your theme and plugin code, as such this plugin cannot detect runtime compatibility issues.**
19
19
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.**
21
21
22
22
**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.**
23
23
24
24
= Update to PHP 7 =
25
25
* 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.
27
27
* 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.
3. A plugin I created is listed as not compatible, what should I do?
81
81
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).
83
83
84
84
4. Can I use this to test non-WordPress PHP Projects?
85
85
@@ -114,6 +114,10 @@ To disclose security issues for this plugin please email [email protected]
114
114
115
115
== Changelog ==
116
116
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
+
117
121
= 1.2.4 =
118
122
- Fixed Composer issue.
119
123
@@ -172,5 +176,7 @@ To disclose security issues for this plugin please email [email protected]
172
176
173
177
== Upgrade Notice ==
174
178
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.
0 commit comments