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:
authorRoeland Jago Douma <roeland@famdouma.nl>2021-01-13 00:49:14 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2021-01-13 00:49:46 +0300
commit21ccef8755cae88039d5dc77dc5b6d2a9e5b1733 (patch)
tree2160a27ff56b419664368c24df30df6324903b4f
parentf24de262a5760ebc04b26d9715190201dcb782a8 (diff)
Bump versionv3.3.3
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--CHANGELOG.md4
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml4
3 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b9dc083b..3f9d23a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 3.3.3
+### Added
+- Possibility to overwrite direct login text
+
## 3.3.2
### Added
- Possible url for SLO response
diff --git a/Makefile b/Makefile
index ca9d2e1c..4377dfab 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.3.1
+version+=3.3.3
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index f999340a..349e5f5d 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>3.3.2</version>
+ <version>3.3.3</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
@@ -33,7 +33,7 @@ While theoretically any other authentication provider implementing either one of
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/2.png</screenshot>
<dependencies>
- <nextcloud min-version="20" max-version="21" />
+ <nextcloud min-version="20" max-version="20" />
</dependencies>
<commands>
<command>OCA\User_SAML\Command\GetMetadata</command>