CraftCMS v3.6.15 Release Notes

Release Date: 2021-05-18 // almost 3 years ago
  • ➕ Added

    • ➕ Added craft\services\Updates::getIsUpdatePending(). (#7946)

    🔄 Changed

    • 0️⃣ The allowedFileExtensions config setting now includes dotx and dotm files by default. (#7935)
    • Craft now recognizes dotx files. (#7935)
    • ⚡️ Updated Garnish to 0.1.44. (#7940)

    🛠 Fixed

    • 🛠 Fixed an error that occurred when running tests that use craft\test\fixtures\FieldLayoutFixture.
    • 🛠 Fixed a SQL error that occurred when calling craft\records\Site::getGroup(). (#7914)
    • 🛠 Fixed a bug where search terms that contained camelCased attribute names could yield no results. (#7927)
    • 🛠 Fixed a bug where the browser would jump back to the top of the page when scrolling passed a Redactor field with a fixed toolbar. (#7888)
    • 🛠 Fixed a bug where the My Drafts widget wasn’t showing drafts for entries that didn’t exist in the primary site. (#7942)
    • 🛠 Fixed a JavaScript error that occurred when switching an entry’s type from one that had multiple tabs to one with only one. (#7943)
    • 🛠 Fixed a bug where nested GraphQL arguments could be parsed incorrectly. (#7534)
    • 🛠 Fixed a bug where public GraphQL schemas could be unavailable on environments that didn’t allow admin changes. (#7925)