Skip to content

Commit 9952377

Browse files
Merge pull request #108 from nextcloud/release/2.4.1
2.4.1
2 parents ce49154 + 4059a4b commit 9952377

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 2.4.1
5+
6+
- passing idp to slave, back to master on logout.
7+
- storing idp in user preferences.
8+
49
## 2.4.0
510

611
- compat nc26

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build_dir=$(CURDIR)/build/artifacts
55
source_dir=$(build_dir)/source
66
sign_dir=$(build_dir)/sign
77
package_name=$(app_name)
8-
version+=2.3.1
8+
version+=2.4.1
99

1010
all: appstore
1111

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Global Site Selector</name>
55
<summary>Nextcloud Portal to redirect users to the right instance</summary>
66
<description>The Global Site Selector allows you to run multiple small Nextcloud instances and redirect users to the right server</description>
7-
<version>2.4.0</version>
7+
<version>2.4.1</version>
88
<licence>agpl</licence>
99
<author>Bjoern Schiessle</author>
1010
<author>Maxence Lange</author>

0 commit comments

Comments
 (0)