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:
authorRaul Ferreira Fuentes <Raudius@users.noreply.github.com>2022-09-01 15:17:45 +0300
committerGitHub <noreply@github.com>2022-09-01 15:17:45 +0300
commit2e1884a175bafdd0e3705681484636cb5ebdd37c (patch)
tree705d8c6c5c8d176b82fed45f2330311e891da698
parentac6cad50b22dae8c930b35a4fbaf736222b24de0 (diff)
parentcdc7a370fb9d334a5eea9eaf2e9e5ede4886e3ba (diff)
Merge pull request #2420 from nextcloud/release/4.2.8v4.2.8
Release 4.2.8
-rw-r--r--CHANGELOG.md9
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b3829c47..4f2b3116 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 4.2.8
+
+## Fixed
+
+- Limit capabilities to users that are enabled @max-nextcloud [#2354](https://github.com/nextcloud/richdocuments/pull/2354)
+- Fix safari does not focus to document frame on startup @merttumer [#2372](https://github.com/nextcloud/richdocuments/pull/2372)
+- Fix document creation not showing in directory @juliushaertl [#2269](https://github.com/nextcloud/richdocuments/pull/2269)
+- Add "is_guest" to extra info user data @hcvcastro [#2242](https://github.com/nextcloud/richdocuments/pull/2242)
+
## 4.2.7
- Disable remote image insertion on public links @juliushaertl
diff --git a/appinfo/info.xml b/appinfo/info.xml
index cc1e2bde..d1c7beca 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>4.2.7</version>
+ <version>4.2.8</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
diff --git a/package-lock.json b/package-lock.json
index 3142eb1a..3a633013 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "richdocuments",
- "version": "4.2.7",
+ "version": "4.2.8",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index b7ab7bf5..ffb6cb13 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "4.2.7",
+ "version": "4.2.8",
"authors": [
{
"name": "Julius Härtl",