Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
CraftCMS-4.16.9.zip | 2025-08-05 | 25.4 MB | |
4.16.9 source code.tar.gz | 2025-08-05 | 8.4 MB | |
4.16.9 source code.zip | 2025-08-05 | 9.5 MB | |
README.md | 2025-08-05 | 1.0 kB | |
Totals: 4 Items | 43.3 MB | 0 |
- Added
craft\services\UserPermissions::reset()
. - 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)