Skip to content

Commit 023878f

Browse files
committed
updated changelog
1 parent b7e3292 commit 023878f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Change Log
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](http://keepachangelog.com/)
65
and this project adheres to [Semantic Versioning](http://semver.org/).
76

7+
## [1.1.3] - 2026-02-07
8+
### Fixed
9+
- PHP 8.4 compatibility [#6]
10+
811
## [1.1.2] - 2022-02-14
912
### Fixed
1013
- Function scanner in literal expressions [#3].
@@ -25,7 +28,9 @@ First version
2528

2629
[#1]: https://github.com/php-gettext/JS-Scanner/issues/1
2730
[#3]: https://github.com/php-gettext/JS-Scanner/issues/3
31+
[#6]: https://github.com/php-gettext/JS-Scanner/issues/6
2832

33+
[1.1.3]: https://github.com/php-gettext/JS-Scanner/compare/v1.1.2...v1.1.3
2934
[1.1.2]: https://github.com/php-gettext/JS-Scanner/compare/v1.1.1...v1.1.2
3035
[1.1.1]: https://github.com/php-gettext/JS-Scanner/compare/v1.1.0...v1.1.1
3136
[1.1.0]: https://github.com/php-gettext/JS-Scanner/compare/v1.0.0...v1.1.0

0 commit comments

Comments
 (0)