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.
129
+
* The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
130
+
* The ruleset is now also tested against PHP 7.4 and 8.0.
124
131
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
125
132
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
133
127
134
### 2.1.0 - 2019-08-29
128
135
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.
136
+
* Ruleset: Updated for the Sodium_Compat polyfill which is included in WordPress 5.2.
137
+
* Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`.
138
+
* Documentation: Updated the ruleset inline documentation and the Readme to reflect the change in minimum PHP requirements for WordPress as of WP 5.2.
139
+
* Documentation: Updated the ruleset inline documentation to include information on when each polyfill was added to/removed from WordPress.
140
+
* CI: The rulesets are now also tested against PHP 7.3.
134
141
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
142
136
143
### 2.0.0 - 2018-10-07
137
144
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.
145
+
* Ruleset: Updated for compatibility with PHPCompatibility 9.0+.
146
+
* Composer: Added dependency for a dedicated polyfill-based PHPCompatibility ruleset.
147
+
* CI: Added a test for the ruleset.
148
+
* Readme: Removed the installation instructions for a non-Composer based install.
0 commit comments