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-17 19:36:23 +0300
committerGitHub <noreply@github.com>2022-05-17 19:36:23 +0300
commit720631a4a13a74addeb2f63ccb6d8b7a9d362013 (patch)
tree43abf6b46cf186903162c000f6ed20f0acb24ffe
parent0e859d6feb1b0d86eee43366a145cd1fcd2c7b24 (diff)
parentf57872606b31b92053ec10b370512830597bde61 (diff)
Merge pull request #2220 from nextcloud/release/4.2.7v4.2.7
Bump version 4.2.7
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json5
-rw-r--r--package.json4
4 files changed, 12 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f54d4f0c..b3829c47 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 4.2.7
+
+- Disable remote image insertion on public links @juliushaertl
+- Fixed file revision history behaviour in group folders @Raudius
+- Minor fixes to enable debugging @gokaysatir
+
## 4.2.6
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 45ca20ca..cc1e2bde 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.6</version>
+ <version>4.2.7</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 285781ee..3142eb1a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,12 @@
{
"name": "richdocuments",
- "version": "4.2.5",
+ "version": "4.2.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
- "version": "4.2.3",
+ "name": "richdocuments",
+ "version": "4.2.7",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@nextcloud/auth": "^1.3.0",
diff --git a/package.json b/package.json
index 502360f9..b7ab7bf5 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "4.2.6",
+ "version": "4.2.7",
"authors": [
{
"name": "Julius Härtl",
@@ -114,4 +114,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
-} \ No newline at end of file
+}