Skip to content

Commit 765c0d8

Browse files
Merge pull request #155 from nextcloud/release/2.5.1
2.5.1
2 parents 64aaac2 + 9a05ff7 commit 765c0d8

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

4+
## 2.5.1
5+
6+
- ignore null user on logout
7+
- compat nc29
8+
9+
## 2.5.0
10+
11+
- compat nc28
12+
413
## 2.3.0
514

615
- new session is now generated on slave when using user_saml

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ 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
98

109
all: appstore
1110

@@ -62,5 +61,5 @@ release:
6261
--exclude=/Makefile \
6362
--exclude=.drone.yml \
6463
$(project_dir)/ $(sign_dir)/$(app_name)
65-
tar -czf $(build_dir)/$(app_name)-$(version).tar.gz \
64+
tar -czf $(build_dir)/$(app_name).tar.gz \
6665
-C $(sign_dir) $(app_name)

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
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.5.0</version>
7+
<version>2.5.1</version>
88
<licence>agpl</licence>
99
<author>Bjoern Schiessle</author>
1010
<author>Maxence Lange</author>
@@ -17,7 +17,7 @@
1717
<bugs>https://github.com/nextcloud/globalsiteselector/issues</bugs>
1818
<repository>https://github.com/nextcloud/globalsiteselector</repository>
1919
<dependencies>
20-
<nextcloud min-version="28" max-version="28"/>
20+
<nextcloud min-version="28" max-version="29"/>
2121
</dependencies>
2222
<background-jobs>
2323
<job>OCA\GlobalSiteSelector\BackgroundJobs\UpdateLookupServer</job>

0 commit comments

Comments
 (0)