From 0f68e7c283f167614cdb85e51df3df68efcc28e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ewilan=20Rivi=C3=A8re?= Date: Tue, 16 Jul 2024 08:38:25 +0200 Subject: [PATCH] v2.6.7 Fix `CbamTemplate::class` pages count, if `PageCount` is not set, then use `getArchive()->getCount()` from `Ebook::class`. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index af89964..e99a5db 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiwilan/php-ebook", "description": "PHP package to read metadata and extract covers from eBooks, comics and audiobooks.", - "version": "2.6.6", + "version": "2.6.7", "keywords": [ "php", "ebook",