Skip to content

Commit 72718c9

Browse files
committed
Finalized 2.0.3 changes
1 parent ba39423 commit 72718c9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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.2",
7+
"version": "2.0.3",
88
"license": "MIT",
99
"authors": [
1010
{

readme.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,14 @@ return [
123123

124124
## Release Notes
125125

126+
### 2.0.3
127+
+ Added option to specify the table of contents prefix
128+
+ Added better exception checking for option values
129+
+ Fixed malformed `support` field in `composer.json`
130+
+ Removed extraneous comments from `index.php`
131+
126132
### 2.0.2
127-
+ Added `keywords`, `homepage`, `support.docs`, `support.source` to `composer.json`
133+
+ Added `keywords`, `homepage`, `support.docs`, `support.source` fields to `composer.json`
128134

129135
### 2.0.1.1
130136
+ Fixed version number in `index.php`

0 commit comments

Comments
 (0)