diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3c650..e24575a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.1] - Unreleased +## [1.1.1] - 2019-11-25 ### Fixed - Extract comments of functions prepended with echo, print or return [#6] - Tested extracted comments from code @@ -25,6 +25,6 @@ First version [#5]: https://github.com/php-gettext/PHP-Scanner/issues/5 [#6]: https://github.com/php-gettext/PHP-Scanner/issues/6 -[1.1.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.1.0...HEAD +[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 diff --git a/composer.json b/composer.json index 65f5378..e5db019 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^7.2", "nikic/php-parser": "^4.2", - "gettext/gettext": "dev-master" + "gettext/gettext": "^5.2.0" }, "require-dev": { "phpunit/phpunit": "^8.0",