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
@@ -118,6 +118,10 @@ To disclose security issues for this plugin please email [email protected]
118
118
119
119
## Changelog ##
120
120
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
+
121
125
### 1.2.4 ###
122
126
- Fixed Composer issue.
123
127
@@ -176,5 +180,6 @@ To disclose security issues for this plugin please email [email protected]
176
180
177
181
## Upgrade Notice ##
178
182
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.
0 commit comments