Skip to content

Releases: putyourlightson/craft-blitz

5.9.8

10 Dec 14:16
5.9.8
204e5ba
Compare
Choose a tag to compare

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

10 Dec 14:15
4.23.9
2152c40
Compare
Choose a tag to compare

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

07 Dec 01:44
5.9.7
baaca69
Compare
Choose a tag to compare

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

07 Dec 01:45
4.23.8
059280c
Compare
Choose a tag to compare

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

15 Nov 15:59
5.9.6
aa4c056
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that was preventing cache generation when “Do not cache URLs with query strings” was selected (#733).

4.23.7

15 Nov 16:00
4.23.7
b9c9b18
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that was preventing cache generation when “Do not cache URLs with query strings” was selected (#733).

5.9.5

13 Nov 18:53
5.9.5
6cfc369
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that was preventing cache generation when the “Only Cache Lowercase URIs” setting was enabled.

5.9.3

07 Nov 18:37
5.9.3
4c89aee
Compare
Choose a tag to compare
  • 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

07 Nov 18:37
4.23.5
36e4836
Compare
Choose a tag to compare

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

04 Nov 12:25
5.9.2
438b5d1
Compare
Choose a tag to compare

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.