Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2018-12-17 09:07:30 +01:00
Родитель ec29830ec5
Коммит 2f5b665c97
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F941078878347C0C
2 изменённых файлов: 7 добавлений и 2 удалений

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

@ -1,3 +1,8 @@
**3.0.6
- Added: NC16 compatibility
- Fixed: Translations
- Fixed: NC15 grid view toggle overlay
**3.0.5 **3.0.5
- Fixed: Pass UID for direct tokens (#301) - Fixed: Pass UID for direct tokens (#301)
- Fixed: Do not show nextcloud bar on small screens (#306) - Fixed: Do not show nextcloud bar on small screens (#306)

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

@ -4,7 +4,7 @@
<name>Collabora Online</name> <name>Collabora Online</name>
<summary>Edit office documents directly in your browser.</summary> <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> <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.0.5</version> <version>3.0.6</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author> <author>Collabora Productivity based on work of Frank Karlitschek, Victor Dubiniuk</author>
<types> <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-presentation.png</screenshot>
<screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-spreadsheet.png</screenshot> <screenshot>https://nextcloud.com/wp-content/themes/next/assets/img/features/collabora-spreadsheet.png</screenshot>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="15" /> <nextcloud min-version="13" max-version="16" />
</dependencies> </dependencies>
<settings> <settings>
<admin>OCA\Richdocuments\Settings\Admin</admin> <admin>OCA\Richdocuments\Settings\Admin</admin>