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-12-20 18:40:05 +0300
committerJulius Härtl <jus@bitgrid.net>2021-12-20 18:40:05 +0300
commit6b27ad1ee2aeafae700913a3d6df0c1be5f84029 (patch)
treefb877b46e5d6fee92af54d6e5b09d432b93916ff
parent71bd420aca69f605eaec500a73ffa2a4fc0f35da (diff)
Bump version to 5.0.1v5.0.1
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md7
-rw-r--r--appinfo/info.xml2
-rw-r--r--package.json2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 025c25f7..61bcf307 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 5.0.1
+
+### Fixed
+
+- #1922 Properly check proxy status when using built-in CODE server
+- #1920 Renames assets folder
+
## 5.0.0
### Added
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a8f61703..a5f75b72 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.0</version>
+ <version>5.0.1</version>
<licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types>
diff --git a/package.json b/package.json
index 3eab5ef6..1eb3552a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "richdocuments",
"description": "Collabora online integration",
- "version": "5.0.0",
+ "version": "5.0.1",
"authors": [
{
"name": "Julius Härtl",