Skip to content

Commit

Permalink
2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Jun 24, 2019
1 parent c6007cf commit f37f62b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>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.</description>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://www.onlyoffice.com/">Ascensio System SIA</author>
<version>2.1.10</version>
<version>2.3.0</version>
<namespace>Onlyoffice</namespace>
<types>
<filesystem/>
Expand Down
1 change: 0 additions & 1 deletion lib/documentservice.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ function ProcessCommandServResponceError($errorCode) {
*
* @return string
*/

public function Request($url, $method = "get", $opts = NULL) {
$httpClientService = \OC::$server->getHTTPClientService();
$client = $httpClientService->newClient();
Expand Down

0 comments on commit f37f62b

Please sign in to comment.