From dc9fbb55fcd65ebb636c97fbb07000ca248aeeba Mon Sep 17 00:00:00 2001 From: Joaquim Homrighausen Date: Wed, 8 Nov 2023 09:09:58 +0100 Subject: [PATCH] Verified with WonderCMS 3.4.3 --- README.md | 5 ++ theme.php | 144 +++++++++++++++++++++++++--------------------- version | 2 +- wcms-modules.json | 2 +- 4 files changed, 87 insertions(+), 66 deletions(-) diff --git a/README.md b/README.md index dc29c3d..4bacef9 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ chosen not to modify anything. ## Changelog +### 1.2.2 (2023-11-08) +* Added support for `getSiteLanguage()` introduced in WonderCMS 3.4.3, this is used for the `` tag output. +* Some ` - - - + - + + diff --git a/version b/version index 6085e94..23aa839 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.1 +1.2.2 diff --git a/wcms-modules.json b/wcms-modules.json index 696fd3a..2060f62 100644 --- a/wcms-modules.json +++ b/wcms-modules.json @@ -6,7 +6,7 @@ "repo": "https://github.com/joho1968/wcms-bs5/tree/master", "zip": "https://github.com/joho1968/wcms-bs5/archive/master.zip", "summary": "Simple WonderCMS Bootstrap 5 theme.", - "version": "1.2.1", + "version": "1.2.2", "image": "https://raw.githubusercontent.com/joho1968/wcms-bs5/master/preview.jpg" } }