Kirby v3.3.0-rc.2 Release Notes

Release Date: 2019-10-23 // over 4 years ago
  • ๐Ÿš€ This release fixes the initial glitches of our first RC. For the full change log of 3.3.0, please checkout the previous RC: https://github.com/getkirby/kirby/releases/tag/3.3.0-rc.1

    ๐Ÿ›  Fixes

    • Avoid weird text wrap in toggle field preview. You can now also switch off the toggle text in structure columns entirely with the text option #2244:

      fields: links: type: structurecolumns: url: truefeatured: text: falsefields: url: type: url featured: type: toggle

    • ๐Ÿ›  Fixed save button display glitch when saving #2246

    • ๐Ÿ›  Fixed undefined password error in the "Change password" dialog #2239

    • ๐Ÿ›  Fixed issue with site changes in the changes indicator #2242

    • โช Check if a model exists before reverting changes #2238

    • The slug is validated before a page gets created #2243

    • ๐Ÿ‘ป Throw exception when fields for structures are empty #2236

    • ๐Ÿ›  Fix Language::baseUrl detection #2237

    • ๐Ÿ›  Fix Language::path detection class #2237

    • ๐Ÿ‘ Fail silently when content locking is no longer supported #2245

    • โšก๏ธ Updated translations (fr, ko, it, ru, tr)