From: Banana Date: Sat, 3 Feb 2024 19:41:19 +0000 (+0100) Subject: version 1.6 X-Git-Tag: 1.6^0 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=323b003bf0bc6d9360883c6aad2f94855704376b;p=bibliotheca-php.git version 1.6 --- diff --git a/CHANGELOG b/CHANGELOG index 4aaf9a8..8399f74 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -1.x - Chizra +1.6 - Chizra 2024-02-03 * Config change. Added new entries. See upgrade/from-version-1.5.txt. It won't work if it is missing. * Config change: Added new theme config. See upgrade/from-version-1.5.txt. It won't work if it is missing. * Added: A new entry field for better global search. Read upgrade/from-version-1.5.txt for more details. diff --git a/VERSION b/VERSION index c9d519e..a100f42 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.x - Chizra +1.6 - Chizra diff --git a/sources/updatecheck.txt b/sources/updatecheck.txt index 88a97e0..ad5c61f 100644 --- a/sources/updatecheck.txt +++ b/sources/updatecheck.txt @@ -11,7 +11,7 @@ upgrade file with correct placeholders correct placeholders in sql file for manual setup -correct version info in VERSION and index.php and cyberdemon, if needed +correct version info in VERSION and index.php, if needed correct tag diff --git a/webclient/index.php b/webclient/index.php index 920190d..5f9d3a4 100644 --- a/webclient/index.php +++ b/webclient/index.php @@ -20,7 +20,7 @@ require_once './config/config.php'; -const BIB_VERSION = '1.x - Chizra'; +const BIB_VERSION = '1.6 - Chizra'; mb_http_output('UTF-8'); mb_internal_encoding('UTF-8'); diff --git a/webclient/setup/index.php b/webclient/setup/index.php index f4ecf89..ba9b24e 100644 --- a/webclient/setup/index.php +++ b/webclient/setup/index.php @@ -2,7 +2,7 @@ /** * Bibliotheca * - * Copyright 2018-2023 Johannes Keßler + * Copyright 2018-2024 Johannes Keßler * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by