diff --git a/.changes/7.x/7.1.2.md b/.changes/7.x/7.1.2.md new file mode 100644 index 00000000..7759964a --- /dev/null +++ b/.changes/7.x/7.1.2.md @@ -0,0 +1,15 @@ + +## 7.1.2 - 2024-02-08 + +### Changed + +- [#369](https://github.com/llaville/php-compatinfo/issues/369) : Add support to `$_composer_autoload_path` global Composer variable +- Upgrade `ConsoleKernel::getCacheDir()` to compatible with CompatInfoDB 6.2.1 +- Reduce size of PHAR version (same [feature](https://github.com/llaville/php-compatinfo-db/issues/138) as for CompatInfoDB) + +### Fixed + +- Dockerfile : be able to use all 7.1 versions family without to hardcode a composer constraint that will be wrong with major releases +- Cannot convert to GitHub Action (same [issue]((https://github.com/llaville/php-compatinfo-db/issues/139)) as for CompatInfoDB) + +**Full Changelog**: [7.1.1...7.1.2](https://github.com/llaville/php-compatinfo/compare/7.1.1...7.1.2) diff --git a/.changes/7.x/unreleased/Changed-20240207-081347.yaml b/.changes/7.x/unreleased/Changed-20240207-081347.yaml deleted file mode 100644 index ce44e9cc..00000000 --- a/.changes/7.x/unreleased/Changed-20240207-081347.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Changed -body: '[#369](https://github.com/llaville/php-compatinfo/issues/369) : Add support - to $_composer_autoload_path global Composer variable' -time: 2024-02-07T08:13:47.825015923Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e137b54..b7caa09d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 7.1.2 - 2024-02-08 + +### Changed + +- [#369](https://github.com/llaville/php-compatinfo/issues/369) : Add support to `$_composer_autoload_path` global Composer variable +- Upgrade `ConsoleKernel::getCacheDir()` to compatible with CompatInfoDB 6.2.1 +- Reduce size of PHAR version (same [feature](https://github.com/llaville/php-compatinfo-db/issues/138) as for CompatInfoDB) + +### Fixed + +- Dockerfile : be able to use all 7.1 versions family without to hardcode a composer constraint that will be wrong with major releases +- Cannot convert to GitHub Action (same [issue]((https://github.com/llaville/php-compatinfo-db/issues/139)) as for CompatInfoDB) + +**Full Changelog**: [7.1.1...7.1.2](https://github.com/llaville/php-compatinfo/compare/7.1.1...7.1.2) + ## 7.1.1 - 2024-01-18 ### Changed diff --git a/README.md b/README.md index 1dce1c1a..4a45e754 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Running on PHP greater or equal than 7.2 for parsing source code in a format PHP [Branch_71x]: https://github.com/llaville/php-compatinfo/tree/7.1 [PHPVersion_71x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/7.1.0 [PHPVersion_71x]: https://www.php.net/supported-versions.php -[Packagist_71x-img]: https://img.shields.io/badge/packagist-v7.1.1-blue +[Packagist_71x-img]: https://img.shields.io/badge/packagist-v7.1.2-blue [Packagist_71x]: https://packagist.org/packages/bartlett/php-compatinfo [License_71x-img]: https://img.shields.io/packagist/l/bartlett/php-compatinfo [License_71x]: https://github.com/llaville/php-compatinfo/blob/7.1/LICENSE