You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
123
-
- The ruleset is now also tested against PHP 7.4 and 8.0.
122
+
* The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
123
+
* The ruleset is now also tested against PHP 7.4 and 8.0.
124
124
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
125
125
Note: runtime PHP 8.0 support is only available in combination with PHP_CodeSniffer >= 3.5.7, full support is expected in PHP_CodeSniffer 3.6.0.
126
126
127
127
### 2.1.0 - 2019-08-29
128
128
129
-
- Ruleset: Updated for the Sodium_Compat polyfill which is included in WordPress 5.2.
130
-
- Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`.
131
-
- Documentation: Updated the ruleset inline documentation and the Readme to reflect the change in minimum PHP requirements for WordPress as of WP 5.2.
132
-
- Documentation: Updated the ruleset inline documentation to include information on when each polyfill was added to/removed from WordPress.
133
-
- CI: The rulesets are now also tested against PHP 7.3.
129
+
* Ruleset: Updated for the Sodium_Compat polyfill which is included in WordPress 5.2.
130
+
* Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`.
131
+
* Documentation: Updated the ruleset inline documentation and the Readme to reflect the change in minimum PHP requirements for WordPress as of WP 5.2.
132
+
* Documentation: Updated the ruleset inline documentation to include information on when each polyfill was added to/removed from WordPress.
133
+
* CI: The rulesets are now also tested against PHP 7.3.
134
134
Note: full PHP 7.3 support is only available in combination with PHP_CodeSniffer 2.9.2 or 3.3.1+ due to an incompatibility within PHP_CodeSniffer itself.
135
135
136
136
### 2.0.0 - 2018-10-07
137
137
138
-
- Ruleset: Updated for compatibility with PHPCompatibility 9.0+.
139
-
- Composer: Added dependency for a dedicated polyfill-based PHPCompatibility ruleset.
140
-
- CI: Added a test for the ruleset.
141
-
- Readme: Removed the installation instructions for a non-Composer based install.
138
+
* Ruleset: Updated for compatibility with PHPCompatibility 9.0+.
139
+
* Composer: Added dependency for a dedicated polyfill-based PHPCompatibility ruleset.
140
+
* CI: Added a test for the ruleset.
141
+
* Readme: Removed the installation instructions for a non-Composer based install.
0 commit comments