Skip to content

Commit 494237c

Browse files
author
Oscar Otero
committed
patch for 4.x
1 parent d3c9684 commit 494237c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.1] - 2019-11-15
11+
### Fixed
12+
- Php error when scanning for a single domain but other string found [#238]
13+
1014
## [4.8.0] - 2019-11-04
1115
### Changed
1216
- Many `private` properties and methods were changed to `protected` in order to improve the extensibility [#231]
@@ -145,7 +149,9 @@ Previous releases are documented in [github releases](https://github.com/oscarot
145149
[#226]: https://github.com/oscarotero/Gettext/issues/226
146150
[#230]: https://github.com/oscarotero/Gettext/issues/230
147151
[#231]: https://github.com/oscarotero/Gettext/issues/231
152+
[#238]: https://github.com/oscarotero/Gettext/issues/238
148153

154+
[4.8.1]: https://github.com/oscarotero/Gettext/compare/v4.8.0...v4.8.1
149155
[4.8.0]: https://github.com/oscarotero/Gettext/compare/v4.7.0...v4.8.0
150156
[4.7.0]: https://github.com/oscarotero/Gettext/compare/v4.6.3...v4.7.0
151157
[4.6.3]: https://github.com/oscarotero/Gettext/compare/v4.6.2...v4.6.3

0 commit comments

Comments
 (0)