Skip to content

Releases: maschmann/TranslationLoaderBundle

Cleanup bundle structure

28 Feb 13:11
Compare
Choose a tag to compare
  • Cleanup bundle structure
  • Fixed unittests

FileLoaderResolver fix

24 Feb 08:21
Compare
Choose a tag to compare
  • Fixed FileLoaderResolver and compiler pass
  • Added draft for cache refreshing functionality

v1.0.5

29 Oct 21:50
v1.0.5
Compare
Choose a tag to compare
  • make the bundle compatible with Symfony 2.2 again
  • ensure that tests are also run with Symfony 2.2

v1.0.4

17 Sep 18:11
v1.0.4
Compare
Choose a tag to compare
  • resolve circular dependency between the doctrine.orm.default_entity_manager
    (or any other Doctrine ORM entity manager service) and security_context services
    when using the translation history feature
  • disable the Form and Validator extension when running tests to be compatible with
    Symfony 2.5.4
  • do not register the translation history subscriber service when the feature was
    not enabled
  • added tests for the asm:translations:dummy command
  • added an option to configure translation file loaders based on the file extension
  • removed unused translation fixtures loader
  • map files with .xlf extensions to the XliffFileLoader

v1.0.3

05 Feb 20:13
Compare
Choose a tag to compare

bugfix release for import issue - finding all files, not importing into database

v1.0.2

26 Jan 15:22
Compare
Choose a tag to compare

minor improvements for configuration
new loader via config (locales)

v1.0.1

14 Jan 20:04
Compare
Choose a tag to compare

Minor fix for manager services

created v1.0

12 Jan 21:37
Compare
Choose a tag to compare

First release with

  • basic translation loader
  • some import and export functions
  • translation change history