Releases: lajax/yii2-translate-manager
Releases · lajax/yii2-translate-manager
1.8.1
Fixed
- Fix
onlyCategories
option not applied correctly #135 (bjornhij)
1.8.0
Added
- Add
onlyCategories
option to Module settings #128
Changed
- Improve TranslateBehavior saving #99
The attribute is now saved as translation when the language of the application is different from the source language.
1.7.3
Fixed
- Fix invalid column name in findOne() condition #118
1.7.2
Minor
- Restrict version constraints for Yii dependencies in composer.json #116
1.7.1
Fixed
- Fix url creation in translate action #108
- Fix incorrect md5 hash for non-English characters in javascripts #114
1.7.0
Added
- Allow to override default scanners via module configuration #87
- Namespaced migration support #101
Security
- Limit access to Import/Export actions #89
Misc
- Module access enhancements #86
- Add PHP-CS-Fixer config and fix coding style #95
- Add usage hint for the search empty command #102
1.6.0
Added
- Add db connection to module settings #85
1.5.4
Added
- Add option to specify whether scan the parent directory of the root, or the root directory itself #73
- Add multiple root directory scan #77
1.5.3
Added
Changed
- Move headers (h1) from views to layout #53
Fixed
- Fix translation completeness percentage calculation #51
- Load the correct translation in DialogAction #57
- Fix PHP7 incompatibility in Database Scanner #58
- Fix multiple translators detection in scanners #59
- Run JavaScript generators for active languages after import #68
1.5.2
Added
- Add ability to define category of database translations #41
Changed
- Display enabled languages firsts in language list #44
Fixed
- Fix wrong translation returned #43
- Restore searchEmptyCommand functionality #50