Skip to content

Releases: Grandt/PHPePub

4.0.7.1

16 Mar 15:51
Compare
Choose a tag to compare

#38 merged fix for a misplaced check.

4.0.7

16 Mar 15:32
Compare
Choose a tag to compare

Rev. 4.0.7 - 2016-03-16

  • Fix: Error when image link has no extension in its file name. (#37)

4.0.6

08 Mar 21:56
Compare
Choose a tag to compare

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

02 Nov 11:11
Compare
Choose a tag to compare
4.0.5-dev Pre-release
Pre-release

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

15 Sep 08:56
Compare
Choose a tag to compare

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

15 Sep 04:47
Compare
Choose a tag to compare

Rev. 4.0.2 - 2015-09-15

  • Changed: Added function addFileToMETAINF to enable users to add the apple ibooks metadata.
  • $book->addFileToMETAINF("com.apple.ibooks.display-options.xml", $xmldata);

4.0.1

02 Jul 04:26
Compare
Choose a tag to compare

The dependency "roverwolf/druuid" was "dev" stability. J.King's DrUUID
have been integrated into the package to overcome this.

4.0.0

29 Jun 09:46
Compare
Choose a tag to compare
Cleanup after merge

4.0.0 beta

14 May 08:48
Compare
Choose a tag to compare
4.0.0 beta Pre-release
Pre-release

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.