File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.1] - Unreleased
8
+ ## [ 1.1.1] - 2019-11-25
9
9
### Fixed
10
10
- Extract comments of functions prepended with echo, print or return [ #6 ]
11
11
- Tested extracted comments from code
@@ -25,6 +25,6 @@ First version
25
25
[ #5 ] : https://github.com/php-gettext/PHP-Scanner/issues/5
26
26
[ #6 ] : https://github.com/php-gettext/PHP-Scanner/issues/6
27
27
28
- [ 1.1.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.1.0...HEAD
28
+ [ 1.1.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.1.0...v1.1.1
29
29
[ 1.1.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.0.1...v1.1.0
30
30
[ 1.0.1 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.0.0...v1.0.1
Original file line number Diff line number Diff line change 20
20
"require" : {
21
21
"php" : " ^7.2" ,
22
22
"nikic/php-parser" : " ^4.2" ,
23
- "gettext/gettext" : " dev-master "
23
+ "gettext/gettext" : " ^5.2.0 "
24
24
},
25
25
"require-dev" : {
26
26
"phpunit/phpunit" : " ^8.0" ,
You can’t perform that action at this time.
0 commit comments