diff --git a/.changes/6.x/6.7.0.md b/.changes/6.x/6.7.0.md new file mode 100644 index 00000000..ef00cfd9 --- /dev/null +++ b/.changes/6.x/6.7.0.md @@ -0,0 +1,10 @@ + +## 6.7.0 - 2024-06-14 + +### Added + +- PHP 8.1.29 support +- PHP 8.2.20 support +- PHP 8.3.8 support + +**Full Changelog**: [6.6.0...6.7.0](https://github.com/llaville/php-compatinfo-db/compare/6.6.0...6.7.0) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index b54bef05..60aa7e07 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -5,7 +5,7 @@ on: push: branches: - master - - "6.6" + - "6.7" paths: - docs/** pull_request: @@ -15,6 +15,6 @@ jobs: deploy: uses: llaville/.github/.github/workflows/gh-pages.yml@master with: - destination-dir: "6.6" + destination-dir: "6.7" force-orphan: false hook-script: "resources/gh-pages-hook.sh" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e84ecc4..be7f9226 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: uses: softprops/action-gh-release@v1 with: # https://github.com/softprops/action-gh-release#-customizing prerelease: false - draft: true + draft: false body_path: ${{ github.workspace }}/.changes/6.x/${{ github.ref_name }}.md # https://github.com/softprops/action-gh-release#%EF%B8%8F-uploading-release-assets files: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1bc8e2..bbca1a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ 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). +## 6.7.0 - 2024-06-14 + +### Added + +- PHP 8.1.29 support +- PHP 8.2.20 support +- PHP 8.3.8 support + +**Full Changelog**: [6.6.0...6.7.0](https://github.com/llaville/php-compatinfo-db/compare/6.6.0...6.7.0) + ## 6.6.0 - 2024-05-13 ### Added diff --git a/README.md b/README.md index ebcb3d94..1063a8d1 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ | Stable v6.4.x | [![Branch 6.4][Branch_64x-img]][Branch_64x] | [![Minimum PHP Version)][PHPVersion_64x-img]][PHPVersion_64x] | [![Stable Version 6.4][Packagist_64x-img]][Packagist_64x] | [![License 6.4][License_64x-img]][License_64x] | [![Documentation 6.4][Documentation_64x-img]][Documentation_64x] | | Stable v6.5.x | [![Branch 6.5][Branch_65x-img]][Branch_65x] | [![Minimum PHP Version)][PHPVersion_65x-img]][PHPVersion_65x] | [![Stable Version 6.5][Packagist_65x-img]][Packagist_65x] | [![License 6.5][License_65x-img]][License_65x] | [![Documentation 6.5][Documentation_65x-img]][Documentation_65x] | | Stable v6.6.x | [![Branch 6.6][Branch_66x-img]][Branch_66x] | [![Minimum PHP Version)][PHPVersion_66x-img]][PHPVersion_66x] | [![Stable Version 6.6][Packagist_66x-img]][Packagist_66x] | [![License 6.6][License_66x-img]][License_66x] | [![Documentation 6.6][Documentation_66x-img]][Documentation_66x] | +| Stable v6.7.x | [![Branch 6.7][Branch_67x-img]][Branch_67x] | [![Minimum PHP Version)][PHPVersion_67x-img]][PHPVersion_67x] | [![Stable Version 6.7][Packagist_67x-img]][Packagist_67x] | [![License 6.7][License_67x-img]][License_67x] | [![Documentation 6.7][Documentation_67x-img]][Documentation_67x] | [Branch_514x-img]: https://img.shields.io/badge/branch-5.14-orange [Branch_514x]: https://github.com/llaville/php-compatinfo-db/tree/5.14 @@ -100,6 +101,17 @@ [Documentation_66x-img]: https://img.shields.io/badge/documentation-v6.6-green [Documentation_66x]: https://github.com/llaville/php-compatinfo-db/tree/6.6/docs +[Branch_67x-img]: https://img.shields.io/badge/branch-6.7-orange +[Branch_67x]: https://github.com/llaville/php-compatinfo-db/tree/6.7 +[PHPVersion_67x-img]: https://img.shields.io/packagist/php-v/bartlett/php-compatinfo-db/6.7.0 +[PHPVersion_67x]: https://www.php.net/supported-versions.php +[Packagist_67x-img]: https://img.shields.io/badge/packagist-v6.7.0-blue +[Packagist_67x]: https://packagist.org/packages/bartlett/php-compatinfo-db +[License_67x-img]: https://img.shields.io/packagist/l/bartlett/php-compatinfo-db +[License_67x]: https://github.com/llaville/php-compatinfo-db/blob/6.7/LICENSE +[Documentation_67x-img]: https://img.shields.io/badge/documentation-v6.7-green +[Documentation_67x]: https://github.com/llaville/php-compatinfo-db/tree/6.7/docs + Main goal of this project is to provide a standalone database that references all functions, constants, classes, interfaces on PHP standard distribution and about 110 extensions. @@ -116,12 +128,12 @@ This database is currently only support by its initial project [php-compatinfo]( | `4.2.x` to `4.5.x` | `>= 7.4` | `6.4` | | `4.6.x` to `4.11.x` | `>= 7.4` | `6.5` | | `5.0.x` to `5.14.x` | `>= 8.0` and `< 8.3` | `7.0` | - | `6.0.x` to `6.6.x` | `>= 8.1` | `7.0`, `7.1` | + | `6.0.x` to `6.7.x` | `>= 8.1` | `7.0`, `7.1` | ## Documentation -All the documentation is available on [website](https://llaville.github.io/php-compatinfo-db/6.6), -generated from the [docs](https://github.com/llaville/php-compatinfo-db/tree/6.6/docs) folder. +All the documentation is available on [website](https://llaville.github.io/php-compatinfo-db/6.7), +generated from the [docs](https://github.com/llaville/php-compatinfo-db/tree/6.7/docs) folder. ## Contributors diff --git a/docs/installation.md b/docs/installation.md index a414281f..663b456b 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -56,7 +56,7 @@ You can also install application locally to your project with [Phive][phive] and ```xml - + ``` @@ -70,7 +70,7 @@ The recommended way to install this library is [through composer][composer]. If you don't know yet what is composer, have a look [on introduction][composer-intro]. ```shell -composer require bartlett/php-compatinfo-db ^6.5 +composer require bartlett/php-compatinfo-db ^6.7 ``` If you cannot install it because of a dependency conflict, or you prefer to install it for your project, we recommend @@ -88,7 +88,7 @@ vendor/bin/compatinfo-db The PHP CompatInfoDB can be directly used from [GitHub][github-repo] by cloning the repository into a directory of your choice. ```shell -git clone -b 6.3 https://github.com/llaville/php-compatinfo-db.git +git clone -b 6.7 https://github.com/llaville/php-compatinfo-db.git ``` ## Configuring the Database diff --git a/docs/usage/console.md b/docs/usage/console.md index e7c0226f..5fb278ca 100644 --- a/docs/usage/console.md +++ b/docs/usage/console.md @@ -2,7 +2,7 @@ # Console CLI ```text -Database handler for CompatInfo version 6.5.0 +Database handler for CompatInfo version 6.7.0 Usage: command [options] [arguments]