Skip to content

Commit 560e1b4

Browse files
authored
Merge pull request #15 from PHPCompatibility/feature/changelog-1.0.3
Changelog for the release of PHPCompatibilityPasswordCompat 1.0.3
2 parents ad400c3 + 7dd98f2 commit 560e1b4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,16 @@ All code within the PHPCompatibility organisation is released under the GNU Less
8686

8787
## Changelog
8888

89+
### 1.0.3 - 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 rulesets are 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
### 1.0.2 - 2019-08-29
9097

91-
* Composer: The recommended version of the [Composer PHPCS plugin](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/) has been upped to `^0.5.0`.
98+
* Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`.
9299
* CI: Added early warning system for false positives due to changes in the polyfill library itself.
93100

94101
### 1.0.1 - 2018-12-16
@@ -100,3 +107,5 @@ All code within the PHPCompatibility organisation is released under the GNU Less
100107
### 1.0.0 - 2018-10-07
101108

102109
Initial release of the PHPCompatibilityPasswordCompat ruleset.
110+
111+
[Composer PHPCS plugin]: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/

0 commit comments

Comments
 (0)