Skip to content

Commit 0573515

Browse files
committed
v1.1.0
1 parent 4971cb1 commit 0573515

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

readme.md

Lines changed: 11 additions & 5 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.0.1
55
**Tested up to:** 4.5
6-
**Stable tag:** 1.0.3
6+
**Stable tag:** 1.1.0
77
**License:** GPLv2 or later
88
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -41,7 +41,7 @@ To manually install:
4141
1. Upload `phpcompat` to the `/wpengine-wp-content/plugins/` directory
4242
2. Activate the plugin through the 'Plugins' menu in WordPress
4343

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.
4545

4646
There are WP-CLI commands available see the [Other Notes](https://wordpress.org/plugins/php-compatibility-checker/other_notes/) tab for details.
4747

@@ -110,6 +110,11 @@ To disclose security issues for this plugin please email [email protected]
110110

111111
## Changelog ##
112112

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+
113118
### 1.0.3 ###
114119
- Fixed a bug in the WP-CLI command
115120
- 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]
136141

137142
## Upgrade Notice ##
138143

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.

readme.txt

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wpengine, octalmage, stevenkword, taylor4484
33
Tags: php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
44
Requires at least: 3.0.1
55
Tested up to: 4.5
6-
Stable tag: 1.0.3
6+
Stable tag: 1.1.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -41,7 +41,7 @@ To manually install:
4141
1. Upload `phpcompat` to the `/wpengine-wp-content/plugins/` directory
4242
2. Activate the plugin through the 'Plugins' menu in WordPress
4343

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.
4545

4646
There are WP-CLI commands available see the [Other Notes](https://wordpress.org/plugins/php-compatibility-checker/other_notes/) tab for details.
4747

@@ -106,6 +106,11 @@ To disclose security issues for this plugin please email [email protected]
106106

107107
== Changelog ==
108108

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+
109114
= 1.0.3 =
110115
- Fixed a bug in the WP-CLI command
111116
- 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]
132137

133138
== Upgrade Notice ==
134139

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.

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.0.3
7+
Version: 1.1.0
88
Author URI: https://wpengine.com
99
*/
1010

0 commit comments

Comments
 (0)