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
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,15 @@ All code within the PHPCompatibility organisation is released under the GNU Less
86
86
87
87
## Changelog
88
88
89
+
### 2.1.0 - 2019-08-29
90
+
91
+
- Ruleset: Updated for the Sodium_Compat polyfill which is included in WordPress 5.2.
92
+
- Composer: The recommended version of the [Composer PHPCS plugin](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/) has been upped to `^0.5.0`.
93
+
- Documentation: Updated the ruleset inline documentation and the Readme to reflect the change in minimum PHP requirements for WordPress as of WP 5.2.
94
+
- Documentation: Updated the ruleset inline documentation to include information on when each polyfill was added to/removed from WordPress.
95
+
- CI: The rulesets are now also tested against PHP 7.3.
96
+
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.
97
+
89
98
### 2.0.0 - 2018-10-07
90
99
91
100
- Ruleset: Updated for compatibility with PHPCompatibility 9.0+.
0 commit comments