Skip to content

Releases: lajax/yii2-translate-manager

1.8.1

04 Jul 07:22
Compare
Choose a tag to compare

Fixed

  • Fix onlyCategories option not applied correctly #135 (bjornhij)

1.8.0

25 Aug 20:16
Compare
Choose a tag to compare

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

04 Apr 18:50
1.7.3
b8d112b
Compare
Choose a tag to compare

Fixed

  • Fix invalid column name in findOne() condition #118

1.7.2

23 Feb 20:28
Compare
Choose a tag to compare

Minor

  • Restrict version constraints for Yii dependencies in composer.json #116

1.7.1

30 Oct 20:30
Compare
Choose a tag to compare

Fixed

  • Fix url creation in translate action #108
  • Fix incorrect md5 hash for non-English characters in javascripts #114

1.7.0

30 Apr 07:28
Compare
Choose a tag to compare

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

16 Apr 13:24
Compare
Choose a tag to compare

Added

  • Add db connection to module settings #85

1.5.4

16 Apr 13:25
Compare
Choose a tag to compare

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

16 Apr 13:45
Compare
Choose a tag to compare

Added

  • Add TranslateBehavior

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

16 Apr 13:57
Compare
Choose a tag to compare

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