github craftcms/cms 5.9.7

11 hours ago
  • Nested entries’ edit screens now have a “Field settings” action menu item.
  • GraphQL API requests no longer get cache response headers; only no-cache headers, and only if the request had a X-Craft-Gql-Cache: no-cache header, or if the request contained any mutations. (#18348)
  • Legacy entry index URLs now redirect content/<page-name>.
  • The create() Twig function now allows craft\helpers\ classes to be created. (#18376)
  • yii\base\Event is now allowed in its entirety within sandboxed Twig environments.
  • Added craft\helpers\ElementHelper::elementRevisionsUrl().
  • Fixed a bug where Dashboard columns weren’t getting refreshed when the window was resized. (#18389)
  • Fixed a bug where craft\web\View::renderSandboxedObjectTemplate() and renderSandboxedString() weren’t properly sandboxing templates rendered from the control panel.
  • Fixed a bug where element queries with draftOf set to false were omitting canonical elements that were duplicated for an owner draft.
  • Fixed a bug where newly-created nested elements were being fully duplicated to other drafts, rather than just their ownership data.
  • Fixed a bug where ancestor elements’ breadcrumbs weren’t getting hyperlinked. (#18375)
  • Fixed a bug where craft\models\Volume::getSubpath() could return / instead of an empty string, if the subpath was set to an environment variable set to an empty string. (#18379)
  • Fixed a bug where it wasn’t possible to set assets’ alt text via GraphQL mutations. (#18381)
  • Fixed a bug where dragging a field from a field layout designer’s “Add” HUD, and then dropping it back on itself, would result in the field getting selected in a hidden state. (#18382)
  • Fixed a bug where custom entry index pages were getting included in the global nav, even if they only contained sources that weren’t available to the current user. (#18391)
  • Fixed an error that occurred when creating a new element on multi-site installs, if its field layout contained any generated fields. (#18393)
  • Fixed a bug where pressing Return on a textarea when bulk-editing elements would submit the changes.
  • Fixed a bug where it wasn’t possible to save an entry with a pre-selected author that is no longer allowed to author entries for the section. (#18397)
  • Fixed a bug where the “View all revisions” button wasn’t working for nested entries. (#18398)
  • Fixed a low-severity XSS vulnerability. (GHSA-fvwq-45qv-xvhv)
  • Fixed a low-severity information disclosure vulnerability. (GHSA-vg3j-hpm9-8v5v)

Don't miss a new cms release

NewReleases is sending notifications on new releases.