File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed
Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All 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
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ build_dir=$(CURDIR)/build/artifacts
55source_dir =$(build_dir ) /source
66sign_dir =$(build_dir ) /sign
77package_name =$(app_name )
8- version+ =2.3.1
98
109all : 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 )
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments