You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed incorrect docs to dn__ function [#170](https://github.com/oscarotero/Gettext/issues/170)
22
-
- Ignored phpcs.xml file on export [#168](https://github.com/oscarotero/Gettext/issues/168)
23
-
- Improved `@method` docs in `Translations`[#175](https://github.com/oscarotero/Gettext/issues/175)
30
+
- Fixed po tests on bigendian [#159]
31
+
- Improved comment estraction [#166]
32
+
- Fixed incorrect docs to dn__ function [#170]
33
+
- Ignored phpcs.xml file on export [#168]
34
+
- Improved `@method` docs in `Translations`[#175]
24
35
25
36
## [4.4.4] - 2018-02-21
26
37
27
38
### Fixed
28
39
29
-
- Changed the comment extraction to be compatible with gettext behaviour: the comment must be placed in the line preceding the function [#161](https://github.com/oscarotero/Gettext/issues/161).
40
+
- Changed the comment extraction to be compatible with gettext behaviour: the comment must be placed in the line preceding the function [#161]
30
41
31
42
### Security
32
43
33
-
- Validate eval input from plural forms [#156](https://github.com/oscarotero/Gettext/pull/156)
44
+
- Validate eval input from plural forms [#156]
34
45
35
46
## [4.4.3] - 2017-08-09
36
47
37
48
### Fixed
38
49
39
50
- Handle `NULL` arguments on extract entries in php. For example `dn__(null, 'singular', 'plural')`.
40
-
- Fixed the `PhpCode` and `JsCode` extractors that didn't extract `dn__` and `dngettext` entries [#155](https://github.com/oscarotero/Gettext/pull/155).
51
+
- Fixed the `PhpCode` and `JsCode` extractors that didn't extract `dn__` and `dngettext` entries [#155].
41
52
- Fixed the `PhpCode` and `JsCode` extractors that didn't extract `dnpgettext` correctly.
42
53
43
54
## [4.4.2] - 2017-07-27
44
55
45
56
### Fixed
46
57
47
-
- Clone the translations in `Translations::mergeWith` to prevent that the translation is referenced in both places. [#152](https://github.com/oscarotero/Gettext/issues/152)
48
-
- Fixed escaped quotes in the javascript extractor [#154](https://github.com/oscarotero/Gettext/pull/154)
58
+
- Clone the translations in `Translations::mergeWith` to prevent that the translation is referenced in both places. [#152]
59
+
- Fixed escaped quotes in the javascript extractor [#154]
49
60
50
61
## [4.4.1] - 2017-05-20
51
62
52
63
### Fixed
53
64
54
-
- Fixed a bug where the options was not passed correctly to the merging Translations object [#147](https://github.com/oscarotero/Gettext/issues/147)
55
-
- Unified the plural behaviours between PHP gettext and Translator when the plural translation is unknown [#148](https://github.com/oscarotero/Gettext/issues/148)
65
+
- Fixed a bug where the options was not passed correctly to the merging Translations object [#147]
66
+
- Unified the plural behaviours between PHP gettext and Translator when the plural translation is unknown [#148]
56
67
- Removed the deprecated function `create_function()` and use `eval()` instead
57
68
58
69
## [4.4.0] - 2017-05-10
59
70
60
71
### Added
61
72
62
-
- New option `noLocation` to po generator, to omit the references [#143](https://github.com/oscarotero/Gettext/issues/143)
63
-
- New options `delimiter`, `enclosure` and `escape_char` to Csv and CsvDictionary extractors and generators [#145](https://github.com/oscarotero/Gettext/pull/145/)
64
-
- Added the missing `dn__()` function [#146](https://github.com/oscarotero/Gettext/pull/146/)
73
+
- New option `noLocation` to po generator, to omit the references [#143]
74
+
- New options `delimiter`, `enclosure` and `escape_char` to Csv and CsvDictionary extractors and generators [#145]
75
+
- Added the missing `dn__()` function [#146]
65
76
66
77
### Fixed
67
78
68
79
- Improved the code style including php_codesniffer in development
69
80
70
-
## [4.3.0] - 2017-03-04
81
+
## 4.3.0 - 2017-03-04
71
82
72
83
### Added
73
84
@@ -82,11 +93,29 @@ Previous releases are documented in [github releases](https://github.com/oscarot
82
93
83
94
- Fixed a bug related with the javascript source extraction with single quotes
0 commit comments