Skip to content

Commit f95d069

Browse files
committed
new version
1 parent cde9672 commit f95d069

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.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

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-master"
23+
"gettext/gettext": "^5.2.0"
2424
},
2525
"require-dev": {
2626
"phpunit/phpunit": "^8.0",

0 commit comments

Comments
 (0)