Merge branch 'main' of github.com:wekan/wekan

This commit is contained in:
Lauri Ojansivu 2023-11-02 21:18:41 +02:00
commit 91cf377948
2 changed files with 10 additions and 1 deletions

View file

@ -20,6 +20,15 @@ Note:
[How to upgrade WeKan](https://github.com/wekan/wekan/issues/4585)
# Upcoming WeKan ® release
This release fixes the following bugs:
- [Fix Windows build bundle script](https://github.com/wekan/wekan/commit/720d4223e21da7fa6651dcb51def81a8e081750d).
Thanks to xet7.
Thanks to above GitHub users for their contributions and translators for their translations.
# v7.11 2023-11-02 WeKan ® release
This release fixes the following CRITICAL SECURITY ISSUES:

View file

@ -7,7 +7,7 @@ CALL DEL /F /S /Q bundle
ECHO 2) Downloading new WeKan.zip
CALL DEL wekan-%1-amd64.zip
CALL wget https://releases.wekan.team/wekan-%1-amd64.zip
CALL wget https://releases.wekan.team/wekan-%1-amd64.zip --no-check-certificate
ECHO 3) Unarchiving new WeKan
CALL 7z x wekan-%1-amd64.zip