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

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-07-06 23:13:42 +0300
committerJulius Härtl <jus@bitgrid.net>2022-07-06 23:13:42 +0300
commitb187c847f2e896c1555edb36f0f84d461ddc3fc8 (patch)
tree337a9f1856ba3fc900014b6044f35d598fde1e3b
parentced479505256eaeb50102a39a19c91562f6b3ebd (diff)
Bump version to 5.0.6v5.0.6
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json4
3 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ac09d31..6967409c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 5.0.6
+
+### Other
+
+- add "is_guest" to extra info user data [#2246](https://github.com/nextcloud/richdocuments/pull/2246)
+
## 5.0.5
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 41cae6ce..3d092225 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
<description><![CDATA[This application can connect to a Collabora Online (or other) server (WOPI-like Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.
You can also edit your documents off-line with the Collabora Office app from the **[Android](https://play.google.com/store/apps/details?id=com.collabora.libreoffice)** and **[iOS](https://apps.apple.com/us/app/collabora-office/id1440482071)** store.]]></description>
- <version>5.0.5</version>
+ <version>5.0.6</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
diff --git a/package.json b/package.json
index 19c93fea..28740d61 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "5.0.5",
+ "version": "5.0.6",
"authors": [
{
"name": "Julius Härtl",
@@ -115,4 +115,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
-}
+} \ No newline at end of file