Releases: putyourlightson/craft-blitz
Releases · putyourlightson/craft-blitz
5.9.8
Changed
- The reasons why pages failed to be generated using the Local Generator are now logged when debug mode is enabled (#737).
4.23.9
Changed
- The reasons why pages failed to be generated using the Local Generator are now logged when debug mode is enabled (#737).
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
Fixed
- Fixed a bug that was preventing cache generation when “Do not cache URLs with query strings” was selected (#733).
4.23.7
Fixed
- Fixed a bug that was preventing cache generation when “Do not cache URLs with query strings” was selected (#733).
5.9.5
Fixed
- Fixed a bug that was preventing cache generation when the “Only Cache Lowercase URIs” setting was enabled.
5.9.3
- Fixed a bug in which pages with query strings in their URLs could be cached even when “Do not cache URLs with query strings” was selected (#729).
4.23.5
Fixed
- Fixed a bug in which pages with query strings in their URLs could be cached even when “Do not cache URLs with query strings” was selected (#729).
5.9.2
Fixed
- Fixed an error that could occur when generating tagged caches in some cases (#728).
- Fixed a bug in which refresh jobs we re not being created immediately in some console commands.