You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Symfony 4 support
* Use ChildDefinition instead of DefinitionDecorator
* Make some services public and fix deprecated class calls
* Fix more tests
* Fix remaining tests: Make more services public
* Call write() when exists instead of deprecated writeTranslations()
* Make php_translation.cache_clearer service public - we call it in controller
* Revert php-translation/symfony-storage version in composer.json
* Revert making php_translation.extractor.php public - use public alias
* Revert making php_translation.extractor.twig public - use public alias
* Revert making php_translation.extractor public - use public alias
* Revert making one more service public in favor of public alias
* * Translation Loader or Reader (BC SF3.4)
* * StyleCI
* * Legacy wrapper for ChildDefiniton/DefinitionDecorator
* * StyleCI fix
* * One more fix for translation loader or reader
* Tweaked service name to translation.loader_or_reader
* Bump php-translation/symfony-storage version to ^0.3.4
* Fix styles: Add missing header for new PHP classes
* Create LegacyTranslationLoader on compilation to avoid extra checks
* Bump symfony-storage version to v0.4.0
* Move test.* services to a separate file and include it for tests
* Add a description for LoaderOrReaderPass class
* Use new LegacyTranslationReader and LegacyTranslationWriter classes
* Make php_translation.importer public and remove its test alias
0 commit comments