Skip to content

Commit

Permalink
Finalized 2.0.3 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
splorp committed Jul 15, 2022
1 parent ba39423 commit 72718c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keywords": ["kirby3", "kirby-cms", "kirby-plugin", "paperback-book-maker", "newton-book", "newton-os"],
"homepage": "https://github.com/splorp/kirby-paperback-export",
"type": "kirby-plugin",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"authors": [
{
Expand Down
8 changes: 7 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,14 @@ return [

## Release Notes

### 2.0.3
+ Added option to specify the table of contents prefix
+ Added better exception checking for option values
+ Fixed malformed `support` field in `composer.json`
+ Removed extraneous comments from `index.php`

### 2.0.2
+ Added `keywords`, `homepage`, `support.docs`, `support.source` to `composer.json`
+ Added `keywords`, `homepage`, `support.docs`, `support.source` fields to `composer.json`

### 2.0.1.1
+ Fixed version number in `index.php`
Expand Down

0 comments on commit 72718c9

Please sign in to comment.