Skip to content

Commit

Permalink
prepare release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Nov 16, 2023
1 parent c43d04e commit e85f743
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,19 @@ x.x.x - TODO
2.x.x - 2023xxxx To be continued (PHP >= 8.1)
* TODO - Fix OPDS 2.0 pagination

2.1.5 - 2023xxxx Tweaks and fixes on previous release (PHP >= 8.1)
2.2.1 - 20231116 Consolidate PRs for next release (PHP >= 8.1)
* Support display settings for custom columns - see pull request #69 from @Mikescher
* Add Japanese language file - see pull request #67 from @horus68 translated by Rentaro Yoshidumi
* Use server side rendering for Kobo - see pull request #62 from @dunxd
* Add bootstrap2 Kindle theme - see pull request #61 from @dunxd
* Improve Kindle style - see pull request #60 from @dunxd
* Fix default values in util.js for Kindle - see pull request #58 from @dunxd

2.2.0 - 20230925 Update dependencies (PHP >= 8.1)
* Upgrade mikespub/epub-loader to 2.2 (dev only)
* Upgrade mikespub/php-epub-meta to 2.2

2.1.5 - 20230925 Tweaks and fixes on previous release (PHP >= 8.1)
* Fix download by page with route urls, customize link in default footer, header links in bootstrap5
* Add first & last paging in bootstrap2 & twigged templates
* Refresh page on style change - see pull request #55 from @dunxd
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.1.5';
public const VERSION = '2.2.1';
public const ENDPOINT = [
"index" => "index.php",
"feed" => "feed.php",
Expand Down

0 comments on commit e85f743

Please sign in to comment.