Skip to content

Commit 8b681ab

Browse files
Prepares 1.5.2 Release (#295)
* updates versions and circle config * update checked version for 73 * remove minimum version check from php73 * remove required job for deploy
1 parent fb8e61a commit 8b681ab

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.circleci/config.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@ jobs:
116116
environment:
117117
CONTAINER_WP_VERSION: "latest"
118118
CONTAINER_PHP_VERSION: "7.2"
119-
job_test_php73_min:
120-
<<: *job_phpunit_base
121-
environment:
122-
CONTAINER_WP_VERSION: "5.2"
123-
CONTAINER_PHP_VERSION: "7.3"
124119
job_test_php73:
125120
<<: *job_phpunit_base
126121
environment:
@@ -168,10 +163,6 @@ workflows:
168163
<<: *workflow_job
169164
requires:
170165
- job_php_code_standards
171-
- job_test_php73_min:
172-
<<: *workflow_job
173-
requires:
174-
- job_php_code_standards
175166
- job_test_php73:
176167
<<: *workflow_job
177168
requires:
@@ -181,10 +172,10 @@ workflows:
181172
- job_test_php70
182173
- job_test_php71
183174
- job_test_php72
184-
- job_test_php73_min
185175
- job_test_php73
186176
filters:
187177
branches:
188178
ignore: /.*/
189179
tags:
190180
only: /^(v)?(\d+)\.(\d+)(\.\d+)?$/
181+
context: wpe-wporg-svn-creds

readme.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
**Contributors:** [wpengine](https://profiles.wordpress.org/wpengine), [octalmage](https://profiles.wordpress.org/octalmage), [stevenkword](https://profiles.wordpress.org/stevenkword), [Taylor4484](https://profiles.wordpress.org/Taylor4484), [pross](https://profiles.wordpress.org/pross), [jcross](https://profiles.wordpress.org/jcross), [rfmeier](https://profiles.wordpress.org/rfmeier)
33
**Tags:** php 7, php, version, compatibility, checker, wp engine, wpe, wpengine
44
**Requires at least:** 4.8
5-
**Tested up to:** 5.4
6-
**Stable tag:** 1.5.1
5+
**Tested up to:** 5.8
6+
**Stable tag:** 1.5.2
77
**License:** GPLv2 or later
88
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

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

118118

119119
## Changelog ##
120+
121+
### 1.5.2 ###
122+
- Removed PHP 5.2 checks
123+
- Fixed PHP 8 issue where plugin cannot cannot be uninstalled.
124+
120125
### 1.5.1 ###
121126
- Added Smart Plugin Manager to whitelisted plugins
122127

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross, jcross, rfmeier
33
Tags: php 7, php, version, compatibility, checker, wp engine, wpe, wpengine
44
Requires at least: 4.8
5-
Tested up to: 5.4
6-
Stable tag: 1.5.1
5+
Tested up to: 5.8
6+
Stable tag: 1.5.2
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -113,6 +113,10 @@ To disclose security issues for this plugin please email [email protected]
113113
2. Compatibility results screen
114114

115115
== Changelog ==
116+
= 1.5.2 =
117+
- Removed PHP 5.2 checks
118+
- Fixed PHP 8 issue where plugin cannot cannot be uninstalled.
119+
116120
= 1.5.1 =
117121
- Added Smart Plugin Manager to whitelisted plugins
118122

wpengine-phpcompat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Plugin URI: https://wpengine.com
1111
* Description: Make sure your plugins and themes are compatible with newer PHP versions.
1212
* Author: WP Engine
13-
* Version: 1.5.1
13+
* Version: 1.5.2
1414
* Author URI: https://wpengine.com
1515
* Text Domain: php-compatibility-checker
1616
*/

0 commit comments

Comments
 (0)