Skip to content

Commit

Permalink
Nextcloud27 (#303)
Browse files Browse the repository at this point in the history
* update to Nextcloud 27

Signed-off-by: Fabrice Meyer <[email protected]>
  • Loading branch information
chadek authored Nov 12, 2023
1 parent 402dfa5 commit 7f7b205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clean:
3rdparty/onlyoffice/documentserver:
mkdir -p 3rdparty/onlyoffice
mkdir -p oo-extract
curl -sLO https://github.com/ONLYOFFICE/DocumentServer/releases/download/v7.2.1/onlyoffice-documentserver.x86_64.rpm
curl -sLO https://github.com/ONLYOFFICE/DocumentServer/releases/download/v7.2.2/onlyoffice-documentserver.x86_64.rpm
cd oo-extract && rpm2cpio ../onlyoffice-documentserver.x86_64.rpm | cpio -idm
chmod -R 777 oo-extract/
cp -r oo-extract/var/www/onlyoffice/documentserver 3rdparty/onlyoffice
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The community document server will automatically be configured if no other docum
Additionally, the community document server only supports running on x86-64 Linux servers.]]>
</description>
<version>0.1.13</version>
<version>0.1.14</version>
<licence>agpl</licence>
<author>Robin Appelman</author>
<namespace>DocumentServer</namespace>
Expand All @@ -31,7 +31,7 @@ Additionally, the community document server only supports running on x86-64 Linu
<screenshot>https://raw.githubusercontent.com/nextcloud/documentserver_community/master/screenshots/main.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/documentserver_community/master/screenshots/new.png</screenshot>
<dependencies>
<nextcloud min-version="21" max-version="25"/>
<nextcloud min-version="21" max-version="27"/>
</dependencies>

<background-jobs>
Expand Down
2 changes: 1 addition & 1 deletion lib/OnlyOffice/WebVersion.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

class WebVersion {
public function getWebUIVersion(): string {
return '7.2.1';
return '7.2.2';
}
}

0 comments on commit 7f7b205

Please sign in to comment.