Skip to content

Commit

Permalink
Update composer and revisions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Grandt committed Sep 15, 2015
1 parent bbfef2e commit dee0c55
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See the examples for example usage. The php files have "some" doumentation in th
### Import
Add this requirement to your `composer.json` file:
```json
"grandt/phpepub": ">=4.0.2"
"grandt/phpepub": ">=4.0.3"
```

### Composer
Expand All @@ -42,7 +42,7 @@ Once composer is installed you can create the `composer.json` file to import thi
```json
{
"require": {
"grandt/phpepub": ">=4.0.2",
"grandt/phpepub": ">=4.0.3",
"php": ">=5.3.0"
}
}
Expand Down
6 changes: 6 additions & 0 deletions REVISION.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---------------------------------------------------------------------
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.
---------------------------------------------------------------------
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);
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["epub", "e-book"],
"homepage": "https://github.com/Grandt/PHPZip",
"license": "LGPL-2.1",
"version": "4.0.2",
"version": "4.0.3",
"minimum-stability": "stable",
"authors": [
{
Expand Down

0 comments on commit dee0c55

Please sign in to comment.