Skip to content

4.5.15

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jan 17:38
· 12665 commits to 5.x since this release
4.5.15
b6a47cf
  • Fixed a bug where the “Save and add another” element action wasn’t redirecting to a new element edit page, when editing an unpublished draft.
  • Fixed a bug where craft\helpers\DateTimeHelper::nextYear() and lastYear() weren’t returning the correct dates. (#14109)
  • Fixed a bug where image transforms weren’t getting created for remote assets, if maxCachedCloudImageSize was set to 0. (#14100)
  • Fixed a SQL error that could occur when updating existing elements via GraphQL mutations. (#14113)
  • Fixed a bug where Assets fields weren’t preselecting the default upload location when first opening the asset selection modal. (#14112, #14116)
  • Fixed a bug where Assets fields weren’t tracking their selected source path on a per-field basis. (#14112, #14116)
  • Fixed a bug where craft\fields\BaseRelationField::normalizeValue() wasn’t retaining eager-loaded values. (#14117)