Skip to content

Commit b7dc0cd

Browse files
authored
Merge pull request #27 from PHPCompatibility/feature/changelog-2.1.1
Changelog for the release of PHPCompatibilityWP version 2.1.1
2 parents 1115837 + 23e9c14 commit b7dc0cd

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,17 @@ All code within the PHPCompatibility organisation is released under the GNU Less
8686

8787
## Changelog
8888

89+
### 2.1.1 - 2021-02-15
90+
91+
- The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
92+
- The ruleset is now also tested against PHP 7.4 and 8.0.
93+
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6.
94+
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.
95+
8996
### 2.1.0 - 2019-08-29
9097

9198
- 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`.
99+
- Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`.
93100
- Documentation: Updated the ruleset inline documentation and the Readme to reflect the change in minimum PHP requirements for WordPress as of WP 5.2.
94101
- Documentation: Updated the ruleset inline documentation to include information on when each polyfill was added to/removed from WordPress.
95102
- CI: The rulesets are now also tested against PHP 7.3.
@@ -105,3 +112,5 @@ All code within the PHPCompatibility organisation is released under the GNU Less
105112
### 1.0.0 - 2018-07-17
106113

107114
Initial release of the PHPCompatibilityWP ruleset.
115+
116+
[Composer PHPCS plugin]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/

0 commit comments

Comments
 (0)