April 23, 2025
Cecil 8.37.0 released
Key changes
- simplification of the configuration structure
- cache enhancement: a little bit less performant but more comfortable
- better errors message management
Enhancements
Configuration
- An option can be disabled directly with
option:false
or with the subkeyenabled
:option:enabled:false
- Themes configuration is automatticaly imported on
setConfig()
andsetSourceDir()
- Deprecated options are now listed in the dedicated file
config/deprecated.php
Cache and assets
- Cache mecachics rebuilded: it's a little bit less performant but it better handle files changed to refresh cache automatically
- Remote files are now cached 7 days
Breaking changes
- Default taxonomies
tag
andcategory
removed. If you used them, you must add each one to your site configuration - Configuration options moved:
pagination
->pages:pagination
paths
->pages:paths
- Assets options renamed:
remote_fallback
->fallback
force_slash
->leading_slash
Release notes on GitHub