Yii2 Translate Manager Versions Save

Translation Manager

1.8.1

3 years ago

Fixed

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

1.8.0

4 years ago

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

6 years ago

Fixed

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

1.7.2

6 years ago

Minor

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

1.7.1

6 years ago

Fixed

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

1.7.0

7 years ago

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.5.0

7 years ago

Added

  • Import/export feature #31

Changed

  • Autofocus translation textarea in frontend translation dialog #33

Fixed

  • Round error in translation statistic

1.5.1

7 years ago

Added

  • Ability to change source language on translation page

Changed

  • Optimizations in language search model

Fixed

  • Error if extend Module #38
  • Filter case sensitive in PostgreSQL #39
  • Fixes in language search model

1.5.2

7 years ago

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

1.5.3

7 years ago

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