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:falseor 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
tagandcategoryremoved. If you used them, you must add each one to your site configuration - Configuration options moved:
pagination->pages:paginationpaths->pages:paths
- Assets options renamed:
remote_fallback->fallbackforce_slash->leading_slash
Release notes on GitHub