You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL mutex locks and PHP session names are now namespaced using the application ID combined with the environment name. (#15313)
Craft now sends X-Robots-Tag: none headers for preview requests. (#15612, #15586)
x-craft-preview and x-craft-live-preview params are now hashed, and craft\web\Request::getIsPreview() will only return true if the param validates. (#15605)
Generated URLs no longer include x-craft-preview or x-craft-live-preview query string params based on the requested URL, if either were set to an unverified string. (#15605)
The PHP session is now closed before making API requests. (#15643)
Fixed a SQL error that occurred when running the db/convert-charset command if there were any custom database views or sequences. (#15598)
Fixed a bug where craft\helpers\Db::supportsTimeZones() could return false on databases that supported time zone conversion. (#15592)
Fixed a bug where Assets fields were validating settings that weren’t applicable depending on the “Restrict assets to a single location” setting. (#15545)
Fixed a bug where null values within associative arrays were ignored when applying project config data. (#10512)