@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 1.3.1] - 2022-03-18
9
+ ### Fixed
10
+ - Support for concatenated strings [ #14 ] .
11
+
8
12
## [ 1.3.0] - 2021-04-01
9
13
### Added
10
14
- The translations with sprintf expressions have the ` php-format ` flag [ #12 ]
@@ -38,7 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
38
42
### Fixed
39
43
- Anonimous function produce fatal errors [ #1 ]
40
44
41
- ## 1.0.0 - 2019-11-05
45
+ ## [ 1.0.0] - 2019-11-05
42
46
First version
43
47
44
48
[ #1 ] : https://github.com/php-gettext/PHP-Scanner/issues/1
@@ -48,11 +52,14 @@ First version
48
52
[ #9 ] : https://github.com/php-gettext/PHP-Scanner/issues/9
49
53
[ #11 ] : https://github.com/php-gettext/PHP-Scanner/issues/11
50
54
[ #12 ] : https://github.com/php-gettext/PHP-Scanner/issues/12
55
+ [ #14 ] : https://github.com/php-gettext/PHP-Scanner/issues/14
51
56
57
+ [ 1.3.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.3.0...v1.3.1
52
58
[ 1.3.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.2.2...v1.3.0
53
59
[ 1.2.2 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.2.1...v1.2.2
54
60
[ 1.2.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.2.0...v1.2.1
55
61
[ 1.2.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.1.1...v1.2.0
56
62
[ 1.1.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.1.0...v1.1.1
57
63
[ 1.1.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.0.1...v1.1.0
58
64
[ 1.0.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.0.0...v1.0.1
65
+ [ 1.0.0 ] : https://github.com/php-gettext/PHP-Scanner/releases/tag/v1.0.0
0 commit comments