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:
-rw-r--r--CHANGELOG.md8
-rw-r--r--Makefile2
-rw-r--r--appinfo/info.xml2
3 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f390b539..a7c32a35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.
+## 1.4.2
+
+- update display name in accounts table correctly
+- improve error messages and logging
+
+
## 1.4.0
### Fixed
@@ -16,4 +22,4 @@ All notable changes to this project will be documented in this file.
### Added
-- Added sample screenshots \ No newline at end of file
+- Added sample screenshots
diff --git a/Makefile b/Makefile
index 1be7effc..c2d8ba33 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+=1.4.0
+version+=1.4.2
all: appstore
diff --git a/appinfo/info.xml b/appinfo/info.xml
index baac1d1f..ccb0ea44 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>1.4.0</version>
+ <version>1.4.2</version>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>