Bump version to 4.2.3
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
08c0d9ebe3
Коммит
b4b7db4237
13
CHANGELOG.md
13
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
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче