Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CraftCMS-5.8.13.zip | 2025-08-05 | 30.1 MB | |
5.8.13 source code.tar.gz | 2025-08-05 | 11.3 MB | |
5.8.13 source code.zip | 2025-08-05 | 13.8 MB | |
README.md | 2025-08-05 | 2.7 kB | |
Totals: 4 Items | 55.2 MB | 1 |
- Added
craft\services\UserPermissions::reset()
. craft\models\FieldLayout::EVENT_CREATE_FORM
event handlers can now control whether the form will be rendered statically, by setting$event->static
. (#17699)- Fixed a bug where reference tags that only referenced an entry’s slug weren’t resolving.
- Fixed a race condition that could cause “User is not authorized” errors in the control panel. (#17694)
- Fixed a bug where
craft\elements\Asset::getFormattedSizeInBytes()
wasn’t returningnull
when the asset’ssize
property wasnull
. (#17695) - Fixed an error that could occur when saving an address, if any fields contained more than 255 characters, or emoji characters. (#17696)
- Fixed a bug where searches for phrases were only matching elements if the phrase exactly matched the indexed keywords on PostgreSQL.
- Fixed a bug where it wasn’t possible for non-admins with “Impersonate users” permissions to impersonate users who had stale permissions. (#17689)
- Fixed an error that could occur when installing Craft with existing project config data. (#17587)
- Fixed a bug where entry authors could be changed to the current user when updating a provisional draft with upstream changes. (#17693)
- Fixed a bug where Money fields lost their focus when the clear button was activated.
- Fixed a bug where focus wasn’t being managed properly when clicking on the image editor modal background. (#17455)
- Fixed a bug where custom sources that were hidden for certain user groups weren’t available within element selector modals either. (#17703)
- Fixed a bug where element queries weren’t returning any results if they had a param that resolved to multiple generated fields. (#17709)
- Fixed a bug where Link fields weren’t preserving spaces within Phone and SMS link labels. (#17707)
- Fixed a bug where disabled rows within element selector modals could contain nested focusable elements. (#17053)
- Fixed a bug where Ctrl/Command + A wasn’t selecting all elements within element indexes. (#17033)