CraftCMS v3.6.2 Release Notes

Release Date: 2021-01-29 // over 3 years ago
  • βž• Added

    • βž• Added craft\gql\handlers\Site.
    • βž• Added craft\service\Gql::handleQueryErrors().

    πŸ”„ Changed

    • 🌐 The web-based installer now respects the postCpLoginRedirect config setting. (#5648)
    • πŸ‘Œ Improved GraphQL error reporting.
    • βœ… craft\test\console\CommandTest::stdOut(), outputCommand(), and stderr() now accept an array of possible expected strings.
    • ⬇️ Downgraded webonyx/graphql-php to 14.4. (#7452)

    πŸ›  Fixed

    • πŸ›  Fixed a bug where any license key inputs on the Settings β†’ Plugins page that were set to environment variable names would get replaced with the actual license key after a short period of time.
    • πŸ›  Fixed a bug where some GraphQL queries could not be executed when Dev Mode was disabled. (#7452)
    • πŸ›  Fixed a bug where GraphQL queries which set site: '*' would result in an error. (#5079)
    • πŸ›  Fixed a bug where sections’ Template setting values weren’t getting auto-generated based on the Name setting, for new sections.
    • πŸ›  Fixed a PHP error that could occur when running the update command if specific versions were requested.
    • πŸ›  Fixed an error that could occur if a deprecation warning was logged before Craft was installed.