File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ 1.1.1] - Unreleased
8+ ## [ 1.1.1] - 2019-11-25
99### Fixed
1010- Extract comments of functions prepended with echo, print or return [ #6 ]
1111- Tested extracted comments from code
@@ -25,6 +25,6 @@ First version
2525[ #5 ] : https://github.com/php-gettext/PHP-Scanner/issues/5
2626[ #6 ] : https://github.com/php-gettext/PHP-Scanner/issues/6
2727
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
2929[ 1.1.0 ] : https://github.com/php-gettext/PHP-Scanner/compare/v1.0.1...v1.1.0
3030[ 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 2020 "require" : {
2121 "php" : " ^7.2" ,
2222 "nikic/php-parser" : " ^4.2" ,
23- "gettext/gettext" : " dev-master "
23+ "gettext/gettext" : " ^5.2.0 "
2424 },
2525 "require-dev" : {
2626 "phpunit/phpunit" : " ^8.0" ,
You can’t perform that action at this time.
0 commit comments