File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -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.1.2] - 2022-02-14
9
+ ### Fixed
10
+ - Function scanner in literal expressions [ #3 ] .
11
+
8
12
## [ 1.1.1] - 2021-01-18
9
13
### Fixed
10
14
- Support for PHP 8 [ #1 ]
@@ -16,10 +20,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
16
20
### Fixed
17
21
- Support for ` gettext/gettext v5.5.0 `
18
22
19
- ## 1.0.0 - 2019-11-05
23
+ ## [ 1.0.0] - 2019-11-05
20
24
First version
21
25
22
26
[ #1 ] : https://github.com/php-gettext/JS-Scanner/issues/1
27
+ [ #3 ] : https://github.com/php-gettext/JS-Scanner/issues/3
23
28
29
+ [ 1.1.2 ] : https://github.com/php-gettext/JS-Scanner/compare/v1.1.1...v1.1.2
24
30
[ 1.1.1 ] : https://github.com/php-gettext/JS-Scanner/compare/v1.1.0...v1.1.1
25
31
[ 1.1.0 ] : https://github.com/php-gettext/JS-Scanner/compare/v1.0.0...v1.1.0
32
+ [ 1.0.0 ] : https://github.com/php-gettext/JS-Scanner/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments