Skip to content

Commit

Permalink
Merge pull request #117 from ONLYOFFICE/develop
Browse files Browse the repository at this point in the history
1.1.6
  • Loading branch information
LinneyS authored Nov 14, 2017
2 parents 050234c + 07026af commit 7f2a61b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.1.6
## Changed
- update description

## 1.1.5
## Added
- the ability to change the header key
Expand Down
8 changes: 4 additions & 4 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<info>
<id>onlyoffice</id>
<ocsid>174798</ocsid>
<name>Onlyoffice</name>
<summary>ownCloud ONLYOFFICE integration app</summary>
<description>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.</description>
<name>ONLYOFFICE</name>
<summary>ONLYOFFICE connector</summary>
<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>Ascensio System SIA</author>
<version>1.1.5</version>
<version>1.1.6</version>
<namespace>Onlyoffice</namespace>
<types>
<filesystem/>
Expand Down
2 changes: 1 addition & 1 deletion controller/settingscontroller.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}

Expand Down

0 comments on commit 7f2a61b

Please sign in to comment.