|
| 1 | +# Changelog for PHPCompatibilityAll |
| 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.1.5] - 2025-10-18 |
| 8 | + |
| 9 | +* General housekeeping and maintenance. |
| 10 | + |
| 11 | +## [1.1.4] - 2025-01-16 |
| 12 | + |
| 13 | +This is a maintenance release. |
| 14 | + |
| 15 | +* The recommended version of the [Composer PHPCS plugin] is now `^1.0.0`. |
| 16 | +* README: Fixed some broken badges. |
| 17 | +* General housekeeping and maintenance. Including a contribution by [@fredden]. |
| 18 | + |
| 19 | +## [1.1.3] - 2022-10-30 |
| 20 | + |
| 21 | +* README: Updated the installation instructions for [compatibility with Composer >= 2.2][composer22announce]. |
| 22 | +* Composer: The package will now identify itself as a static analysis tool. Thanks [@GaryJones]! |
| 23 | +* Other housekeeping and minor documentation updates. |
| 24 | + |
| 25 | +[composer22announce]: https://blog.packagist.com/composer-2-2/#more-secure-plugin-execution |
| 26 | + |
| 27 | +## [1.1.2] - 2021-02-16 |
| 28 | + |
| 29 | +* The recommended version of the [Composer PHPCS plugin] is now `^0.7.0`, which offers compatibility with Composer 2.0. |
| 30 | +* The rulesets are now also tested against PHP 7.4 and 8.0. |
| 31 | + Note: full PHP 7.4 support is only available in combination with PHP_CodeSniffer >= 3.5.6. |
| 32 | + 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. |
| 33 | + |
| 34 | +## [1.1.1] - 2019-08-29 |
| 35 | + |
| 36 | +* The recommended version of the [Composer PHPCS plugin] is now `^0.5.0`. |
| 37 | +* The rulesets are now also tested against PHP 7.3. |
| 38 | + 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. |
| 39 | + |
| 40 | +## [1.1.0] - 2018-10-07 |
| 41 | + |
| 42 | +* Added the new PHPCompatibilityPasswordCompat, PHPCompatibilityParagonie, PHPCompatibilitySymfony rulesets. |
| 43 | + |
| 44 | +## 1.0.0 - 2018-07-17 |
| 45 | + |
| 46 | +Initial release containing the PHPCompatibility, PHPCompatibilityJoomla and PHPCompatibilityWP rulesets. |
| 47 | + |
| 48 | +[Composer PHPCS plugin]: https://github.com/PHPCSStandards/composer-installer/ |
| 49 | + |
| 50 | +[1.1.5]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.1.4...1.1.5 |
| 51 | +[1.1.4]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.1.3...1.1.4 |
| 52 | +[1.1.3]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.1.2...1.1.3 |
| 53 | +[1.1.2]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.1.1...1.1.2 |
| 54 | +[1.1.1]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.1.0...1.1.1 |
| 55 | +[1.1.0]: https://github.com/PHPCompatibility/PHPCompatibilityAll/compare/1.0.0...1.1.0 |
| 56 | + |
| 57 | +[@fredden]: https://github.com/fredden |
| 58 | +[@GaryJones]: https://github.com/GaryJones |
0 commit comments