Skip to content

Commit

Permalink
release v4.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Aug 2, 2022
1 parent 3e7460f commit 3f7bc5e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

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

## [4.8.7] - 2022-08-02
### Fixed
- Suppress deprecation error on PHP 8.1 [#280]

## [4.8.6] - 2021-10-19
### Fixed
- Parse PO files with multiline disabled entries [#274]
Expand Down Expand Up @@ -121,7 +125,7 @@ Previous releases are documented in [github releases](https://github.com/oscarot
### Fixed
- Improved the code style including php_codesniffer in development

## 4.3.0 - 2017-03-04
## [4.3.0] - 2017-03-04
### Added
- Added support for named placeholders (using `strtr`). For example:
```php
Expand Down Expand Up @@ -175,7 +179,9 @@ Previous releases are documented in [github releases](https://github.com/oscarot
[#266]: https://github.com/oscarotero/Gettext/issues/266
[#271]: https://github.com/oscarotero/Gettext/issues/271
[#274]: https://github.com/oscarotero/Gettext/issues/274
[#280]: https://github.com/oscarotero/Gettext/issues/280

[4.8.7]: https://github.com/oscarotero/Gettext/compare/v4.8.6...v4.8.7
[4.8.6]: https://github.com/oscarotero/Gettext/compare/v4.8.5...v4.8.6
[4.8.5]: https://github.com/oscarotero/Gettext/compare/v4.8.4...v4.8.5
[4.8.4]: https://github.com/oscarotero/Gettext/compare/v4.8.3...v4.8.4
Expand All @@ -194,3 +200,4 @@ Previous releases are documented in [github releases](https://github.com/oscarot
[4.4.2]: https://github.com/oscarotero/Gettext/compare/v4.4.1...v4.4.2
[4.4.1]: https://github.com/oscarotero/Gettext/compare/v4.4.0...v4.4.1
[4.4.0]: https://github.com/oscarotero/Gettext/compare/v4.3.0...v4.4.0
[4.3.0]: https://github.com/oscarotero/Gettext/releases/tag/v4.3.0

0 comments on commit 3f7bc5e

Please sign in to comment.