From c20ea64824c7db864ecca16af1c61fc115befe3b Mon Sep 17 00:00:00 2001 From: Grant Hutchinson Date: Tue, 17 May 2022 14:56:56 -0600 Subject: [PATCH] Finalized 2.0.1 changes --- composer.json | 2 +- readme.md | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 754eb98..d844740 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "splorp/paperback-export", "description": "Export Kirby 3 CMS content for use with the PaperBack Book Maker", - "version": "2.0.0", + "version": "2.0.1", "type": "kirby-plugin", "license": "MIT", "authors": [ diff --git a/readme.md b/readme.md index d50522b..f8cbbe5 100644 --- a/readme.md +++ b/readme.md @@ -99,12 +99,16 @@ return [ ## Known Issues -+ Exported content is not timestamped or versioned -+ Linebreaks surrounding headings are collapsed so text blocks are mashed together + Output is currently optimized for the [Newton Glossary](https://newtonglossary.com/) instance of [Kirby](https://getkirby.com/) ## Release Notes +### 2.0.1 ++ Refactored replacement patterns in string functions ++ Removed extra line breaks introduced by heading elements ++ Better handling of pages containing `` elements ++ Added the current date to the exported file + ### 2.0.0 + Refactored and updated for Kirby 3 + Tweaked the option names to be more consistent and self explanatory