The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
- User feedback when you use DeleteObsoleteCommand.
- Injecet depedencies in commands.
- Added argument for sync direction.
- The service
php_translation.storage.defaultis now public. - The XliffDumper does not backup existing files before creating dump. This is the default behavior in Symfony 4.
Metadata::$noteswill not change when runningMetadata::getAllInCategory()
-- Symfony 4 issues with the DownloadCommand.
- Support for Symfony 4
- Support for
descTwig filter - Support for extract/update only for one bundle
- Dump configuration reference
- Improved statistics on WebUI
- Commands are registered as services
EditInPlaceResponseListener::__constructusesUrlGeneratorInterfaceinstead of the concreate classRouter- The
php_translation.edit_in_place.activatorservice is public
- Support for
descfilter in Twig.
- Twig extension
TranslationExtensionwas renamed toEditInPlaceExtension
- Symfony 4 support
- New
--cacheoption on thetranslation:downloadallowing to clear the cache automatically if the downloaded translations have changed. - Support for Yandex translator
- Wrong paths in web profiler when using Twig2.x.
- Some JavaScript errors.
Major improvements on this version. Be aware that the default format to store translation has changed to XLIFF 2.0. If you run the extract command you will automatically get updated files.
- More extractors from
php-translation/extractor - Show status after extract command
- Added status command
- Support for PHPUnit6
- Support for
php-translation/symfony-storage0.3.0 - Using dumper and loader from
php-translation/extractor CatalogueCounterto show statistics about a catalogue- Lots of more tests. Test coverage increased from 27% to 69%
Importerreturns anImportResultvalue object- Improved internal management of metadata. Introduced a new
Metadatamodel - Renamed
MetadataAwareMergedtoReplaceOperation, read the class doc for the updated syntax
- Issue with WebProfiler's
ClonerDataon Symfony 3.3
- Removed
WebUIMessageandEditInPlaceMessage. UseMessagefromphp-translation/commoninstead - Removed metadata related functions from
CatalogueManager
- 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_safecomparison
- 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
Configurationmodel to work with theConfigurationManager. - Implementation for all methods in the
StorageService
Translation\Bundle\Service\CatalogueFetchermoved toTranslation\Bundle\Catalogue\CatalogueFetcher- Made most (if not all) classes final.
CatalogueFetcherrequires aConfigurationobject.
- Dead code in the
SymfonyProfilerController FileStoragewas moved tophp-translation/symfony-storage
- The bundle works without any configuration.
- You may have an config named "default".
First release.