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>2021-09-14 21:46:45 +0300
committerJulius Härtl <jus@bitgrid.net>2021-09-14 21:46:45 +0300
commitb4b7db423701a49bc98e614c63ed6d85b5e5600d (patch)
tree3de391b6ae3b7338d653c46ca6acd72b7226b00e
parent08c0d9ebe3f0e975fbef2b376d148095f29f19b5 (diff)
Bump version to 4.2.3v4.2.3
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md13
-rw-r--r--appinfo/info.xml6
-rw-r--r--package.json4
3 files changed, 18 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 26509327..b7302f7c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## 4.2.3
+
+### Fixed
+
+- #1760 Unify error messages accross controllers
+- #1728 Prevent not-needed early loading of the richdocuments app
+
+### Other
+
+- Dependency updates
+
+
+
## 4.2.2
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 495faeed..7f8074e2 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="utf-8"?>
<info>
<id>richdocuments</id>
<name>Collabora Online</name>
@@ -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.2</version>
+ <version>4.2.3</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="23"/>
</dependencies>
<background-jobs>
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>
diff --git a/package.json b/package.json
index d819f6e1..a590fc71 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "4.2.2",
+ "version": "4.2.3",
"authors": [
{
"name": "Julius Härtl",
@@ -114,4 +114,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
-}
+} \ No newline at end of file