Releases: Kdyby/Translation
Releases · Kdyby/Translation
v3.0.6
Do not merge default fallbacks (#188)
v3.0.5
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
Fixed using parameters without count.
v3.0.2
Fixed return value to always be string.
v3.0.1
Fix nette/finder version constraint.
v2.6.0
- Dropped support for PHP 5.6 and 7.0
- Fixed compatibility with Latte 2.5
v2.5.2
Some of the deprecated interfaces, classes and methods are still used. Send PRs to help fix this.
v2.5.1
- Cast integer message id to string (#154 by @lulco)
v2.5.0
- Require Symfony/Translation 3.4 or 4.x.
- Fix compatibility with PHP 7.2.
- #139 Add ArrayLoader support (@jtojnar).