Skip to content

Commit 072d0f8

Browse files
committed
prepare bugfix release 7.1.2
1 parent 7449344 commit 072d0f8

File tree

4 files changed

+31
-5
lines changed

4 files changed

+31
-5
lines changed

.changes/7.x/7.1.2.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
## 7.1.2 - 2024-02-08
3+
4+
### Changed
5+
6+
- [#369](https://github.com/llaville/php-compatinfo/issues/369) : Add support to `$_composer_autoload_path` global Composer variable
7+
- Upgrade `ConsoleKernel::getCacheDir()` to compatible with CompatInfoDB 6.2.1
8+
- Reduce size of PHAR version (same [feature](https://github.com/llaville/php-compatinfo-db/issues/138) as for CompatInfoDB)
9+
10+
### Fixed
11+
12+
- Dockerfile : be able to use all 7.1 versions family without to hardcode a composer constraint that will be wrong with major releases
13+
- Cannot convert to GitHub Action (same [issue]((https://github.com/llaville/php-compatinfo-db/issues/139)) as for CompatInfoDB)
14+
15+
**Full Changelog**: [7.1.1...7.1.2](https://github.com/llaville/php-compatinfo/compare/7.1.1...7.1.2)

.changes/7.x/unreleased/Changed-20240207-081347.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
77
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
88
and is generated by [Changie](https://github.com/miniscruff/changie).
99

10+
## 7.1.2 - 2024-02-08
11+
12+
### Changed
13+
14+
- [#369](https://github.com/llaville/php-compatinfo/issues/369) : Add support to `$_composer_autoload_path` global Composer variable
15+
- Upgrade `ConsoleKernel::getCacheDir()` to compatible with CompatInfoDB 6.2.1
16+
- Reduce size of PHAR version (same [feature](https://github.com/llaville/php-compatinfo-db/issues/138) as for CompatInfoDB)
17+
18+
### Fixed
19+
20+
- Dockerfile : be able to use all 7.1 versions family without to hardcode a composer constraint that will be wrong with major releases
21+
- Cannot convert to GitHub Action (same [issue]((https://github.com/llaville/php-compatinfo-db/issues/139)) as for CompatInfoDB)
22+
23+
**Full Changelog**: [7.1.1...7.1.2](https://github.com/llaville/php-compatinfo/compare/7.1.1...7.1.2)
24+
1025
## 7.1.1 - 2024-01-18
1126

1227
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Running on PHP greater or equal than 7.2 for parsing source code in a format PHP
5454
[Branch_71x]: https://github.com/llaville/php-compatinfo/tree/7.1
5555
[PHPVersion_71x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/7.1.0
5656
[PHPVersion_71x]: https://www.php.net/supported-versions.php
57-
[Packagist_71x-img]: https://img.shields.io/badge/packagist-v7.1.1-blue
57+
[Packagist_71x-img]: https://img.shields.io/badge/packagist-v7.1.2-blue
5858
[Packagist_71x]: https://packagist.org/packages/bartlett/php-compatinfo
5959
[License_71x-img]: https://img.shields.io/packagist/l/bartlett/php-compatinfo
6060
[License_71x]: https://github.com/llaville/php-compatinfo/blob/7.1/LICENSE

0 commit comments

Comments
 (0)