Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Nov 24, 2024
1 parent f5b0221 commit c7a0650
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,20 @@ jobs:
- 8.1
- 8.2
- 8.3
- 8.4
fail-fast: false

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}

- name: Cache PHP dependencies
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: vendor
key: ${{ runner.os }}-php-${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

Previous releases are documented in [github releases](https://github.com/oscarotero/Gettext/releases)

## [5.7.2] - 2024-11-24
### Fixed
- Php 8.4 support [#300].

## [5.7.1] - 2024-07-24
### Fixed
- Parsing of PO files with empty comments instead of empty lines [#296]
Expand Down Expand Up @@ -127,7 +131,9 @@ Previous releases are documented in [github releases](https://github.com/oscarot
[#282]: https://github.com/php-gettext/Gettext/issues/282
[#296]: https://github.com/php-gettext/Gettext/issues/296
[#299]: https://github.com/php-gettext/Gettext/issues/299
[#300]: https://github.com/php-gettext/Gettext/issues/300

[5.7.2]: https://github.com/php-gettext/Gettext/compare/v5.7.1...v5.7.2
[5.7.1]: https://github.com/php-gettext/Gettext/compare/v5.7.0...v5.7.1
[5.7.0]: https://github.com/php-gettext/Gettext/compare/v5.6.1...v5.7.0
[5.6.1]: https://github.com/php-gettext/Gettext/compare/v5.6.0...v5.6.1
Expand Down

0 comments on commit c7a0650

Please sign in to comment.