Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2021-09-14 20:46:45 +02:00
Родитель 08c0d9ebe3
Коммит b4b7db4237
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C614C6ED2CDE6DF
3 изменённых файлов: 18 добавлений и 5 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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>

Просмотреть файл

@ -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"
}
}
}