Skip to content

Commit

Permalink
prepare next major version
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 11, 2022
1 parent bcdb764 commit 675da34
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .changes/4.10.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@

- support to Solr 2.6.0 (see commit <https://github.com/php/pecl-search_engine-solr/commit/080b98389a2c05ba68bb613e3a266dbf216340de>)

****Full Changelog**: [4.9.0...4.10.0](https://github.com/llaville/php-compatinfo-db/compare/4.9.0...4.10.0)**
**Full Changelog**: [4.9.0...4.10.0](https://github.com/llaville/php-compatinfo-db/compare/4.9.0...4.10.0)
18 changes: 18 additions & 0 deletions .changes/5.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

## 5.0.0 - 2022-12-11

### Added

- PHP 8.2.0 support

### Changed

- Upgrade `psr/log` dependency by adding support to v3
- Xdebug reference updated to version 3.2.0 (stable)

### Removed

- Drop support for PHP 7
- Drop support for Symfony 4 and allow Symfony 6 support

**Full Changelog**: [4.10.0...5.0.0](https://github.com/llaville/php-compatinfo-db/compare/4.10.0...5.0.0)
4 changes: 2 additions & 2 deletions .changes/header.tpl.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- markdownlint-disable MD013 MD024 -->
# Changes CompatInfoDB 4.x
# Changes CompatInfoDB 5.x

All notable changes of the CompatInfoDB 4 release series will be documented in this file.
All notable changes of the CompatInfoDB 5 release series will be documented in this file.

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),
Expand Down
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20221209-093212.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20221204-084030.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20221210-153048.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Removed-20221203-100447.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Removed-20221203-180218.yaml

This file was deleted.

26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!-- markdownlint-disable MD013 MD024 -->
# Changes CompatInfoDB 5.x

All notable changes of the CompatInfoDB 5 release series will be documented in this file.

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).

## 5.0.0 - 2022-12-11

### Added

- PHP 8.2.0 support

### Changed

- Upgrade `psr/log` dependency by adding support to v3
- Xdebug reference updated to version 3.2.0 (stable)

### Removed

- Drop support for PHP 7
- Drop support for Symfony 4 and allow Symfony 6 support

**Full Changelog**: [4.10.0...5.0.0](https://github.com/llaville/php-compatinfo-db/compare/4.10.0...5.0.0)
9 changes: 5 additions & 4 deletions docs/appendix/SUPPORTED-VERSIONS_5.x.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!-- markdownlint-disable MD013 -->
# Versions 4.x
# Versions 5.x

| Version | Release | Module | PHP 8.0 | PHP 8.1 | PHP 8.2 |
|---------|----------|--------------------|---------|---------|---------|
| 5.0.0 | upcoming | | 8.0.26 | 8.1.13 | 8.2.0 |
| Version | Release | Module | PHP 8.0 | PHP 8.1 | PHP 8.2 |
|---------|------------|-------------------|---------|---------|---------|
| 5.0.0 | 2022-12-11 | | 8.0.26 | 8.1.13 | 8.2.0 |
| | | xdebug 3.2.0 | | | |
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ nav:
- "Versions 2.x": appendix/SUPPORTED-VERSIONS_2.x.md
- "Versions 3.x": appendix/SUPPORTED-VERSIONS_3.x.md
- "Versions 4.x": appendix/SUPPORTED-VERSIONS_4.x.md
- "Versions 5.x": appendix/SUPPORTED-VERSIONS_5.x.md
- "Supported extensions": appendix/SUPPORTED-EXTENSIONS.md

0 comments on commit 675da34

Please sign in to comment.