From f37f62bfadba29317ca7cc73ccf92acd79ab1b22 Mon Sep 17 00:00:00 2001 From: Sergey Linnik Date: Mon, 24 Jun 2019 15:08:54 +0300 Subject: [PATCH] 2.3.0 --- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- lib/documentservice.php | 1 - 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a63a8b3..430582f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## 2.3.0 +## Added +- editor customization + +## Changed +- the settings page is splitted into two sections +- support master key encryption +- fix getting domain for desktop +- title in the convertation request + ## 2.1.10 ## Changed - compatible with Nextcloud 16 diff --git a/appinfo/info.xml b/appinfo/info.xml index bfed9234..9ae2f94a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -6,7 +6,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 - 2.1.10 + 2.3.0 Onlyoffice diff --git a/lib/documentservice.php b/lib/documentservice.php index 25579e11..ba9507ad 100644 --- a/lib/documentservice.php +++ b/lib/documentservice.php @@ -343,7 +343,6 @@ function ProcessCommandServResponceError($errorCode) { * * @return string */ - public function Request($url, $method = "get", $opts = NULL) { $httpClientService = \OC::$server->getHTTPClientService(); $client = $httpClientService->newClient();