From 13f9b9c1af5a2290dde226e55f7865c3ffecbf95 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Fri, 18 Mar 2022 12:44:40 +0100 Subject: [PATCH] added support for concatenated strings --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9603f5b..6fa3ed7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.3.1] - 2022-03-18 +### Fixed +- Support for concatenated strings [#14]. + ## [1.3.0] - 2021-04-01 ### Added - 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/). ### Fixed - Anonimous function produce fatal errors [#1] -## 1.0.0 - 2019-11-05 +## [1.0.0] - 2019-11-05 First version [#1]: https://github.com/php-gettext/PHP-Scanner/issues/1 @@ -48,7 +52,9 @@ First version [#9]: https://github.com/php-gettext/PHP-Scanner/issues/9 [#11]: https://github.com/php-gettext/PHP-Scanner/issues/11 [#12]: https://github.com/php-gettext/PHP-Scanner/issues/12 +[#14]: https://github.com/php-gettext/PHP-Scanner/issues/14 +[1.3.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.2.2...v1.3.0 [1.2.2]: https://github.com/php-gettext/PHP-Scanner/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.2.0...v1.2.1 @@ -56,3 +62,4 @@ First version [1.1.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.0.0...v1.0.1 +[1.0.0]: https://github.com/php-gettext/PHP-Scanner/releases/tag/v1.0.0