From 11583c148d782729194cdf34e13738e73352a348 Mon Sep 17 00:00:00 2001 From: Banana Date: Mon, 1 May 2023 10:53:57 +0200 Subject: [PATCH] updated changelog and upgrade notes --- CHANGELOG | 3 ++- upgrade/from-version-1.4.txt | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5