Releases: maschmann/TranslationLoaderBundle
Releases · maschmann/TranslationLoaderBundle
Cleanup bundle structure
FileLoaderResolver fix
- Fixed FileLoaderResolver and compiler pass
- Added draft for cache refreshing functionality
v1.0.5
v1.0.4
- resolve circular dependency between the
doctrine.orm.default_entity_manager
(or any other Doctrine ORM entity manager service) andsecurity_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 theXliffFileLoader
v1.0.3
v1.0.2
v1.0.1
created v1.0
First release with
- basic translation loader
- some import and export functions
- translation change history