From 6f6a9f89387899e78634213cdc58e907b69168d4 Mon Sep 17 00:00:00 2001 From: mikespub Date: Mon, 25 Sep 2023 13:43:38 +0200 Subject: [PATCH] update version --- CHANGELOG.md | 6 ++++++ lib/Input/Config.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d36c42f51..dd30824d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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'] diff --git a/lib/Input/Config.php b/lib/Input/Config.php index c31ab285b..e3782a9dd 100644 --- a/lib/Input/Config.php +++ b/lib/Input/Config.php @@ -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",