Skip to content

Releases: BoltTranslate/Translate

4.0.3

16 Feb 19:26
Compare
Choose a tag to compare

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

21 Oct 10:07
Compare
Choose a tag to compare

Fix compat with 3.1+

30 Sep 12:41
Compare
Choose a tag to compare

This release fixes compat with bolt 3.1+.

Minor release 3.1.2

21 Aug 09:46
Compare
Choose a tag to compare
Minor release 3.1.2 Pre-release
Pre-release

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

04 Aug 17:35
Compare
Choose a tag to compare
Minor release 3.1.1 Pre-release
Pre-release
  • 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

28 Jul 07:50
Compare
Choose a tag to compare
Feature release 3.1.0 Pre-release
Pre-release

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

19 Jul 18:31
Compare
Choose a tag to compare
Pre-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

24 Apr 14:34
Compare
Choose a tag to compare
2.0.3

hotfix for #22 until js refactor

Fix composer installs

19 Apr 13:32
Compare
Choose a tag to compare
Fix #21

And also an undefined index error

Fix forgotten localeswitcher bugfix

13 Apr 13:09
Compare
Choose a tag to compare
2.0.1

Fix localeswitcher and twig escaping