Releases: BoltTranslate/Translate
Maintenance release 4.1.3
Maintenance release, fixes incompatibility with Bolt 3.6.0
Maintenance release 4.1.1
Merge pull request #153 from nestordedios/patch-3 Add default twig filter on locales
Fix misspelling of translatable
Fix misspelling of translatable
Fix templatefields, listings, empty repeaters and isset checks
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
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
Changes:
- [Bolt 3.3 Compatibility] Implement the new Field Type Interface #123 (Thanks @rossriley!)
Minor Bolt 3.3 fix release
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
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
Please see 4.0.4...4.0.5 for a full log of what has changed.
Mostly it's:
- @peterverraedt's awesome name/slug checks: #88
- @bobdenotter fixing some bugs: #108
- A few readme updates
- And fixing placeholders in boltforms: #106
4.0.4: Fix issues with non-translateable CT's
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.