Version Description
- Fixed Composer issue.
Download this release
Release Info
Developer | wpengine |
Plugin | PHP Compatibility Checker |
Version | 1.2.4 |
Comparing to | |
See all releases |
Code changes from version 1.2.3 to 1.2.4
- readme.txt +6 -4
- vendor/composer/autoload_real.php +3 -3
- vendor/composer/installed.json +45 -45
- wpengine-phpcompat.php +1 -1
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: wpengine, octalmage, stevenkword, Taylor4484, pross
|
|
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: 4.6
|
6 |
-
Stable tag: 1.2.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -114,6 +114,9 @@ To disclose security issues for this plugin please email WordPress@wpengine.com
|
|
114 |
|
115 |
== Changelog ==
|
116 |
|
|
|
|
|
|
|
117 |
= 1.2.3 =
|
118 |
- Updated the PHPCompatibility library to latest version.
|
119 |
- Whitelisted TablePress.
|
@@ -169,6 +172,5 @@ To disclose security issues for this plugin please email WordPress@wpengine.com
|
|
169 |
|
170 |
== Upgrade Notice ==
|
171 |
|
172 |
-
= 1.2.
|
173 |
-
-
|
174 |
-
- Whitelisted TablePress.
|
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: 4.6
|
6 |
+
Stable tag: 1.2.4
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
114 |
|
115 |
== Changelog ==
|
116 |
|
117 |
+
= 1.2.4 =
|
118 |
+
- Fixed Composer issue.
|
119 |
+
|
120 |
= 1.2.3 =
|
121 |
- Updated the PHPCompatibility library to latest version.
|
122 |
- Whitelisted TablePress.
|
172 |
|
173 |
== Upgrade Notice ==
|
174 |
|
175 |
+
= 1.2.4 =
|
176 |
+
- Fixed Composer issue.
|
|
vendor/composer/autoload_real.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
-
class
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
@@ -19,9 +19,9 @@ class ComposerAutoloaderInitd41fb065716ad185f2f20e573132cd97
|
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
-
spl_autoload_register(array('
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
-
spl_autoload_unregister(array('
|
25 |
|
26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
27 |
foreach ($map as $namespace => $path) {
|
2 |
|
3 |
// autoload_real.php @generated by Composer
|
4 |
|
5 |
+
class ComposerAutoloaderInit2367dae34adf6a8d0e7cfee72a091612
|
6 |
{
|
7 |
private static $loader;
|
8 |
|
19 |
return self::$loader;
|
20 |
}
|
21 |
|
22 |
+
spl_autoload_register(array('ComposerAutoloaderInit2367dae34adf6a8d0e7cfee72a091612', 'loadClassLoader'), true, true);
|
23 |
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
|
24 |
+
spl_autoload_unregister(array('ComposerAutoloaderInit2367dae34adf6a8d0e7cfee72a091612', 'loadClassLoader'));
|
25 |
|
26 |
$map = require __DIR__ . '/autoload_namespaces.php';
|
27 |
foreach ($map as $namespace => $path) {
|
vendor/composer/installed.json
CHANGED
@@ -80,106 +80,106 @@
|
|
80 |
]
|
81 |
},
|
82 |
{
|
83 |
-
"name": "
|
84 |
"version": "dev-master",
|
85 |
"version_normalized": "9999999-dev",
|
86 |
"source": {
|
87 |
"type": "git",
|
88 |
-
"url": "https://github.com/
|
89 |
-
"reference": "
|
90 |
},
|
91 |
"dist": {
|
92 |
"type": "zip",
|
93 |
-
"url": "https://api.github.com/repos/
|
94 |
-
"reference": "
|
95 |
"shasum": ""
|
96 |
},
|
97 |
"require": {
|
98 |
-
"
|
99 |
-
"
|
100 |
-
"squizlabs/php_codesniffer": "~2.0"
|
101 |
},
|
102 |
-
"
|
103 |
-
|
|
|
|
|
|
|
|
|
104 |
},
|
105 |
-
"time": "2016-08-18 09:41:13",
|
106 |
-
"type": "phpcodesniffer-standard",
|
107 |
"installation-source": "source",
|
108 |
"autoload": {
|
109 |
-
"psr-
|
110 |
-
"
|
111 |
}
|
112 |
},
|
113 |
"notification-url": "https://packagist.org/downloads/",
|
114 |
"license": [
|
115 |
-
"LGPL-3.0"
|
116 |
],
|
117 |
"authors": [
|
118 |
{
|
119 |
-
"name": "
|
|
|
120 |
"role": "lead"
|
121 |
}
|
122 |
],
|
123 |
-
"description": "
|
124 |
-
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
125 |
"keywords": [
|
126 |
-
"
|
|
|
|
|
|
|
127 |
"phpcs",
|
128 |
-
"standards"
|
|
|
129 |
]
|
130 |
},
|
131 |
{
|
132 |
-
"name": "
|
133 |
"version": "dev-master",
|
134 |
"version_normalized": "9999999-dev",
|
135 |
"source": {
|
136 |
"type": "git",
|
137 |
-
"url": "https://github.com/
|
138 |
-
"reference": "
|
139 |
},
|
140 |
"dist": {
|
141 |
"type": "zip",
|
142 |
-
"url": "https://api.github.com/repos/
|
143 |
-
"reference": "
|
144 |
"shasum": ""
|
145 |
},
|
146 |
"require": {
|
147 |
-
"
|
148 |
-
"
|
|
|
149 |
},
|
150 |
-
"
|
151 |
-
|
152 |
-
"extra": {
|
153 |
-
"class": [
|
154 |
-
"SimplyAdmire\\ComposerPlugins\\PhpCodesnifferStandardInstallerPlugin"
|
155 |
-
]
|
156 |
},
|
|
|
|
|
157 |
"installation-source": "source",
|
158 |
"autoload": {
|
159 |
-
"psr-
|
160 |
-
"
|
161 |
}
|
162 |
},
|
163 |
"notification-url": "https://packagist.org/downloads/",
|
164 |
"license": [
|
165 |
-
"LGPL-3.0
|
166 |
],
|
167 |
"authors": [
|
168 |
{
|
169 |
-
"name": "
|
170 |
-
"email": "rens@simplyadmire.com",
|
171 |
"role": "lead"
|
172 |
}
|
173 |
],
|
174 |
-
"description": "
|
|
|
175 |
"keywords": [
|
176 |
-
"
|
177 |
-
"TYPO3 CMS",
|
178 |
-
"TYPO3 Flow",
|
179 |
-
"TYPO3 Neos",
|
180 |
"phpcs",
|
181 |
-
"standards"
|
182 |
-
"typo3"
|
183 |
]
|
184 |
}
|
185 |
]
|
80 |
]
|
81 |
},
|
82 |
{
|
83 |
+
"name": "simplyadmire/composer-plugins",
|
84 |
"version": "dev-master",
|
85 |
"version_normalized": "9999999-dev",
|
86 |
"source": {
|
87 |
"type": "git",
|
88 |
+
"url": "https://github.com/SimplyAdmire/ComposerPlugins.git",
|
89 |
+
"reference": "d8380f670694c1c2330b22591ca74adc82cffe19"
|
90 |
},
|
91 |
"dist": {
|
92 |
"type": "zip",
|
93 |
+
"url": "https://api.github.com/repos/SimplyAdmire/ComposerPlugins/zipball/d8380f670694c1c2330b22591ca74adc82cffe19",
|
94 |
+
"reference": "d8380f670694c1c2330b22591ca74adc82cffe19",
|
95 |
"shasum": ""
|
96 |
},
|
97 |
"require": {
|
98 |
+
"composer-plugin-api": "^1.0",
|
99 |
+
"squizlabs/php_codesniffer": "*"
|
|
|
100 |
},
|
101 |
+
"time": "2016-05-12 11:58:38",
|
102 |
+
"type": "composer-plugin",
|
103 |
+
"extra": {
|
104 |
+
"class": [
|
105 |
+
"SimplyAdmire\\ComposerPlugins\\PhpCodesnifferStandardInstallerPlugin"
|
106 |
+
]
|
107 |
},
|
|
|
|
|
108 |
"installation-source": "source",
|
109 |
"autoload": {
|
110 |
+
"psr-0": {
|
111 |
+
"SimplyAdmire\\ComposerPlugins": ""
|
112 |
}
|
113 |
},
|
114 |
"notification-url": "https://packagist.org/downloads/",
|
115 |
"license": [
|
116 |
+
"LGPL-3.0+"
|
117 |
],
|
118 |
"authors": [
|
119 |
{
|
120 |
+
"name": "Rens Admiraal",
|
121 |
+
"email": "rens@simplyadmire.com",
|
122 |
"role": "lead"
|
123 |
}
|
124 |
],
|
125 |
+
"description": "Composer plugin for installing PHP_CodeSniffer standards",
|
|
|
126 |
"keywords": [
|
127 |
+
"PHP_CodeSniffer",
|
128 |
+
"TYPO3 CMS",
|
129 |
+
"TYPO3 Flow",
|
130 |
+
"TYPO3 Neos",
|
131 |
"phpcs",
|
132 |
+
"standards",
|
133 |
+
"typo3"
|
134 |
]
|
135 |
},
|
136 |
{
|
137 |
+
"name": "wimg/php-compatibility",
|
138 |
"version": "dev-master",
|
139 |
"version_normalized": "9999999-dev",
|
140 |
"source": {
|
141 |
"type": "git",
|
142 |
+
"url": "https://github.com/wimg/PHPCompatibility.git",
|
143 |
+
"reference": "f00019c58dec75232ea67e6d2ed49fde9b3df590"
|
144 |
},
|
145 |
"dist": {
|
146 |
"type": "zip",
|
147 |
+
"url": "https://api.github.com/repos/wimg/PHPCompatibility/zipball/f00019c58dec75232ea67e6d2ed49fde9b3df590",
|
148 |
+
"reference": "f00019c58dec75232ea67e6d2ed49fde9b3df590",
|
149 |
"shasum": ""
|
150 |
},
|
151 |
"require": {
|
152 |
+
"ext-tokenizer": "*",
|
153 |
+
"php": ">=5.1.2",
|
154 |
+
"squizlabs/php_codesniffer": "~2.0"
|
155 |
},
|
156 |
+
"require-dev": {
|
157 |
+
"satooshi/php-coveralls": "dev-master"
|
|
|
|
|
|
|
|
|
158 |
},
|
159 |
+
"time": "2016-10-25 23:03:42",
|
160 |
+
"type": "phpcodesniffer-standard",
|
161 |
"installation-source": "source",
|
162 |
"autoload": {
|
163 |
+
"psr-4": {
|
164 |
+
"PHPCompatibility\\": ""
|
165 |
}
|
166 |
},
|
167 |
"notification-url": "https://packagist.org/downloads/",
|
168 |
"license": [
|
169 |
+
"LGPL-3.0"
|
170 |
],
|
171 |
"authors": [
|
172 |
{
|
173 |
+
"name": "Wim Godden",
|
|
|
174 |
"role": "lead"
|
175 |
}
|
176 |
],
|
177 |
+
"description": "This is a set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
|
178 |
+
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
179 |
"keywords": [
|
180 |
+
"compatibility",
|
|
|
|
|
|
|
181 |
"phpcs",
|
182 |
+
"standards"
|
|
|
183 |
]
|
184 |
}
|
185 |
]
|
wpengine-phpcompat.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: PHP Compatibility Checker
|
|
4 |
Plugin URI: https://wpengine.com
|
5 |
Description: Make sure your plugins and themes are compatible with newer PHP versions.
|
6 |
Author: WP Engine
|
7 |
-
Version: 1.2.
|
8 |
Author URI: https://wpengine.com
|
9 |
Text Domain: php-compatibility-checker
|
10 |
*/
|
4 |
Plugin URI: https://wpengine.com
|
5 |
Description: Make sure your plugins and themes are compatible with newer PHP versions.
|
6 |
Author: WP Engine
|
7 |
+
Version: 1.2.4
|
8 |
Author URI: https://wpengine.com
|
9 |
Text Domain: php-compatibility-checker
|
10 |
*/
|