Skip to content

Commit

Permalink
Finalized 2.0.4 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
splorp committed Jul 28, 2022
1 parent c94686d commit 96678ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 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.3",
"version": "2.0.4",
"license": "MIT",
"authors": [
{
Expand Down
9 changes: 4 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ return [
];
```

Specify a prefix.
Specify a table of contents prefix.

```php
return [
Expand Down Expand Up @@ -141,12 +141,11 @@ return [
];
```

## Known Issues

+ Output is currently optimized for the [Newton Glossary](https://newtonglossary.com/) instance of [Kirby](https://getkirby.com/)

## Release Notes

### 2.0.4
+ Added option to specify other content fields

### 2.0.3
+ Added option to specify the table of contents prefix
+ Added better exception checking for option values
Expand Down

0 comments on commit 96678ef

Please sign in to comment.