Skip to content

4.5.14

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 17:54
· 10501 commits to 5.x since this release
4.5.14
2727701
  • Improved the performance of input namespacing.
  • The Licensing Issues alert now includes a “Refresh” button. (#14080)
  • relatedToAssets, relatedToCategories, relatedToEntries, relatedToTags, and relatedToUsers are now reserved user field handles. (#14075)
  • craft\services\Security::$sensitiveKeywords is no longer case-sensitive. (#14064)
  • Fixed a bug where the index-assets/cleanup command accepted --cache-remote-images, --create-missing-assets, and --delete-missing-assets options, even though they didn’t do anything.
  • Fixed a bug where automatically-created relations could be lost when a new site was added to an entry. (#14065)
  • Fixed a bug where craft\web\Request::getIsPreview() was returning true for requests with expired tokens. (#14066)
  • Fixed a bug where asset conflict resolution modals were closing prematurely if there were multiple conflicts. (#14045)
  • Fixed a bug where meta fields weren’t showing change indicators.
  • Fixed a bug where the index-assets/one command was overly-destructive when run with a subpath and the --delete-missing-assets option. (#14087)
  • Fixed a privilege escalation vulnerability.