Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Apr 4, 2024
1 parent 34e1622 commit 0dee63d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ x.x.x - TODO
* ...

2.5.x - 2024xxxx
* ...

2.5.3 - 20240404 Expand rest api + update epubjs reader
* Upgrade mikespub/epubjs-reader from @intity theme - see issue #76
* Upgrade mikespub/epub-loader to 3.0 for wikidata (dev only)
* Upgrade swagger-ui-dist package and link to 5.12.0
* Get annotations from database or metadata.opf file
* Add Annotation and Metadata classes
* Add annotations in test data files
Expand Down
2 changes: 1 addition & 1 deletion lib/Input/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class Config
{
public const VERSION = '2.5.1';
public const VERSION = '2.5.3';
public const ENDPOINT = [
"index" => "index.php",
"feed" => "feed.php",
Expand Down

0 comments on commit 0dee63d

Please sign in to comment.