Skip to content

Improved LiteMage cache flush from command line.

Compare
Choose a tag to compare
@litespeedtech litespeedtech released this 14 Feb 14:49
· 1 commit to master since this release
  • [New] Added LiteMage console flush commands:

    cache:litemage:flush:cats - Flushes LiteMage cache by a list of category IDs
    cache:litemage:flush:prods - Flushes LiteMage cache by a list of product IDs
    cache:litemage:flush:tags - Flushes LiteMage cache by a list of tags

  • [New] Added Basic Authentication configuration to allow CLI flush to work properly when the site is protected by BasicAuth.

  • [Improvement] If CLI flush fails, hide the HTML error content. Only list out the error code and a simple error message with tips.