Skip to content

4.5.3

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 20:42
· 6266 commits to 5.x since this release
4.5.3
43ee7a7
  • Fixed a bug where custom fields could be marked as changed within element editor slideouts, if they modified their input values on initialization. (craftcms/ckeditor#128)
  • Fixed a bug where elements were getting saved a second time after being converted to a provisional draft within a slideout. (#13604)
  • Fixed a JavaScript error. (#13605)
  • Fixed support for storing PHP session info in the database on PostgreSQL.
  • Fixed a bug where search inputs within element selector modals weren’t getting focus rings.
  • Fixed a bug where boolean menu inputs were initially treating null values as true.
  • Fixed a bug where boolean menu inputs weren’t toggling other fields. (#13613)
  • Fixed a bug where Craft.namespaceId() wasn’t working properly if the namespace ended in a ] character.
  • Fixed a bug where the |replace Twig filter wasn’t identifying regular expressions that contained escaped slashes. (#13618)
  • Fixed a bug where entries that were cloned from a provisional draft weren’t getting propagated to other sites initially. (#13599)
  • Fixed an error that could occur when cloning a multi-site provisional draft that contained nested Matrix/Neo/Super Table blocks.