From 7d3c5da9a2fea3242b58cdad8ff1b28dcdbed3da Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Tue, 14 Nov 2017 11:21:58 +0300 Subject: [PATCH 1/3] support opensource version --- controller/settingscontroller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller/settingscontroller.php b/controller/settingscontroller.php index 4320d4c5..86f34f18 100644 --- a/controller/settingscontroller.php +++ b/controller/settingscontroller.php @@ -240,7 +240,7 @@ private function checkDocServiceUrl() { } $version = floatval($commandResponse->version); - if ($version < 4.2) { + if ($version > 0.0 && $version < 4.2) { throw new \Exception($this->trans->t("Not supported version")); } From de64bdda0a5ba205d98f5f577cda281cc1768703 Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Tue, 14 Nov 2017 11:25:02 +0300 Subject: [PATCH 2/3] change info --- appinfo/info.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 13847e02..c3603882 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -2,9 +2,9 @@ onlyoffice 174798 - Onlyoffice - ownCloud ONLYOFFICE integration app - ONLYOFFICE integration app enables users to edit Office documents within ONLYOFFICE from OwnCloud. This will create a new Open in ONLYOFFICE action within the document library for Office documents. This allows multiple users to collaborate in real time and to save back those changes to OwnCloud. + ONLYOFFICE + ONLYOFFICE connector + ONLYOFFICE connector enables you to edit Office documents within ONLYOFFICE from the familiar web interface. This will create a new Open in ONLYOFFICE action within the document library for Office documents. This allows multiple users to collaborate in real time and to save back those changes to your file storage. agpl Ascensio System SIA 1.1.5 From 07026afd906e002d79bbb37e7352b2e826d60522 Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Tue, 14 Nov 2017 12:07:14 +0300 Subject: [PATCH 3/3] 1.1.6 --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a78191a8..f07c1b93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.1.6 +## Changed +- update description + ## 1.1.5 ## Added - the ability to change the header key diff --git a/appinfo/info.xml b/appinfo/info.xml index c3603882..1fdb8d77 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -7,7 +7,7 @@ ONLYOFFICE connector enables you to edit Office documents within ONLYOFFICE from the familiar web interface. This will create a new Open in ONLYOFFICE action within the document library for Office documents. This allows multiple users to collaborate in real time and to save back those changes to your file storage. agpl Ascensio System SIA - 1.1.5 + 1.1.6 Onlyoffice