Skip to content

Commit

Permalink
Merge pull request #390 from ONLYOFFICE/develop
Browse files Browse the repository at this point in the history
Release/7.5.4
  • Loading branch information
LinneyS authored Sep 23, 2022
2 parents 82b54bc + 8644e5d commit 5801236
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 2 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

## 7.5.4
## Changed
- compatible with ownCloud 10.11

## 7.5.3
## Added
- Catalan translation
Expand Down
3 changes: 2 additions & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<description>ONLYOFFICE connector allows you to view, edit and collaborate on text documents, spreadsheets and presentations within ownCloud using ONLYOFFICE Docs. This will create a new Edit in ONLYOFFICE action within the document library for Office documents. This allows multiple users to co-author documents in real time from the familiar web interface and save the changes back to your file storage.</description>
<licence>apl2</licence>
<author>Ascensio System SIA</author>
<version>7.5.3</version>
<version>7.5.4</version>
<namespace>Onlyoffice</namespace>
<types>
<filesystem/>
Expand All @@ -24,6 +24,7 @@
<screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/settings.png</screenshot>
<screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/new.png</screenshot>
<screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/open.png</screenshot>
<screenshot>https://raw.githubusercontent.com/ONLYOFFICE/onlyoffice-owncloud/master/screenshots/open_form.png</screenshot>
<dependencies>
<owncloud min-version="10" max-version="10" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion lib/documentservice.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function GetConvertedUri($document_uri, $from_extension, $to_extension, $documen
$isEndConvert = $responceFromConvertService->EndConvert;

if ($isEndConvert !== null && strtolower($isEndConvert) === "true") {
return $responceFromConvertService->FileUrl;
return (string)$responceFromConvertService->FileUrl;
}

return "";
Expand Down
Binary file modified screenshots/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/main_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/open_form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5801236

Please sign in to comment.