All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
2.0.0 - 2024-03-10
1.3.1 - 2022-03-18
- Support for concatenated strings #14.
1.3.0 - 2021-04-01
- The translations with sprintf expressions have the
php-format
flag #12
1.2.2 - 2021-01-12
- Support for PHP 8 #11
1.2.1 - 2020-05-28
- Support for static calls #9
1.2.0 - 2020-05-23
- Function scanner extracts not only functions calls but also class methods calls.
- Support for
gettext/gettext v5.5.0
- Extract comments prepending variable assignments #8
1.1.1 - 2019-11-25
- Extract comments of functions prepended with echo, print or return #6
- Tested extracted comments from code
1.1.0 - 2019-11-19
- In v1.0, non-scalar arguments (others than string, int and float) were discarded. Now the arrays are included too #5
1.0.1 - 2019-11-11
- Anonimous function produce fatal errors #1
1.0.0 - 2019-11-05
First version