Skip to content

Commit ddabec8

Browse files
authored
Merge pull request #27 from PHPCompatibility/feature/changelog-1.3.1
Changelog for the release of PHPCompatibilityParagonie 1.3.1
2 parents d841914 + 9a71322 commit ddabec8

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

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

9999
## Changelog
100100

101+
### 1.3.1 - 2021-02-15
102+
103+
- The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0.
104+
- The rulesets are now also tested against PHP 7.4 and 8.0.
105+
Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer 3.5.6.
106+
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.
107+
101108
### 1.3.0 - 2019-11-04
102109

103110
* Ruleset update for full compatibility with version [`1.12.0` of `sodium_compat`](https://github.com/paragonie/sodium_compat/releases/tag/v1.12.0).
@@ -110,7 +117,7 @@ All code within the PHPCompatibility organisation is released under the GNU Less
110117

111118
* The `PHPCompatibilityParagonieSodiumCompat` ruleset has been updated to account for the latest changes in the `sodium_compat` polyfill.
112119
* Prevent false positives when the ruleset is run over the code of the `sodium_compat` polyfill itself.
113-
* Composer: The recommended version of the [Composer PHPCS plugin](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/) has been upped to `^0.5.0`.
120+
* Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`.
114121
* CI: Improved integration test for the `SodiumCompat` ruleset.
115122
* CI: Added early warning system for false positives due to changes in the polyfill libraries themselves.
116123

@@ -123,3 +130,5 @@ All code within the PHPCompatibility organisation is released under the GNU Less
123130
### 1.0.0 - 2018-10-07
124131

125132
Initial release of PHPCompatibilityParagonie containing rulesets covering the `random_compat` and `sodium_compat` polyfill libraries.
133+
134+
[Composer PHPCS plugin]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/

0 commit comments

Comments
 (0)