Bump version to 3.4.6
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Родитель
0adda7e64d
Коммит
b24cc932f2
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 3.4.6
|
||||
|
||||
### Added
|
||||
- Force read operation to trigger audit log when issuing a token
|
||||
- Nextcloud 18 compatibility
|
||||
|
||||
## 3.4.5
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -61,6 +61,6 @@ if (class_exists('\OC\Files\Type\TemplateManager')) {
|
|||
|
||||
}
|
||||
|
||||
$app = new Application();
|
||||
$app = \OC::$server->query(Application::class);
|
||||
$app->registerProvider();
|
||||
$app->updateCSP();
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<name>Collabora Online</name>
|
||||
<summary>Edit office documents directly in your browser.</summary>
|
||||
<description>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.</description>
|
||||
<version>3.4.5</version>
|
||||
<version>3.4.6</version>
|
||||
<licence>agpl</licence>
|
||||
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
|
||||
<types>
|
||||
|
@ -25,7 +25,7 @@
|
|||
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-presentation.png</screenshot>
|
||||
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-spreadsheet.png</screenshot>
|
||||
<dependencies>
|
||||
<nextcloud min-version="15" max-version="17" />
|
||||
<nextcloud min-version="15" max-version="18" />
|
||||
</dependencies>
|
||||
<background-jobs>
|
||||
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>
|
||||
|
|
Загрузка…
Ссылка в новой задаче