From 140825e3075d7823398a351d05d6ebc58a830fc1 Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Thu, 23 Nov 2023 08:39:00 -0100 Subject: [PATCH] 2.3.4 Signed-off-by: Maxence Lange --- CHANGELOG.md | 4 ++++ Makefile | 2 +- appinfo/info.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4da0319..c09ba0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## 2.3.4 + +- fix an issue in auth process on slave + ## 2.3.3 - passing idp to slave, back to master on logout. diff --git a/Makefile b/Makefile index 2564ed0..12eee19 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ build_dir=$(CURDIR)/build/artifacts source_dir=$(build_dir)/source sign_dir=$(build_dir)/sign package_name=$(app_name) -version+=2.3.3 +version+=2.3.4 all: appstore diff --git a/appinfo/info.xml b/appinfo/info.xml index d6c4036..de6784a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -4,7 +4,7 @@ Global Site Selector Nextcloud Portal to redirect users to the right instance The Global Site Selector allows you to run multiple small Nextcloud instances and redirect users to the right server - 2.3.3 + 2.3.4 agpl Bjoern Schiessle Maxence Lange