diff --git a/Makefile b/Makefile index dd12b2f..7a42e8c 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/appinfo/info.xml b/appinfo/info.xml index f75b9c0..cfb2310 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -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.]]> - 0.1.13 + 0.1.14 agpl Robin Appelman DocumentServer @@ -31,7 +31,7 @@ Additionally, the community document server only supports running on x86-64 Linu https://raw.githubusercontent.com/nextcloud/documentserver_community/master/screenshots/main.png https://raw.githubusercontent.com/nextcloud/documentserver_community/master/screenshots/new.png - + diff --git a/lib/OnlyOffice/WebVersion.php b/lib/OnlyOffice/WebVersion.php index 594dfd8..10c0888 100644 --- a/lib/OnlyOffice/WebVersion.php +++ b/lib/OnlyOffice/WebVersion.php @@ -25,6 +25,6 @@ class WebVersion { public function getWebUIVersion(): string { - return '7.2.1'; + return '7.2.2'; } }