From: Banana Date: Mon, 1 May 2023 08:53:57 +0000 (+0200) Subject: updated changelog and upgrade notes X-Git-Tag: 1.5~2 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=11583c148d782729194cdf34e13738e73352a348;p=bibliotheca-php.git updated changelog and upgrade notes --- diff --git a/CHANGELOG b/CHANGELOG index cc0c999..1e0443a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ 1.5 - Sacred Passage - * Fixed global search in navigation. * Added google books parser. See upgrade file for more infos. + * Added a new theme based on Windows 98. + * Fixed global search in navigation. * Fix: #18 * Fix: #19 * Fix: #15 diff --git a/upgrade/from-version-1.4.txt b/upgrade/from-version-1.4.txt index 7eb3881..fff159a 100644 --- a/upgrade/from-version-1.4.txt +++ b/upgrade/from-version-1.4.txt @@ -12,3 +12,7 @@ UPDATE `#REPLACEME#_sys_fields` SET `type` = 'text', `searchtype` = 'entrySingle # if you use the field ISBN already run this and change the collection id ALTER TABLE `#REPLACEME#_collection_entry_#CHANGE_ID#` CHANGE `isbn` `isbn` VARCHAR(32) NULL DEFAULT NULL; + +# New Theme: 98. +Theme based on https://jdan.github.io/98.css/ +To use it, change UI_THEME in config.php to 98