Skip to content

Commit

Permalink
Finalized 2.0.1 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
splorp committed May 17, 2022
1 parent a55daad commit c20ea64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<img>` 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
Expand Down

0 comments on commit c20ea64

Please sign in to comment.