Skip to content

4.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 19:20
· 315 commits to develop since this release
4.11.0
312f1cb

Added

  • Added recommendations to the Blitz diagnostics utility.
  • Added the user that runs controller actions to log messages.
  • Added an expiry date column to pages and elements in the Blitz cache utility (#615).
  • Added a wrapperClass property to the VariableConfigModel class (#620).
  • Added new console commands for clearing, generating and purging the cache: blitz/cache/clear-site, blitz/cache/clear-tagged, blitz/cache/clear-urls, blitz/cache/generate-site, blitz/cache/generate-tagged, blitz/cache/generate-urls, blitz/cache/purge-site, blitz/cache/purge-tagged, blitz/cache/purge-urls.

Changed

  • The Cache Folder Path column now displays aliases in the cached file table in the File Storage utility.
  • Entry queries for “single” sections are no longer tracked.
  • Improved error handling in a previous migration.
  • Made minor optimisations to the file storage driver.
  • Expired URIs are now deleted from the database immediately when refreshing expired cache.
  • Invalid element query params no longer throw an error when applied (#579).

Fixed

  • Fixed a bug in which line breaks were not being replaced with spaces in raw SQL query output in the Blitz diagnostics utility (#611).