Skip to content

Commit

Permalink
prepare bugfix release 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Nov 14, 2023
1 parent 5cf197b commit 993e5f4
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 13 deletions.
14 changes: 14 additions & 0 deletions .changes/7.x/7.0.1.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 0 additions & 4 deletions .changes/7.x/unreleased/Changed-20231114-054645.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/7.x/unreleased/Changed-20231114-055304.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/7.x/unreleased/Fixed-20230516-043411.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion phpunit-9.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals="false"
bootstrap="config/bootstrap.php"
bootstrap="tests/bootstrap.php"
colors="true"
stopOnError="false"
stopOnFailure="false"
Expand Down

0 comments on commit 993e5f4

Please sign in to comment.