Skip to content

Releases: BoltTranslate/Translate

Maintenance release 4.1.3

11 Oct 12:11
273fc8e
Compare
Choose a tag to compare

Maintenance release, fixes incompatibility with Bolt 3.6.0

Maintenance release 4.1.1

03 Dec 12:32
bbeb02b
Compare
Choose a tag to compare
Merge pull request #153 from nestordedios/patch-3

Add default twig filter on locales

Fix misspelling of translatable

27 Sep 16:17
Compare
Choose a tag to compare

Fix misspelling of translatable

Fix templatefields, listings, empty repeaters and isset checks

26 Sep 18:24
Compare
Choose a tag to compare

This includes the following fixes:

#127: Translated Templatefields
#131: Add isset() check for $values['_locale']
#132: Fix formatting of @nealmarques 's PR
#137: Fix listings
#138: Do not try to save when repeaters are empty

And adds the flag_icon function to the readme to fix #116

Thanks to @nestordedios @nealmarques @panda-madness and @lenvanessen !

Fix field class & multi repeater contenttypes

24 Jul 11:57
Compare
Choose a tag to compare

This fixes a problem with the last release in the field class and a problem that occurred when having more than one repeater in one contenttype.

Thanks @bobdenotter, @nestordedios and @HerveEmagma!

Bolt 3.3 compatability release

21 Jul 13:46
Compare
Choose a tag to compare

Changes:

  • [Bolt 3.3 Compatibility] Implement the new Field Type Interface #123 (Thanks @rossriley!)

Minor Bolt 3.3 fix release

06 Jun 19:20
Compare
Choose a tag to compare

Changes:

  • For when _locale is passed in, but empty / false. Fixes a quirk in Bolt 3.3 - Thanks @bobdenotter!
  • Fixing mis-matching quote. - Thanks @bobdenotter!

HTTP 406 NOT ACCEPTABLE

12 Apr 19:28
Compare
Choose a tag to compare

Changes:

  • Minor visual tweaks thanks to @bobdenotter, see #109
  • Better indications for how to add the locale fields thanks to @evertalbers, see #112
  • Fixed usage of url vs. path for better compat with certain setups thanks to @lagaffe, #115

The "Method not allowed" release

01 Mar 20:17
Compare
Choose a tag to compare

Please see 4.0.4...4.0.5 for a full log of what has changed.

Mostly it's:

4.0.4: Fix issues with non-translateable CT's

16 Feb 20:26
Compare
Choose a tag to compare

This fixes two issues with non-translateable CT's. See 4.0.3 or 4.0.1...4.0.4 for info on the main release.