Skip to content

Commit 7f7b205

Browse files
authored
Nextcloud27 (#303)
* update to Nextcloud 27 Signed-off-by: Fabrice Meyer <meyer.fabrice@gmx.fr>
1 parent 402dfa5 commit 7f7b205

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ clean:
1515
3rdparty/onlyoffice/documentserver:
1616
mkdir -p 3rdparty/onlyoffice
1717
mkdir -p oo-extract
18-
curl -sLO https://github.com/ONLYOFFICE/DocumentServer/releases/download/v7.2.1/onlyoffice-documentserver.x86_64.rpm
18+
curl -sLO https://github.com/ONLYOFFICE/DocumentServer/releases/download/v7.2.2/onlyoffice-documentserver.x86_64.rpm
1919
cd oo-extract && rpm2cpio ../onlyoffice-documentserver.x86_64.rpm | cpio -idm
2020
chmod -R 777 oo-extract/
2121
cp -r oo-extract/var/www/onlyoffice/documentserver 3rdparty/onlyoffice

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The community document server will automatically be configured if no other docum
1414
1515
Additionally, the community document server only supports running on x86-64 Linux servers.]]>
1616
</description>
17-
<version>0.1.13</version>
17+
<version>0.1.14</version>
1818
<licence>agpl</licence>
1919
<author>Robin Appelman</author>
2020
<namespace>DocumentServer</namespace>
@@ -31,7 +31,7 @@ Additionally, the community document server only supports running on x86-64 Linu
3131
<screenshot>https://raw.githubusercontent.com/nextcloud/documentserver_community/master/screenshots/main.png</screenshot>
3232
<screenshot>https://raw.githubusercontent.com/nextcloud/documentserver_community/master/screenshots/new.png</screenshot>
3333
<dependencies>
34-
<nextcloud min-version="21" max-version="25"/>
34+
<nextcloud min-version="21" max-version="27"/>
3535
</dependencies>
3636

3737
<background-jobs>

lib/OnlyOffice/WebVersion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525

2626
class WebVersion {
2727
public function getWebUIVersion(): string {
28-
return '7.2.1';
28+
return '7.2.2';
2929
}
3030
}

0 commit comments

Comments
 (0)