Cecil logo
March 7, 2023

Cecil 7.31.0 released

Features

EXIF and audio data

EXIF and audio data are available for static files and asset.

EXIF Example:

# photo's date in seconds
{{ asset('photo.jpeg').exif.DateTimeOriginal|date('U') }}

Fix

  • Fix cache tag for image quality
  • Fix default layout page CSS
  • Fix url(page) default output format

Miscs

  • Dependencies updated
Release notes on GitHub