CraftCMS v3.3.2 Release Notes

Release Date: 2019-09-11 // over 4 years ago
  • ➕ Added

    • ➕ Added the graphql/dump-schema and graphql/print-schema commands. (#4834)
    • It’s now possible to access a parent field on entries and categories when querying the GraphQL API. (#4880)
    • 🍱 It’s now possible to apply transforms to assets via url field arguments when querying the GraphQL API.

    🔄 Changed

    • Craft now resets the dateCreated attribute when duplicating elements. (#4906)
    • It’s no longer possible to access the author field for entries when querying the GraphQL API, if the schema doesn’t include user data.
    • It’s no longer possible to access the photo field for users when querying the GraphQL API, if the schema doesn’t include the user photo volume.

    🛠 Fixed

    • 🛠 Fixed a bug where Lightswitch fields weren’t returning a boolean value for the GraphQL API.
    • 🛠 Fixed a bug where craft\web\View::renderString() and renderObjectTemplate() could leave Craft set to the site template mode if an error occurred when preparing or rendering the template. (#4912)
    • 🛠 Fixed a bug where the Plugin Store wasn’t applying edition upgrade pricing for plugins if the higher edition was already installed as a trial.