|
| 1 | +# Changelog for PHPCompatibilityPasswordCompat |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). |
| 6 | + |
| 7 | +## [1.0.6] - 2025-10-18 |
| 8 | + |
| 9 | +This is a maintenance release. |
| 10 | + |
| 11 | +* The ruleset now includes schema tags. |
| 12 | +* General housekeeping and maintenance. |
| 13 | + |
| 14 | +## [1.0.5] - 2025-01-16 |
| 15 | + |
| 16 | +This is a maintenance release. |
| 17 | + |
| 18 | +* The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`. |
| 19 | +* README: Fixed some broken badges. |
| 20 | +* General housekeeping and maintenance. Including a contribution by [@fredden]. |
| 21 | + |
| 22 | +## [1.0.4] - 2022-10-23 |
| 23 | + |
| 24 | +* README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce]. |
| 25 | +* Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]! |
| 26 | +* Other housekeeping and minor documentation updates. |
| 27 | + |
| 28 | +[composer22announce]: https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution |
| 29 | + |
| 30 | +## [1.0.3] - 2021-02-15 |
| 31 | + |
| 32 | +* The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0. |
| 33 | +* The ruleset is now also tested against PHP 7.4 and 8.0. |
| 34 | + Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer 3.5.6. |
| 35 | + 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. |
| 36 | + |
| 37 | +## [1.0.2] - 2019-08-29 |
| 38 | + |
| 39 | +* Composer: The recommended version of the [Composer PHPCS plugin] has been upped to `^0.5.0`. |
| 40 | +* CI: Added early warning system for false positives due to changes in the polyfill library itself. |
| 41 | + |
| 42 | +## [1.0.1] - 2018-12-16 |
| 43 | + |
| 44 | +* Prevent false positives when the ruleset is run over the code of the polyfill itself. |
| 45 | +* The ruleset is now also tested against PHP 7.3. |
| 46 | + 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. |
| 47 | + |
| 48 | +## 1.0.0 - 2018-10-07 |
| 49 | + |
| 50 | +Initial release of the PHPCompatibilityPasswordCompat ruleset. |
| 51 | + |
| 52 | +[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer/ |
| 53 | + |
| 54 | +[1.0.6]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.5...1.0.6 |
| 55 | +[1.0.5]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.4...1.0.5 |
| 56 | +[1.0.4]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.3...1.0.4 |
| 57 | +[1.0.3]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.2...1.0.3 |
| 58 | +[1.0.2]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.1...1.0.2 |
| 59 | +[1.0.1]: https://github.com/PHPCompatibility/PHPCompatibilityPasswordCompat/compare/1.0.0...1.0.1 |
| 60 | + |
| 61 | +[@fredden]: https://github.com/fredden |
| 62 | +[@GaryJones]: https://github.com/GaryJones |
0 commit comments