Skip to content

Releases: Kdyby/Translation

v3.0.6

08 Nov 13:58
7376f7e
Compare
Choose a tag to compare

Do not merge default fallbacks (#188)

v3.0.5

08 Jun 07:53
4adbab1
Compare
Choose a tag to compare

Nette 3.1 compatibility (#183)
Fix translation of messages with dot at the end (#181)
Fix latte pair macros compatibility (#185)
Fix compatibility with Nette/Caching v3.1.3 (#187)

v3.0.3

03 Sep 20:42
32620ba
Compare
Choose a tag to compare

Fixed using parameters without count.

v3.0.2

22 Aug 18:56
21d848a
Compare
Choose a tag to compare

Fixed return value to always be string.

v3.0.1

21 Aug 12:31
7addf5d
Compare
Choose a tag to compare

Fix nette/finder version constraint.

v3.0.0

31 Jul 14:00
a51eebf
Compare
Choose a tag to compare

Updated for Nette 3.0.

v2.6.0

31 May 09:09
Compare
Choose a tag to compare
  • Dropped support for PHP 5.6 and 7.0
  • Fixed compatibility with Latte 2.5

v2.5.2

05 Dec 06:19
Compare
Choose a tag to compare

Some of the deprecated interfaces, classes and methods are still used. Send PRs to help fix this.

v2.5.1

20 Aug 19:15
Compare
Choose a tag to compare
  • Cast integer message id to string (#154 by @lulco)

v2.5.0

05 Dec 23:24
bfc666f
Compare
Choose a tag to compare
  • Require Symfony/Translation 3.4 or 4.x.
  • Fix compatibility with PHP 7.2.
  • #139 Add ArrayLoader support (@jtojnar).