From 0d78e21ec553e87589528e877812520a0bca8337 Mon Sep 17 00:00:00 2001 From: Felix Hahn Date: Wed, 14 Feb 2024 22:54:11 +0100 Subject: [PATCH] version 0.3.0 --- composer.json | 2 +- docs/CHANGELOG.md | 2 +- module.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 6e4d386..195ad53 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "config": { "process-timeout": 1800, "platform": { - "php": "8.0" + "php": "8.2" } }, "minimum-stability": "dev" diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index fedd3e2..f2561d6 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,4 +1,4 @@ -## TBA +## 0.3.0 (14 february 2024) **NOTE** Files in themes/FlexTheme/css now need to be writable by the PHP process (see https://docs.humhub.org/docs/admin/installation/#file-permissions) - New: Dark Mode (compatibility with the Dark Mode module) diff --git a/module.json b/module.json index 0022087..f4928f8 100644 --- a/module.json +++ b/module.json @@ -1,10 +1,10 @@ { "id": "flex-theme", - "version": "0.3.0-dev", + "version": "0.3.0", "name": "Flex Theme", "description": "Flexible Theme for HumHub", "humhub": { - "minVersion": "1.14" + "minVersion": "1.15" }, "keywords": [ "flexible", "configurable"