File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
-
3
2
All notable changes to this project will be documented in this file.
4
3
5
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
6
7
+ ## [ 2.0.0] - 2024-03-10
8
+ ### Changed
9
+ - Upgraded ` nikic/php-parser ` to 5.x [ #16 ] .
10
+ - Bump the minimum PHP version from 7.2 to 7.4 [ #16 ] .
11
+
8
12
## [ 1.3.1] - 2022-03-18
9
13
### Fixed
10
14
- Support for concatenated strings [ #14 ] .
@@ -53,7 +57,9 @@ First version
53
57
[ #11 ] : https://github.com/php-gettext/PHP-Scanner/issues/11
54
58
[ #12 ] : https://github.com/php-gettext/PHP-Scanner/issues/12
55
59
[ #14 ] : https://github.com/php-gettext/PHP-Scanner/issues/14
60
+ [ #16 ] : https://github.com/php-gettext/PHP-Scanner/issues/16
56
61
62
+ [ 2.0.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.3.1...v2.0.0
57
63
[ 1.3.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.3.0...v1.3.1
58
64
[ 1.3.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.2.2...v1.3.0
59
65
[ 1.2.2 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.2.1...v1.2.2
You can’t perform that action at this time.
0 commit comments