Releases: putyourlightson/craft-blitz
Releases · putyourlightson/craft-blitz
4.23.5
5.9.2
4.23.4
5.9.1
Changed
- The element sidebar panel is no longer displayed when no storage driver is selected (#718).
- All inject script events are now called on the
document
element except forload
, which is called on thewindow
element (#721).
Fixed
- Fixed a bug on the Tracked Element Queries page in the Blitz Diagnostics utility (#716).
- Fixed a bug in the Blitz Diagnostics utility that could throw an error if a custom field existed with the handle
displayName
(#723). - Fixed a bug in the Blitz Diagnostics utility when using a Postgres database (#724).
4.23.3
Changed
- The element sidebar panel is no longer displayed when no storage driver is selected (#718).
- All inject script events are now called on the
document
element except forload
, which is called on thewindow
element (#721).
Fixed
- Fixed a bug in the Blitz Diagnostics utility that could throw an error if a custom field existed with the handle
displayName
(#723).
5.9.0
4.23.2
Changed
- CSRF tokens are now only loaded via a script in non-Sprig requests.
Fixed
- Fixed a bug that was preventing the organic regeneration of expired cached pages.
5.8.1
Fixed
- Fixed an error that could occur when updating to 5.8.0.
5.8.0
Added
- Added the
onlyCacheLowercaseUris
plugin setting. - Added
enabled
lightswitches to the URI pattern and query string parameter settings.
Changed
- The
injectScriptEvent
event is now called on thewindow
element instead ofdocument
. - Increased the batch size used when flushing the entire cache.
Fixed
- Fixed some styling issues in the Blitz Diagnostics utility.
- Fixed false positives from appearing in the Blitz Hints utility when querying entry authors (#710).
4.23.1
Changed
- Improved the deletion of legacy cached element type records when updating to Blitz 4.10.1 and beyond.
- The
injectScriptEvent
event is now called on thewindow
element instead ofdocument
. - Increased the batch size used when flushing the entire cache.