Releases: BoltTranslate/Translate
Releases · BoltTranslate/Translate
4.0.3
Releasing proper this time (hopefully):
Fixes a number of bugs, and adds some nice backend features by @bobdenotter.
Don't throw exceptions in Bolt 3.2 with null routes
Thanks @GawainLynch!
Fix compat with 3.1+
This release fixes compat with bolt 3.1+.
Minor release 3.1.2
Fixes since 3.1.1:
- Fix tablename/key mixing, fixes #58
- Small speed-up if translate slug is disabled (Thanks @martinfojtik!)
- Updated bolt-forms template example, fixes #59
- Implement ArrayAccess on Locale (for easier sorting)
- Use current contenttype in getCurrentLocaleStructure, fixes #67
Minor release 3.1.1
- Fixed: Fix icon for textarea and image fields
- Fixed: Fix key length for mysql
- Fixed: Notice: Only variables should be passed by reference in storagelistener
- Feature: Use Accept-Language-header for fallback on localeless routes.
And also a code cleanup primarily by @bobdenotter (Thanks!).
Feature release 3.1.0
Major changes:
- Major clean up code in all areas primarily by @GawainLynch
- Simpified localeswitcher and the locale object is now a twig global so you can use it anywhere
- New url_generator override to handle WSOD on 404's
First Bolt 3.0 release
This is our first Bolt 3.0 release, and has automatic route configuration, required slugs, liveedit and preview compat, a more flexible localeswitcher and support for repeaters and template-fields :)
Hotfix #22
2.0.3 hotfix for #22 until js refactor
Fix composer installs
Fix #21 And also an undefined index error
Fix forgotten localeswitcher bugfix
2.0.1 Fix localeswitcher and twig escaping