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>2019-12-06 14:20:32 +0300
committerJulius Härtl <jus@bitgrid.net>2019-12-06 14:20:32 +0300
commitb24cc932f276bb0b9d8c78a34c865414e1641405 (patch)
tree66627fdb14a0fe51281de96135888d073fd53f2d
parent0adda7e64d3b3f889f7278048f6fc498bfd714be (diff)
Bump version to 3.4.6v3.4.6
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/app.php2
-rw-r--r--appinfo/info.xml4
3 files changed, 9 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ae04024..738a2a39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/appinfo/app.php b/appinfo/app.php
index cbbf745c..cd8c3b99 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -61,6 +61,6 @@ if (class_exists('\OC\Files\Type\TemplateManager')) {
}
-$app = new Application();
+$app = \OC::$server->query(Application::class);
$app->registerProvider();
$app->updateCSP();
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ab8affd6..7f950fd3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -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>