Skip to content

Commit 96678ef

Browse files
committed
Finalized 2.0.4 changes
1 parent c94686d commit 96678ef

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["kirby3", "kirby-cms", "kirby-plugin", "paperback-book-maker", "newton-book", "newton-os"],
55
"homepage": "https://github.com/splorp/kirby-paperback-export",
66
"type": "kirby-plugin",
7-
"version": "2.0.3",
7+
"version": "2.0.4",
88
"license": "MIT",
99
"authors": [
1010
{

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ return [
5757
];
5858
```
5959

60-
Specify a prefix.
60+
Specify a table of contents prefix.
6161

6262
```php
6363
return [
@@ -141,12 +141,11 @@ return [
141141
];
142142
```
143143

144-
## Known Issues
145-
146-
+ Output is currently optimized for the [Newton Glossary](https://newtonglossary.com/) instance of [Kirby](https://getkirby.com/)
147-
148144
## Release Notes
149145

146+
### 2.0.4
147+
+ Added option to specify other content fields
148+
150149
### 2.0.3
151150
+ Added option to specify the table of contents prefix
152151
+ Added better exception checking for option values

0 commit comments

Comments
 (0)