Skip to content

Commit

Permalink
added support for concatenated strings
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Mar 18, 2022
1 parent c317205 commit 13f9b9c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand All @@ -48,11 +52,14 @@ 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
[1.2.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.1.1...v1.2.0
[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

0 comments on commit 13f9b9c

Please sign in to comment.