Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2019-02-01 10:28:15 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2019-02-01 10:28:34 +0300
commita8123425c4597fed349ba84e4cc78f982b4b57e0 (patch)
treecc009ad20ca58b11130ff1483a611b8c222198b2
parenta8a0ce83da51269cdd57ac643905b729a258bf44 (diff)
prepare version 2.1.1v2.1.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5c01622..274d76f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 2.1.1
+### Changed
+
+- sort IDP's alphabetical
+- improved documentation in UI, add hint for direct login URL
+
+### Fixed
+- create skeleton files if SAML is used in combination with LDAP
## 2.1.0
diff --git a/Makefile b/Makefile
index 21477c84..e53ac63c 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
sign_dir=$(build_dir)/sign
package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
-version+=2.0.0
+version+=2.1.1
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 0a580e4d..513a2cb3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
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>
- <version>2.1.0</version>
+ <version>2.1.1</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>