craft\helpers\UrlHelper::actionUrl()
now returns URLs based on the primary site’s base URL (if it has one), for console requests if the@web
alias wasn’t explicitly defined.- An exception is now thrown when attempting to save an entry that’s missing
sectionId
orfieldId
+ownerId
values. (#15345) - Fixed a bug where it wasn’t possible to expand/collapse descendants of disabled table rows within element select modals. (#15337)
- Fixed a bug where PhpStorm autocomplete wasn’t working when chaining custom field methods defined by
CustomFieldBehavior
. (#15336) - Fixed a bug where new nested entries created on newly-created elements weren’t getting duplicated to all other sites for the owner element. (#15321)
- Fixed a bug where focus could jump unexpectedly when a slideout was opened. (#15314)
- Fixed a bug where addresses were getting truncated within address cards. (#15338)
- Fixed a bug where TOTP setup keys included an extra space at the end. (#15349)
- Fixed a bug where input focus could automatically jump to slideout sidebars shortly after they were shown. (#15314)
- Fixed an error that occurred if the SMTP mailer transport type was used, and the Hostname value was blank. (#15342)
- Fixed a bug where database DML changes weren’t getting rolled back after tests were run if the Codeception config had
transaction: true
. (#7615) - Fixed an error that could occur when saving recursively-nested elements. (#15362)
- Fixed a styling issue. (#15315)
- Fixed a bug where field status indicators within Matrix fields weren’t positioned correctly.
- Fixed a bug where Matrix changes could be lost if the
autosaveDrafts
config setting was set tofalse
. (#15353)