From 346b3f02b701922fad9cf583a9390657363f67e9 Mon Sep 17 00:00:00 2001 From: Oscar Otero Date: Sat, 23 May 2020 16:59:49 +0200 Subject: [PATCH] New version --- CHANGELOG.md | 6 ++++-- composer.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39ed7ac..c27fd1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ 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.2.0] - Unreleased +## [1.2.0] - 2020-05-23 ### Added - Function scanner extracts not only functions calls but also class methods calls. ### Fixed - Support for `gettext/gettext v5.5.0` +- Extract comments prepending variable assignments [#8] ## [1.1.1] - 2019-11-25 ### Fixed @@ -31,8 +32,9 @@ First version [#1]: https://github.com/php-gettext/PHP-Scanner/issues/1 [#5]: https://github.com/php-gettext/PHP-Scanner/issues/5 [#6]: https://github.com/php-gettext/PHP-Scanner/issues/6 +[#8]: https://github.com/php-gettext/PHP-Scanner/issues/8 -[1.2.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.1.1...HEAD +[1.2.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.1.1...v1.2.0 [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 879d996..cbb566b 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^7.2", "nikic/php-parser": "^4.2", - "gettext/gettext": "dev-feature/functions-handlers-trait" + "gettext/gettext": "^5.5.0" }, "require-dev": { "phpunit/phpunit": "^8.0",