Skip to content

Commit

Permalink
bumb bundled onlyoffice parts to 6.4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Feb 8, 2022
1 parent 079f4e5 commit fa2ed13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ clean:

3rdparty/onlyoffice/documentserver:
mkdir -p 3rdparty/onlyoffice
docker create --name oo-extract onlyoffice/documentserver:6.3.1.32
docker create --name oo-extract onlyoffice/documentserver:6.4.2.6
docker cp oo-extract:/var/www/onlyoffice/documentserver 3rdparty/onlyoffice
docker rm oo-extract
rm -r 3rdparty/onlyoffice/documentserver/server/{SpellChecker,Common,DocService}
rm -r 3rdparty/onlyoffice/documentserver/server/{Common,DocService}
cd 3rdparty/onlyoffice/documentserver/server/FileConverter/bin && \
../../tools/allfontsgen \
--input="../../../core-fonts" \
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 '6.3.1';
return '6.4.2';
}
}

0 comments on commit fa2ed13

Please sign in to comment.