Skip to content

Commit 9875282

Browse files
committed
prepare bugfixes release 7.1.4
1 parent a50c012 commit 9875282

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.changes/7.x/7.1.4.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
2+
## 7.1.4 - 2024-04-24
3+
4+
### Fixed
5+
6+
- [#370](https://github.com/llaville/php-compatinfo/issues/370) : Typed properties PHP 7.4 feature not displayed by rule reporter
7+
- [#374](https://github.com/llaville/php-compatinfo/issues/374) : Constructor readonly properties not detected as a PHP 8.1 feature
8+
9+
**Full Changelog**: [7.1.3...7.1.4](https://github.com/llaville/php-compatinfo/compare/7.1.3...7.1.4)

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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.4 - 2024-04-24
11+
12+
### Fixed
13+
14+
- [#370](https://github.com/llaville/php-compatinfo/issues/370) : Typed properties PHP 7.4 feature not displayed by rule reporter
15+
- [#374](https://github.com/llaville/php-compatinfo/issues/374) : Constructor readonly properties not detected as a PHP 8.1 feature
16+
17+
**Full Changelog**: [7.1.3...7.1.4](https://github.com/llaville/php-compatinfo/compare/7.1.3...7.1.4)
18+
1019
## 7.1.3 - 2024-03-19
1120

1221
### Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Running on PHP greater or equal than 7.2 for parsing source code in a format PHP
5252

5353
[Branch_71x-img]: https://img.shields.io/badge/branch-7.1-orange
5454
[Branch_71x]: https://github.com/llaville/php-compatinfo/tree/7.1
55-
[PHPVersion_71x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/7.1.3
55+
[PHPVersion_71x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo/7.1.4
5656
[PHPVersion_71x]: https://www.php.net/supported-versions.php
57-
[Packagist_71x-img]: https://img.shields.io/badge/packagist-v7.1.3-blue
57+
[Packagist_71x-img]: https://img.shields.io/badge/packagist-v7.1.4-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)