Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2019-06-19 13:11:55 +02:00
Родитель c25bd6f196
Коммит 3747e00d77
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C614C6ED2CDE6DF
2 изменённых файлов: 8 добавлений и 2 удалений

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

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

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

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