File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
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.4.5
5+
6+ - fix an issue in auth process on slave
7+
48## 2.4.4
59
610- fix a path lost during the redirection of a not logged account to master
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build_dir=$(CURDIR)/build/artifacts
55source_dir =$(build_dir ) /source
66sign_dir =$(build_dir ) /sign
77package_name =$(app_name )
8- version+ =2.4.4
8+ version+ =2.4.5
99
1010all : appstore
1111
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.4.4 </version >
7+ <version >2.4.5 </version >
88 <licence >agpl</licence >
99 <author >Bjoern Schiessle</author >
1010 <author >Maxence Lange</author >
You can’t perform that action at this time.
0 commit comments