Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed May 23, 2020
1 parent 10e1a70 commit 346b3f0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 346b3f0

Please sign in to comment.