Skip to content

Commit 8d87a97

Browse files
committed
3.2.2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
1 parent 81c2d6f commit 8d87a97

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

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

4+
## 3.2.2
5+
### Added
6+
- allow providing url for SLO response
7+
- allow chaging the direct login text
8+
9+
### Fixed
10+
- Session handling with auth flow
11+
- Redirect to home page instead of generic error page
12+
- get SAML idp set in session
13+
414
## 3.2.1
515
### Fixed
616
- Login flow with strict cookies

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
77
sign_dir=$(build_dir)/sign
88
package_name=$(app_name)
99
cert_dir=$(HOME)/.nextcloud/certificates
10-
version+=2.3.1
10+
version+=3.2.2
1111

1212
all: appstore
1313

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
1616
* Any other provider that authenticates using the environment variable
1717
1818
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
19-
<version>3.2.1</version>
19+
<version>3.2.2</version>
2020
<licence>agpl</licence>
2121
<author>Lukas Reschke</author>
2222
<namespace>User_SAML</namespace>

0 commit comments

Comments
 (0)