Releases: Grandt/PHPePub
Releases · Grandt/PHPePub
4.0.7.1
4.0.7
4.0.6
Release for issues #34 , #35 and #36
Rev. 4.0.6 - 2016-03-08
Added: iBooksHelper
Added: CalibreHelper
Added: preliminary work for "Rendition" meta data
Added: dir attributes to the epub3toc (if writing direction is rtl)
Fixed: referenced links (url#id) broke on split chapters.
Fixed: Problem where chapter index name in the metadata could have the first chapter repeated. (#36)
Changed: Generated TOC file changed from using hardcoded spaces to indent nested chapters, to using the CSS, defaulting to 2em per level.
- the tocCss can override this by defining .level[1-n], though the default only defines indents for levels 1-7.
- reference links has their class as class=".level1 reference"
Updated: J. King's DrUUID library
4.0.5-dev
Rev. 4.0.5 - 2015-11-02
- Added: Support for SVG images. (experimental)
- Cleaned up source headers
- Added preliminary work for supporting Apple iBooks idiosyncrasies. If I could, I'd tell Apple to take a flying f*** off of a tall building for their tireless efforts to break established standards.
4.0.3
Rev. 4.0.3 - 2015-09-15
- Changed: Added functions addCustomNamespace, addCustomPrefix, addCustomMetaValue and addCustomMetaProperty
-
to enable users to add needed namespaces or prefixes (prefixes are only supported in ePub3)
-
as well as meta properties and entries specified by those namespaces.
-
See tests/EPub.Example1.php (line 95+) and tests/EPub.Example3.php (line 66+) for how they are used.
4.0.2
4.0.1
4.0.0
4.0.0 beta
Everything changes.
The 4.0.0 version comprises a major update, including support for ePub 3, and a complete restructuring of the base code to support name spaces and composer.
While the ePub class functions are backwards compatible, the restructuring means users need to change their implementation for the initialisation and import of the PHPePub library.