Skip to content

Commit c24092b

Browse files
Merge pull request #146 from nextcloud/release/2.4.5
2.4.5
2 parents 78ada2f + 768b17e commit c24092b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All 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

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.4.4
8+
version+=2.4.5
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.4</version>
7+
<version>2.4.5</version>
88
<licence>agpl</licence>
99
<author>Bjoern Schiessle</author>
1010
<author>Maxence Lange</author>

0 commit comments

Comments
 (0)