Skip to content

Commit

Permalink
prepare bugfix release 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Feb 8, 2024
1 parent 7449344 commit 072d0f8
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .changes/7.x/7.1.2.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 0 additions & 4 deletions .changes/7.x/unreleased/Changed-20240207-081347.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 072d0f8

Please sign in to comment.