diff --git a/.changes/7.x/7.0.1.md b/.changes/7.x/7.0.1.md new file mode 100644 index 00000000..93db0992 --- /dev/null +++ b/.changes/7.x/7.0.1.md @@ -0,0 +1,14 @@ + +## 7.0.1 - 2023-11-14 + +### Changed + +- CompatInfo 7.0.1 will be the last version to support PHP 8.0; 8.1 and 8.2 will be accepted but not 8.3 +- `tests/bootstrap.php` file to prevent PHPUnit to failed with error if database is not built and populate (launch auto diagnose) + +### Fixed + +- Misunderstood the [RFC](https://wiki.php.net/rfc/same-site-cookie). The first suggestion with additional argument was never implemented +- [#363](https://github.com/llaville/php-compatinfo/issues/363) : PHP 8.2 features support + +**Full Changelog**: [7.0.0...7.0.1](https://github.com/llaville/php-compatinfo/compare/7.0.0...7.0.1) diff --git a/.changes/7.x/unreleased/Changed-20231114-054645.yaml b/.changes/7.x/unreleased/Changed-20231114-054645.yaml deleted file mode 100644 index f48f1ddf..00000000 --- a/.changes/7.x/unreleased/Changed-20231114-054645.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Changed -body: CompatInfo 7.0.1 will be the last version to support PHP 8.0; 8.1 and 8.2 will - be accepted but not 8.3 -time: 2023-11-14T05:46:45.665647264Z diff --git a/.changes/7.x/unreleased/Changed-20231114-055304.yaml b/.changes/7.x/unreleased/Changed-20231114-055304.yaml deleted file mode 100644 index 26dca2cd..00000000 --- a/.changes/7.x/unreleased/Changed-20231114-055304.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Changed -body: tests/bootstrap.php file to prevent PHPUnit to failed with error if database - is not built and populate (launch auto diagnose) -time: 2023-11-14T05:53:04.123965016Z diff --git a/.changes/7.x/unreleased/Fixed-20230516-043411.yaml b/.changes/7.x/unreleased/Fixed-20230516-043411.yaml deleted file mode 100644 index b534004c..00000000 --- a/.changes/7.x/unreleased/Fixed-20230516-043411.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: Misunderstood the [RFC](https://wiki.php.net/rfc/same-site-cookie). The first - suggestion with additional argument was never implemented -time: 2023-05-16T04:34:11.919220021Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 805c7427..05231d06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ 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.0.1 - 2023-11-14 + +### Changed + +- CompatInfo 7.0.1 will be the last version to support PHP 8.0; 8.1 and 8.2 will be accepted but not 8.3 +- `tests/bootstrap.php` file to prevent PHPUnit to failed with error if database is not built and populate (launch auto diagnose) + +### Fixed + +- Misunderstood the [RFC](https://wiki.php.net/rfc/same-site-cookie). The first suggestion with additional argument was never implemented +- [#363](https://github.com/llaville/php-compatinfo/issues/363) : PHP 8.2 features support + +**Full Changelog**: [7.0.0...7.0.1](https://github.com/llaville/php-compatinfo/compare/7.0.0...7.0.1) + ## 7.0.0 - 2023-05-12 ### Changed diff --git a/phpunit-9.xml b/phpunit-9.xml index f28f6d20..0004a6e1 100644 --- a/phpunit-9.xml +++ b/phpunit-9.xml @@ -1,7 +1,7 @@