Skip to content

Commit 514036d

Browse files
committed
Whitelist a few plugins and update version.
1 parent 8fe5e6d commit 514036d

File tree

6 files changed

+37
-32
lines changed

6 files changed

+37
-32
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "[email protected]"
88
}],
99
"require": {
10-
"squizlabs/php_codesniffer": "2.8.*",
10+
"squizlabs/php_codesniffer": "2.9.*",
1111
"wimg/php-compatibility": "dev-master",
1212
"simplyadmire/composer-plugins" : "@dev"
1313
},

composer.lock

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

readme.md

Lines changed: 8 additions & 8 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.5
55
**Tested up to:** 4.7.2
6-
**Stable tag:** 1.4.0
6+
**Stable tag:** 1.4.1
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 [email protected]
118118

119119
## Changelog ##
120120

121+
### 1.4.1 ###
122+
- Updated PHP_CodeSniffer to fix a security advisory.
123+
- Whitelisted a number of plugins.
124+
121125
### 1.4.0 ###
122126
- Updated UX for viewing PHP errors to be more intuitive and require less scrolling.
123127
- 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.
@@ -191,10 +195,6 @@ To disclose security issues for this plugin please email [email protected]
191195

192196
## Upgrade Notice ##
193197

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-
198-
### 1.3.2 ###
199-
- Added a "Clean up" button and uninstall.php.
200-
- Added phpcompat_phpversions filter.
198+
### 1.4.1 ###
199+
- Updated PHP_CodeSniffer to fix a security advisory.
200+
- Whitelisted a number of plugins.

readme.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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
55
Tested up to: 4.7.2
6-
Stable tag: 1.4.0
6+
Stable tag: 1.4.1
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 [email protected]
114114

115115
== Changelog ==
116116

117+
= 1.4.1 =
118+
- Updated PHP_CodeSniffer to fix a security advisory.
119+
- Whitelisted a number of plugins.
120+
117121
= 1.4.0 =
118122
- Updated UX for viewing PHP errors to be more intuitive and require less scrolling.
119123
- 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.
@@ -187,10 +191,6 @@ To disclose security issues for this plugin please email [email protected]
187191

188192
== Upgrade Notice ==
189193

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-
194-
= 1.3.2 =
195-
- Added a "Clean up" button and uninstall.php.
196-
- Added phpcompat_phpversions filter.
194+
= 1.4.1 =
195+
- Updated PHP_CodeSniffer to fix a security advisory.
196+
- Whitelisted a number of plugins.

src/wpephpcompat.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ class WPEPHPCompat {
8585
'*/social-networks-auto-poster-facebook-twitter-g/*' => '7.0', // https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/
8686
'*/mailpoet/*' => '7.0', // https://wordpress.org/support/topic/false-positive-mailpoet-3-not-compatible-with-php7/
8787
'*/give/*' => '7.0', // https://github.com/wpengine/phpcompat/issues/148
88+
'*/woocommerce-pdf-invoices-packing-slips/*' => '7.0', // https://github.com/wpengine/phpcompat/issues/160
89+
'*/iwp-client/*' => '7.0', // https://wordpress.org/support/topic/iwp-client-and-php-7-compatibility/
8890
);
8991

9092
/**

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.4.0
7+
Version: 1.4.1
88
Author URI: https://wpengine.com
99
Text Domain: php-compatibility-checker
1010
*/

0 commit comments

Comments
 (0)