Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Sep 25, 2023
1 parent 1b7089f commit 6f6a9f8
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 @@ -13,6 +13,12 @@ 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)
* 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
* Fix style css not being prefixed with Route::base() - see pull request #54 from @Mikescher

2.1.4 - 20230924 Translations, Bootstrap5, Route URLs and REST API (PHP >= 8.1)
* Changes in config_default.php file:
- new $config['cops_use_route_urls']
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.4';
public const VERSION = '2.1.5';
public const ENDPOINT = [
"index" => "index.php",
"feed" => "feed.php",
Expand Down

0 comments on commit 6f6a9f8

Please sign in to comment.