Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Releases: Orbitale/TranslationBundle

v1.3.1

16 Mar 13:15
Compare
Choose a tag to compare

Changes
[69271db] Fix BC break with Symfony 2.3 and 2.4 (with the "FINISH_REQUEST" kernel event)

Tests:
[9b4ef7e] Test fix phpunit segmentation fault when creating coverage

v1.3.0

15 Mar 08:31
Compare
Choose a tag to compare

No major change, just transferred ownership

v1.2.0

03 Mar 10:04
Compare
Choose a tag to compare

Bug fixes:
6d50907 Fixed an invalid call to a template (@vitrus)
51ebcaa Bring back support for PHP5.4 class notation in Admin class (Sonata support)

v1.2.0-beta

18 Feb 16:31
Compare
Choose a tag to compare
v1.2.0-beta Pre-release
Pre-release

Major changes:

  • Added PHPUnit tests
  • Optimized the Extractor: Moved the extraction logic in a do* method. The first called method only handles the extraction process' potential exceptions depending on its usage in CLI or request.
  • New features in the Translator:
    • A flushing strategy has been implemented in order to allow the user to manipulate the $translationsToPersist collection by himself.
    • The setLocale() function now works properly, the same way the native Symfony translator does.
    • Made the getTranslation() and findToken() methods public, to allow creating custom back-ends or for some other purposes.

BC Breaks:

  • The translate() method has been deleted, to avoid relying on this old fashioned method. The trans() method should be used, as it is the native translator's behavior, and I don't want to supplant the translator. I only want to add a new database logic layer to the translator.

Minor changes:

  • Removed some never-used code in the TranslationLikeHydrator
  • Added a lot of PHPDoc for many classes/methods
  • Linked to Coveralls and Travis-CI for quality informations

v1.1.1

28 Jan 11:07
Compare
Choose a tag to compare

Fixed composer.json namespacing

v1.1.0

26 Jan 17:15
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release

Added support for transchoice

Changed namespace from PSR-0 to PSR-4.

Fixed a bug occuring when installing the bundle without setting any parameter under pierstoval_translation in config.

Default managed locales are defined from the %locale% parameter, only if it's set in configuration.

Updated docs and phpdoc.

v1.0

07 Jan 08:50
Compare
Choose a tag to compare

First stable version