Releases: putyourlightson/craft-blitz
Releases · putyourlightson/craft-blitz
5.9.9
4.23.10
Changed
- Slashes in inject script params are now decoded to prevent errors when the
AllowEncodedSlashes
directive is disabled.
5.9.8
4.23.9
5.9.7
Changed
- More deployer settings are now redacted when generating a diagnostics report.
- The existence of cached files is now checked before deletion, to prevent unnecessarily logged warnings (#741).
- The
injectScriptEvent
variable is no longer defined in the global scope, for better compatibility with JavaScript libraries (#747).
4.23.8
Changed
- More deployer settings are now redacted when generating a diagnostics report.
- The existence of cached files is checked before deletion, to prevent unnecessarily logged warnings (#741).
- The
injectScriptEvent
variable is no longer defined in the global scope, for better compatibility with JavaScript libraries (#747).
5.9.6
4.23.7
5.9.5
Fixed
- Fixed a bug that was preventing cache generation when the “Only Cache Lowercase URIs” setting was enabled.