- XliffMessage is improved with note elements and attributes.
- Keeping new lines inside translations
- Fix global namespace extraction.
- Better documentation
- Clearer Exception messages
- The
DefaultPhpFileExtractor
could be extended an modified which function we should extraction messages from. - Make sure Message ID is always a string to avoid issues with numerial IDs.
- Make source files clickable in WebUI
- Message sources in Xliff files will be sorted in alphabetical order
- Support for placeholders and empty_value.
- Slightly easier WebUI extension with new extensible js class
- Extracted strings have the full source path stored
- Improvements to WebUI logic
- Various extraction bug fixes (attr as variable)
- Various improvements to xliff dumper
- Ensure full Symfony 3.0 support and tests
- Support nikic/php-parser 1.4.x and 2.0.x
- Set XLF as default output format of the ExtractTranslationCommand
- Better compatibility with Symfony 3.0
- Bugfixes with calls to the logger
- Added more tests for controllers, extension, compiler passes and config
- Code and doc cleanup
- New maintainers: @gnat42, @gouaille and @nyholm.
- Updated Jquery from 1.6.1 to 1.12.0.
- Dropping support for Symfony 2.1, 2.2, 2.4, 2.5 and 2.6.
- Removed the requirement on Twig text extension.
- Removed use of the deprecated
Symfony\Component\HttpKernel\Log\LoggerInterface
in favor forPsr\Log\LoggerInterface
.
- Lots of minor changes and improvements from June 2013.