Skip to content

Commit be44842

Browse files
authored
Merge pull request wpengine#270 from wpengine/ryanmeier/release-1.5.1
[NO-JIRA] Update for release 1.5.1
2 parents 9f6f5e5 + 35a01f5 commit be44842

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

readme.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PHP Compatibility Checker <a href="https://circleci.com/gh/wpengine/phpcompat/tree/master"><img src="https://circleci.com/gh/wpengine/phpcompat/tree/master.svg?style=shield"></a>
2-
**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)
3-
**Tags:** php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
4-
**Requires at least:** 3.5
5-
**Tested up to:** 5.2.2
6-
**Stable tag:** 1.5.0
2+
**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)
3+
**Tags:** php 7, php, version, compatibility, checker, wp engine, wpe, wpengine
4+
**Requires at least:** 4.8
5+
**Tested up to:** 5.4
6+
**Stable tag:** 1.5.1
77
**License:** GPLv2 or later
88
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

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

118118

119119
## Changelog ##
120+
### 1.5.1 ###
121+
- Added Smart Plugin Manager to whitelisted plugins
122+
120123
### 1.5.0 ###
121124
- Added support for PHP 7.3 compatibility checks
122125

readme.txt

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== PHP Compatibility Checker ===
2-
Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross, jcross
3-
Tags: php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
4-
Requires at least: 3.5
5-
Tested up to: 5.2.2
6-
Stable tag: 1.5.0
2+
Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross, jcross, rfmeier
3+
Tags: php 7, php, version, compatibility, checker, wp engine, wpe, wpengine
4+
Requires at least: 4.8
5+
Tested up to: 5.4
6+
Stable tag: 1.5.1
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

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

115115
== Changelog ==
116+
= 1.5.1 =
117+
- Added Smart Plugin Manager to whitelisted plugins
118+
116119
= 1.5.0 =
117120
- Added support for PHP 7.3 compatibility checks
118121

wpengine-phpcompat.php

+1-1
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.0
13+
* Version: 1.5.1
1414
* Author URI: https://wpengine.com
1515
* Text Domain: php-compatibility-checker
1616
*/

0 commit comments

Comments
 (0)