Skip to content

Commit 13f9b9c

Browse files
committed
added support for concatenated strings
1 parent c317205 commit 13f9b9c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.3.1] - 2022-03-18
9+
### Fixed
10+
- Support for concatenated strings [#14].
11+
812
## [1.3.0] - 2021-04-01
913
### Added
1014
- 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/).
3842
### Fixed
3943
- Anonimous function produce fatal errors [#1]
4044

41-
## 1.0.0 - 2019-11-05
45+
## [1.0.0] - 2019-11-05
4246
First version
4347

4448
[#1]: https://github.com/php-gettext/PHP-Scanner/issues/1
@@ -48,11 +52,14 @@ First version
4852
[#9]: https://github.com/php-gettext/PHP-Scanner/issues/9
4953
[#11]: https://github.com/php-gettext/PHP-Scanner/issues/11
5054
[#12]: https://github.com/php-gettext/PHP-Scanner/issues/12
55+
[#14]: https://github.com/php-gettext/PHP-Scanner/issues/14
5156

57+
[1.3.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.3.0...v1.3.1
5258
[1.3.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.2.2...v1.3.0
5359
[1.2.2]: https://github.com/php-gettext/PHP-Scanner/compare/v1.2.1...v1.2.2
5460
[1.2.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.2.0...v1.2.1
5561
[1.2.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.1.1...v1.2.0
5662
[1.1.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.1.0...v1.1.1
5763
[1.1.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.0.1...v1.1.0
5864
[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

Comments
 (0)