From 0176ef22d4e6f9f33a280a85951fa5c17d43eb07 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 31 May 2022 21:39:55 +0200 Subject: [PATCH 1/3] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dce32bb..35a2d51 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You like this app and you want to support me? ☕ [Buy me a coffee](https://www. Requirements ------------ -* PHP >= 7.3 +* PHP >= 7.4 * App `theming` enabled Installation and upgrade From 05b1b16cb13b07d3a86ae74c91eb614f83121f27 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 5 Jul 2022 14:49:00 +0200 Subject: [PATCH 2/3] fix user setting save --- templates/settings/personal-form.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/settings/personal-form.php b/templates/settings/personal-form.php index 2af925f..ada1754 100644 --- a/templates/settings/personal-form.php +++ b/templates/settings/personal-form.php @@ -202,7 +202,10 @@ $choicesYesNo = [
- + From 2a1e9f50101e23c4e24059288547dc3229cb5e2a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 5 Jul 2022 14:49:06 +0200 Subject: [PATCH 3/3] release v2.4.1 --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c949332..508df04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## 2.4.1 +### Fixed +* fix user setting save + ## 2.4.0 ### Added * remove focus on opener after click diff --git a/appinfo/info.xml b/appinfo/info.xml index e2e9389..44530b3 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ If you like this application and if you want to support the development: * [Donate with liberapay](https://liberapay.com/deblan) * [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments) ]]> - 2.4.0 + 2.4.1 agpl Simon Vieille SideMenu