Skip to content

5.6.10

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 19:59
· 86 commits to 5.x since this release
5.6.10
c9f1527
  • Added craft\base\ElementTrait::$isNewSite.
  • Added craft\queue\jobs\PropagateElements::$isNewSite.
  • Field layout designers’ library HUDs are now limited to 600 pixels high. (#16772)
  • Fixed an error that could occur when saving elements, if any dependencies defined global functions whose names conflicted with Yii’s built-in validator names, such as string().
  • Fixed a bug where ancestors and parent eager-loading wasn’t working on some environments. (#16381, #16382, #16341)
  • Fixed a bug where asset, category, and tag relations weren’t propagating to newly-created sites for global sets. (#16752)
  • Fixed a bug where database backups weren’t always using the correct charset. (#16753)
  • Fixed styling issues. (#16755, #16756, #16760, #16748, #16770)