File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
Previous releases are documented in [ github releases] ( https://github.com/oscarotero/Gettext/releases )
9
9
10
- ## [ 5.7.0] - 2021 -07-27
10
+ ## [ 5.7.0] - 2022 -07-27
11
11
### Added
12
12
- StrictPoLoader, a stricter PO loader more aligned with the syntax of the GNU gettext tooling [ #282 ] .
13
13
- Previous attributes (msgctxt, msgid, msgid_plural) to the Translation class and the PO generator [ #282 ] .
14
+
14
15
### Changed
15
16
- Minor performance improvements to the Translations class [ #282 ] .
16
17
@@ -80,7 +81,7 @@ Previous releases are documented in [github releases](https://github.com/oscarot
80
81
### Added
81
82
- New function ` CodeScanner::ignoreInvalidFunctions() ` to ignore invalid functions instead throw an exception
82
83
83
- ## 5.0.0 - 2019-11-04
84
+ ## [ 5.0.0] - 2019-11-04
84
85
### Added
85
86
- New interfaces: ` ScannerInterface ` and ` FunctionsScannerInterface ` .
86
87
@@ -136,3 +137,4 @@ Previous releases are documented in [github releases](https://github.com/oscarot
136
137
[ 5.2.1 ] : https://github.com/php-gettext/Gettext/compare/v5.2.0...v5.2.1
137
138
[ 5.2.0 ] : https://github.com/php-gettext/Gettext/compare/v5.1.0...v5.2.0
138
139
[ 5.1.0 ] : https://github.com/php-gettext/Gettext/compare/v5.0.0...v5.1.0
140
+ [ 5.0.0 ] : https://github.com/php-gettext/Gettext/releases/tag/v5.0.0
You can’t perform that action at this time.
0 commit comments