From f3bcb138345a1d4afed54c403c3e1bc0eded9b39 Mon Sep 17 00:00:00 2001 From: ewilan-riviere Date: Sun, 26 May 2024 18:45:44 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c1ac43..63aeaa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to `php-ebook` will be documented in this file. +## v2.5.10 - 2024-05-26 + +- `MetaTitle::class` : now native slugifier is fixed, float volume works now, volume use `000` padding. +- Allow authors with `,`, `;` and `&` in the name for `.opf`, `.pdf`, `.mobi` and audiobooks. + ## v2.5.0 - 2024-05-22 - `MetaTitle::class`: `fromData()` method `volume` parameter is now `string|int|float|null` instead of `string|int|null`.