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-05-17 18:17:25 +0300
committerGitHub <noreply@github.com>2022-05-17 18:17:25 +0300
commit008ed26e89ab731f316d981d30bfd97ef0e5f8ac (patch)
tree0decd8665075bfed2a728ae78c4c898734590e85
parent1b0eea1ae0cb6f3656fb4715c9f0baa26b0fe5aa (diff)
parent54d8f1dc0002f2ce9eeae079b10231e1827d3acf (diff)
Merge pull request #2218 from nextcloud/release/5.0.5v5.0.5
Bump version 5.0.5
-rw-r--r--CHANGELOG.md10
-rw-r--r--appinfo/info.xml2
-rw-r--r--package-lock.json2
-rw-r--r--package.json4
4 files changed, 14 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce3db13a..5ac09d31 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## 5.0.5
+
+### Fixed
+
+- Use visibility instead of display to have the iframe already allocate the size [#2217](https://github.com/nextcloud/richdocuments/pull/2217)
+- Disable remote image insertion on public links [#2203](https://github.com/nextcloud/richdocuments/pull/2203)
+- File history fix behaviour in group folders @Raudius [#2172](https://github.com/nextcloud/richdocuments/pull/2172)
+- When getFileList function returns null, getFileModel function returns… [#2213](https://github.com/nextcloud/richdocuments/pull/2213)
+- File revision history fix @Raudius [#2198](https://github.com/nextcloud/richdocuments/pull/2198)
+
## 5.0.4
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index df6423fd..41cae6ce 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.4</version>
+ <version>5.0.5</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 20928631..46cdd204 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "richdocuments",
- "version": "5.0.0",
+ "version": "5.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/package.json b/package.json
index 107869c2..19c93fea 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "5.0.4",
+ "version": "5.0.5",
"authors": [
{
"name": "Julius Härtl",
@@ -115,4 +115,4 @@
],
"globalSetup": "<rootDir>/src/tests/setup.js"
}
-} \ No newline at end of file
+}