Cecil logo
March 9, 2023

Cecil 7.32.0 released

Features

decoding="async" added to images

The attribute decoding="async" is automatically added to Markdown images.

Example:

![](/image.jpg)

Is converted to:

<img src="/image.jpg" decoding="async">

Documentation →

Fix

  • Fix default class in Markdown images
  • Fix configuration error messages

Docs

  • Update metatags configuration

Miscs

  • Dependencies updated
  • Code coverage enhanced
  • Print a message if the EXIF extension is loaded
  • exif_read_data error handler refactored
Release notes on GitHub