Skip to content

Commit 346b3f0

Browse files
committed
New version
1 parent 10e1a70 commit 346b3f0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [1.2.0] - Unreleased
8+
## [1.2.0] - 2020-05-23
99
### Added
1010
- Function scanner extracts not only functions calls but also class methods calls.
1111

1212
### Fixed
1313
- Support for `gettext/gettext v5.5.0`
14+
- Extract comments prepending variable assignments [#8]
1415

1516
## [1.1.1] - 2019-11-25
1617
### Fixed
@@ -31,8 +32,9 @@ First version
3132
[#1]: https://github.com/php-gettext/PHP-Scanner/issues/1
3233
[#5]: https://github.com/php-gettext/PHP-Scanner/issues/5
3334
[#6]: https://github.com/php-gettext/PHP-Scanner/issues/6
35+
[#8]: https://github.com/php-gettext/PHP-Scanner/issues/8
3436

35-
[1.2.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.1.1...HEAD
37+
[1.2.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.1.1...v1.2.0
3638
[1.1.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.1.0...v1.1.1
3739
[1.1.0]: https://github.com/php-gettext/PHP-Scanner/compare/v1.0.1...v1.1.0
3840
[1.0.1]: https://github.com/php-gettext/PHP-Scanner/compare/v1.0.0...v1.0.1

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"require": {
2121
"php": "^7.2",
2222
"nikic/php-parser": "^4.2",
23-
"gettext/gettext": "dev-feature/functions-handlers-trait"
23+
"gettext/gettext": "^5.5.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)