Skip to content

Commit 3f7bc5e

Browse files
committed
release v4.8.7
1 parent 3e7460f commit 3f7bc5e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

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

10+
## [4.8.7] - 2022-08-02
11+
### Fixed
12+
- Suppress deprecation error on PHP 8.1 [#280]
13+
1014
## [4.8.6] - 2021-10-19
1115
### Fixed
1216
- Parse PO files with multiline disabled entries [#274]
@@ -121,7 +125,7 @@ Previous releases are documented in [github releases](https://github.com/oscarot
121125
### Fixed
122126
- Improved the code style including php_codesniffer in development
123127

124-
## 4.3.0 - 2017-03-04
128+
## [4.3.0] - 2017-03-04
125129
### Added
126130
- Added support for named placeholders (using `strtr`). For example:
127131
```php
@@ -175,7 +179,9 @@ Previous releases are documented in [github releases](https://github.com/oscarot
175179
[#266]: https://github.com/oscarotero/Gettext/issues/266
176180
[#271]: https://github.com/oscarotero/Gettext/issues/271
177181
[#274]: https://github.com/oscarotero/Gettext/issues/274
182+
[#280]: https://github.com/oscarotero/Gettext/issues/280
178183

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

0 commit comments

Comments
 (0)