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-05-02 18:00:10 +0300
committerJulius Härtl <jus@bitgrid.net>2022-05-02 18:00:10 +0300
commitb9778135c3dbfa86b08856efbc497905c98806ed (patch)
tree91cd12e9456eca554cbf2f62bf7f8130f354f1c9
parent0329aaff40486b8ed9add6abb5fb5c6d0533e4a5 (diff)
Bump version to 4.2.6v4.2.6
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md8
-rw-r--r--appinfo/info.xml4
-rw-r--r--package.json4
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 181c4c3a..f54d4f0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## 4.2.6
+
+### Fixed
+
+- Add gs.trustedHosts to form-action csp [#2176](https://github.com/nextcloud/richdocuments/pull/2176)
+- Add app config to enable trusted domain list usage [#2165](https://github.com/nextcloud/richdocuments/pull/2165)
+- Fixes CSP on Nextcloud installations not on root directory [#2144](https://github.com/nextcloud/richdocuments/pull/2144)
+
## 4.2.5
- Fix CSP violation when Nextcloud server has so-called 'service root' ([#2056](https://github.com/nextcloud/richdocuments/pull/2056))
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 65dd2e8f..45ca20ca 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.5</version>
+ <version>4.2.6</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
@@ -27,7 +27,7 @@ You can also edit your documents off-line with the Collabora Office app from the
<screenshot>https://www.collaboraoffice.com/downloads/nextcloud/richdocuments/collabora-online-screenshot-4.png</screenshot>
<screenshot>https://www.collaboraoffice.com/downloads/nextcloud/richdocuments/collabora-online-screenshot-5.png</screenshot>
<dependencies>
- <nextcloud min-version="21" max-version="23"/>
+ <nextcloud min-version="21" max-version="22"/>
</dependencies>
<background-jobs>
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>
diff --git a/package.json b/package.json
index 960311a9..502360f9 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "4.2.5",
+ "version": "4.2.6",
"authors": [
{
"name": "Julius Härtl",
@@ -114,4 +114,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
-}
+} \ No newline at end of file