The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
- Improve UI/UX in Profiler (loader during AJAX requests, select/deselect all messages)
- Do not throw exception when SF Translation collector is not found.
- Fix incorrect EditInPlace activation on Twig
is_safe
comparison
- When using EditInPlace, we only mark twig filters (
trans
&transchoice
) as "safe" when EditInPlace in active.
- Add meta informations from the profiler to
Translation\Common\Model\Message
- Make Dependency Injection work with Twig1
- HTML fixes on profiler page
- Support for Symfony 3.3.x
- Option to not show "untranslatable" in WebUI
- Make sure we fail with an exception if SfTranslation is not enabled
- Improved testing
- Added translation cache dir on warmup
- More tests
- Using Extractor 1.1.1.
- Support for Twig2
- Allow to pass options ot the dumper
- Use stable version of extractor
- Clear cache when updating translations with EditInPlace
- Updated namespace for EditInPlace feature
- Bug when DataCollector might be missing
- Better regex for EditInPlace attribute replacement
CatalogueWriter
- Commands for downloading and syncing translations
- Added
Configuration
model to work with theConfigurationManager
. - Implementation for all methods in the
StorageService
Translation\Bundle\Service\CatalogueFetcher
moved toTranslation\Bundle\Catalogue\CatalogueFetcher
- Made most (if not all) classes final.
CatalogueFetcher
requires aConfiguration
object.
- Dead code in the
SymfonyProfilerController
FileStorage
was moved tophp-translation/symfony-storage
- The bundle works without any configuration.
- You may have an config named "default".
First release.