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-10-25 18:19:13 +0300
committerGitHub <noreply@github.com>2022-10-25 18:19:13 +0300
commit565dda4b481e3a039ea305fe8926188edbf4b54a (patch)
treebd64e0cd667ad04fc46ea344654f6159e56abfe6
parent8edadfb29dfafccd4c290da20ab3ebf9e62880a9 (diff)
parent5cf186ea4db5fe04527bbe748d8fc9f8cc2ab2c8 (diff)
Merge pull request #2582 from nextcloud/release/5.0.9v5.0.9
Bump version 5.0.9
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a9059bb..4e237ff9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## 5.0.9
+
+### Fixed
+- Fix editor not loading when accesibility app is disabled [#2381](https://github.com/nextcloud/richdocuments/pull/2581) @Raudius
+
## 5.0.8
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a48c1344..c3a34887 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.8</version>
+ <version>5.0.9</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 0774ad58..a7063ea2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "richdocuments",
- "version": "5.0.8",
+ "version": "5.0.9",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 8bfa1687..72cfd8c0 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "5.0.8",
+ "version": "5.0.9",
"authors": [
{
"name": "Julius Härtl",