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-06-19 14:11:55 +0300
committerJulius Härtl <jus@bitgrid.net>2019-06-19 14:11:55 +0300
commit3747e00d775ecf083aa2e7248fc227eab13c038e (patch)
treee00d7b28c0035f1f9b86c24cbb466f65cb0d13aa
parentc25bd6f196704bd6ea22c146a2bf9b285acc55e2 (diff)
Bump version to 3.3.10v3.3.10
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--CHANGELOG.md6
-rw-r--r--appinfo/info.xml4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a7aa089..cc481b60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## 3.3.10
+
+### Fixed
+- Hide full screen button in mobile apps
+- Implement message for supporting download as / print in mobile apps
+
## 3.3.9
### Fixed
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 61b1c5f2..4f964c59 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 server (WOPI Client). Nextcloud is the WOPI Host. Please read the documentation to learn more about that.</description>
- <version>3.3.9-1</version>
+ <version>3.3.10</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="16" />
+ <nextcloud min-version="15" max-version="17" />
</dependencies>
<background-jobs>
<job>OCA\Richdocuments\Backgroundjobs\ObtainCapabilities</job>