Releases: kiwilan/php-ebook
Releases · kiwilan/php-ebook
v3.0.09
v3.0.08
Add clearCover() method to Ebook.
v3.0.07
- Added handling for empty
dc:subjectsby @lasselehtinen - Improved error handling & format override by @baseciq
- throws
Exceptionif unable to detect extension (for example, the file comes from a php upload or is stored in the file system under an unrelated name) Ebook::readallows you to specify the extension of the file being parsed as the second parameter, which will force the format to be selected by the user
- throws
v3.0.06
v3.0.05
- Add new method
getEpubVersionString()toOpfItemclass to return EPUB version as a string (e.g.2.0) by @lasselehtinen
v3.0.04
Add support for WEBP images in CBA module and tests
v3.0.03
Merge PR #102 by @onigoetz : The PDF Author can sometimes be an empty string
Update kiwilan/php-archive to v2.3.01.
Thanks to @onigoetz for the PR.
v3.0.02
Fix Mobi file error "Prevent counting on null", with #100 by @SergioMendolia
v3.0.01
BREAKING CHANGES
Latest version of kiwilan/php-audio v4.*.* is required to use audiobooks.
Update dependencies: kiwilan/php-xml-reader, pestphp/pest and kiwilan/php-audio.
v2.6.9
Add duration_human_readable for getExtras() method for audiobooks.
Works with kiwilan/php-audio v3.0.08.