Cecil logo
November 5, 2022

Cecil 7.27.0 released

Features

Remove cache files by regular expression

Example:

php cecil.phar serve --clear-cache="\.css"

Removes cached CSS files and preserves the rest of the cache.

Documentation →

Fix

  • Pattern used in cache prune method
  • Should not convert a line link in block
  • Fix favicon sizes attribute
  • Minor fix on Markdown convertor

Docs

  • Content page updated

Miscs

  • Code commented
Release notes on GitHub