Skip to content

4.14.12

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 23:01
· 12314 commits to 5.x since this release
4.14.12
2e878a4
  • Fixed a bug where relations weren’t always propagating to newly-added sites for sections correctly. (#16924)
  • Fixed a bug where Assets fields set to restrict assets to a single location were relocating assets on element propagation. (#12767, #16936)
  • Fixed a bug where relations weren’t getting saved for new elements, if the element was created with Craft::createObject() with its relation field data included in the passed-in config. (#16942)
  • Fixed a bug where relational fields with a “Related To” rule on their selectable elements condition weren’t making all expected elements selectable. (#16945)
  • Fixed a bug where some subdivisions weren’t available when creating addresses. (#16951)
  • Fixed a bug where some older dates could be formatted incorrectly. (#16953)
  • Fixed a bug where the folderPath asset query param only accepted strings. (#16981)
  • Fixed a bug where craft\elements\Asset::getSrcset() could return malformed results if any sizes didn’t have corresponding image URLs. (#16984)
  • Fixed an error that could occur when uploading images. (#16977)
  • Fixed a bug where the “Save” button on user group edit pages was redirecting to the same page, rather than the User Groups index page. (#16988)
  • Fixed a bug where asset previews had an “Enable focal point” button even if the logged-in user didn’t have permission to save the asset. (#16997)
  • Fixed a styling issue. (#16964)