Skip to content

Commit f1c5fc0

Browse files
Merge pull request #172 from nextcloud/release/2.6.0
2.6.0
2 parents 7cc50fc + 0344a8f commit f1c5fc0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 2.6.0
9+
10+
- support for OIDC (using app user_oidc v6.2.1 or superior)
11+
- new user discovery mapping 'RemoteUserDiscovery' to obtain instance from external service
12+
- new config 'gss.updatels.interval' to change update internal to lookup server
13+
- upgrade composer and clean code
14+
- compat nc31
15+
816
## 2.5.2
917

1018
- get rid of getEventDispatcher()

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>Global Site Selector</name>
99
<summary>Nextcloud Portal to redirect users to the right instance</summary>
1010
<description>The Global Site Selector allows you to run multiple small Nextcloud instances and redirect users to the right server</description>
11-
<version>2.6.0-dev.0</version>
11+
<version>2.6.0</version>
1212
<licence>agpl</licence>
1313
<author>Bjoern Schiessle</author>
1414
<author>Maxence Lange</author>

0 commit comments

Comments
 (0)