Skip to content

6.0.0-alpha.7

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Jun 18:08
· 0 commits to 5.x since this release
6.0.0-alpha.7
ac16d4e
  • Added a new core Markdown field (#18960)
  • Added a way for fields to track references and register a deletion blocker for them (#19014)
  • Added CraftCms\Cms\Validation\Events\ValidationRulesResolving::$ruleset.
  • Relaxed the allowed types in the ValidationRulesResolving event to include any implementation ValidatesWithRuleset or a Illuminate\Http\Request object.
  • Renamed CraftCms\Cms\Validation\Events\ValidationRulesResolving::$component to $subject.
  • Relocated CraftCms\Cms\Element\Validation\Events\ValidationRulesResolving to CraftCms\Cms\Validation\Events\ to reflect its broader applicability to components and rulesets.
  • Fixed errors that could occur when Craft user elements were expected but the authenticated user was resolved as a Laravel user model. (#19051)
  • Fixed a bug where the craft:install command would hang if run within a production environment.
  • Fixed a bug where “Replace relation” action buttons weren’t working.
  • Fixed a “Invalid URL” JavaScript error in the control panel. (#19041)
  • Fixed an error that could occur during Craft 6 upgrades when legacy relational or Matrix field settings included showCardsInGrid. (#19047)
  • Fixed a bug where queue job progress labels weren’t getting translated.
  • Fixed a bug where the control panel sidebar and Queue Manager were showing completed jobs.
  • Fixed a bug where CraftCms\Yii2Adapter\Mixins\ValidateMixin::addErrors() had incorrect arguments. (#19065)
  • Fixed a bug where plugin templates were not being loaded correctly
  • Fixed a bug where query string params were getting registered as variables in Twig templates. (#19090)
  • Fixed a bug where parsed site URLs would get saved to the project config. (#19092)