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
1. Upload `phpcompat` to the `/wpengine-wp-content/plugins/` directory
42
42
2. Activate the plugin through the 'Plugins' menu in WordPress
43
43
44
-
You will find the plugin options in the WP Admin `Tools => PHP Compatibility` menu. Once you click `run` it will take a few minutes to conduct the test. While the test is running, you cannot navigate away from the page.
44
+
You will find the plugin options in the WP Admin `Tools => PHP Compatibility` menu. Once you click `run` it will take a few minutes to conduct the test. Feel free to navigate away from the page and check back later.
45
45
46
46
There are WP-CLI commands available see the [Other Notes](https://wordpress.org/plugins/php-compatibility-checker/other_notes/) tab for details.
47
47
@@ -110,6 +110,11 @@ To disclose security issues for this plugin please email [email protected]
110
110
111
111
## Changelog ##
112
112
113
+
### 1.1.0 ###
114
+
- Test results now persist page reloads.
115
+
- Failed tests will show an overview of the results.
116
+
- The scan timeout is now configurable using a filter. See the FAQ for more details.
117
+
113
118
### 1.0.3 ###
114
119
- Fixed a bug in the WP-CLI command
115
120
- Added a handful of PHP 7 compatible plugins to the whitelist
@@ -136,6 +141,7 @@ To disclose security issues for this plugin please email [email protected]
136
141
137
142
## Upgrade Notice ##
138
143
139
-
### 1.0.3 ###
140
-
- Fixed a bug in the WP-CLI command
141
-
- Added a handful of PHP 7 compatible plugins to the whitelist
144
+
### 1.1.0 ###
145
+
- Test results now persist page reloads.
146
+
- Failed tests will show an overview of the results.
147
+
- The scan timeout is now configurable using a filter. See the FAQ for more details.
1. Upload `phpcompat` to the `/wpengine-wp-content/plugins/` directory
42
42
2. Activate the plugin through the 'Plugins' menu in WordPress
43
43
44
-
You will find the plugin options in the WP Admin `Tools => PHP Compatibility` menu. Once you click `run` it will take a few minutes to conduct the test. While the test is running, you cannot navigate away from the page.
44
+
You will find the plugin options in the WP Admin `Tools => PHP Compatibility` menu. Once you click `run` it will take a few minutes to conduct the test. Feel free to navigate away from the page and check back later.
45
45
46
46
There are WP-CLI commands available see the [Other Notes](https://wordpress.org/plugins/php-compatibility-checker/other_notes/) tab for details.
47
47
@@ -106,6 +106,11 @@ To disclose security issues for this plugin please email [email protected]
106
106
107
107
== Changelog ==
108
108
109
+
= 1.1.0 =
110
+
- Test results now persist page reloads.
111
+
- Failed tests will show an overview of the results.
112
+
- The scan timeout is now configurable using a filter. See the FAQ for more details.
113
+
109
114
= 1.0.3 =
110
115
- Fixed a bug in the WP-CLI command
111
116
- Added a handful of PHP 7 compatible plugins to the whitelist
@@ -132,6 +137,7 @@ To disclose security issues for this plugin please email [email protected]
132
137
133
138
== Upgrade Notice ==
134
139
135
-
= 1.0.3 =
136
-
- Fixed a bug in the WP-CLI command
137
-
- Added a handful of PHP 7 compatible plugins to the whitelist
140
+
= 1.1.0 =
141
+
- Test results now persist page reloads.
142
+
- Failed tests will show an overview of the results.
143
+
- The scan timeout is now configurable using a filter. See the FAQ for more details.
0 commit comments