Skip to content

Commit

Permalink
prepare feature release 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Jun 14, 2024
1 parent 5e3bc91 commit fd0f782
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 10 deletions.
10 changes: 10 additions & 0 deletions .changes/6.x/6.7.0.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- master
- "6.6"
- "6.7"
paths:
- docs/**
pull_request:
Expand All @@ -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"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You can also install application locally to your project with [Phive][phive] and
```xml
<?xml version="1.0" encoding="UTF-8"?>
<phive xmlns="https://phar.io/phive">
<phar name="llaville/php-compatinfo-db" version="^6.5" copy="false" />
<phar name="llaville/php-compatinfo-db" version="^6.7" copy="false" />
</phive>
```

Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/console.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fd0f782

Please sign in to comment.