Skip to content

Commit de9cc72

Browse files
authored
Merge pull request wpengine#106 from wpengine/releases/1.4.0
Releases/1.4.0
2 parents 9278e7f + e62d276 commit de9cc72

13 files changed

+538
-266
lines changed

assets/screenshot-1.png

100644100755
-106 KB
Loading

assets/screenshot-2.png

100644100755
-185 KB
Loading

composer.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

readme.md

100644100755
Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PHP Compatibility Checker <a href="https://travis-ci.org/wpengine/phpcompat"><img src="https://travis-ci.org/wpengine/phpcompat.svg?branch=master"></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)
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)
33
**Tags:** php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
44
**Requires at least:** 3.5
5-
**Tested up to:** 4.6
6-
**Stable tag:** 1.3.2
5+
**Tested up to:** 4.7.2
6+
**Stable tag:** 1.4.0
77
**License:** GPLv2 or later
88
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -118,6 +118,10 @@ To disclose security issues for this plugin please email WordPress@wpengine.com
118118

119119
## Changelog ##
120120

121+
### 1.4.0 ###
122+
- Updated UX for viewing PHP errors to be more intuitive and require less scrolling.
123+
- Added links for non-technical users who need assistance from developers to fix PHP errors or to test their site in PHP 7 enabled hosting environments.
124+
121125
### 1.3.2 ###
122126
- Added a "Clean up" button and uninstall.php.
123127
- Added phpcompat_phpversions filter.
@@ -187,6 +191,10 @@ To disclose security issues for this plugin please email WordPress@wpengine.com
187191

188192
## Upgrade Notice ##
189193

194+
### 1.4.0 ###
195+
- Updated UX for viewing PHP errors to be more intuitive and require less scrolling.
196+
- Added links for non-technical users who need assistance from developers to fix PHP errors or to test their site in PHP 7 enabled hosting environments.
197+
190198
### 1.3.2 ###
191199
- Added a "Clean up" button and uninstall.php.
192200
- Added phpcompat_phpversions filter.

readme.txt

100644100755
Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== PHP Compatibility Checker ===
2-
Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross
2+
Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross, jcross
33
Tags: php 7, php 5.5, php, version, compatibility, checker, wp engine, wpe, wpengine
44
Requires at least: 3.5
5-
Tested up to: 4.6
6-
Stable tag: 1.3.2
5+
Tested up to: 4.7.2
6+
Stable tag: 1.4.0
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -114,6 +114,10 @@ To disclose security issues for this plugin please email WordPress@wpengine.com
114114

115115
== Changelog ==
116116

117+
= 1.4.0 =
118+
- Updated UX for viewing PHP errors to be more intuitive and require less scrolling.
119+
- Added links for non-technical users who need assistance from developers to fix PHP errors or to test their site in PHP 7 enabled hosting environments.
120+
117121
= 1.3.2 =
118122
- Added a "Clean up" button and uninstall.php.
119123
- Added phpcompat_phpversions filter.
@@ -183,6 +187,10 @@ To disclose security issues for this plugin please email WordPress@wpengine.com
183187

184188
== Upgrade Notice ==
185189

190+
= 1.4.0 =
191+
- Updated UX for viewing PHP errors to be more intuitive and require less scrolling.
192+
- Added links for non-technical users who need assistance from developers to fix PHP errors or to test their site in PHP 7 enabled hosting environments.
193+
186194
= 1.3.2 =
187195
- Added a "Clean up" button and uninstall.php.
188196
- Added phpcompat_phpversions filter.

0 commit comments

Comments
 (0)