Skip to content

Releases: argentumua/ArgentumTranslationBundle

Version 1.0.3

23 Nov 23:30
Compare
Choose a tag to compare
  • Add support for Symfony 3.3+ and DoctrineBundle 1.6.8+
  • Fix phpunit dependency
  • Exclude Symfony 2.3 with PHP 7+ from test matrix

Version 1.0.2

20 Mar 21:40
Compare
Choose a tag to compare
  • Fix loading translations from other resources
  • Add ability to search translations by content in Sonata Admin
  • Test with PHP 7.0
  • Fix dependencies for Symfony 3.0
  • Fix tests compatibility with Symfony 2.3
  • Fix compatibility with Symfony 3.0
  • Disallow tests failures on PHP 7.0 and HHVM

Version 1.0.1

21 Feb 00:14
Compare
Choose a tag to compare
  • Handle non-existent translation_domain table to allow its creation
  • Fixed translation creation for non-default locale
  • Import translations from parent bundles and clear cache after import
  • Updated README
  • Test with PHP 5.6 and Symfony 2.x LTS versions