8000 Tags · Daniel-KM/PHPePub · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Daniel-KM/PHPePub

Tags

4.0.7.1

Toggle 4.0.7.1's commit message
Merge pull request Grandt#38 from tcitworld/master

check that exif is installed instead of GD to use it

4.0.7

Toggle 4.0.7's commit message
* Fix: Error when image link has no extension in its file name.

v4.0.6

Toggle v4.0.6's commit message
4.0.6

4.0.5-dev

Toggle 4.0.5-dev's commit message
Missing variable

v4.0.5-dev

Toggle v4.0.5-dev's commit message
Premil. SVG support

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.

v4.0.5-b1

Toggle v4.0.5-b1's commit message
Premil. SVG support

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.

v4.0.3

Toggle v4.0.3's commit message
Update composer and revisions

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.

v4.0.2

Toggle v4.0.2's commit message
Add function addFileToMETAINF for issue Grandt#32

---------------------------------------------------------------------
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);

v4.0.1

Toggle v4.0.1's commit message
Removed dependency for DrUUID

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