mirror of
https://github.com/wekan/wekan.git
synced 2025-12-28 05:08:48 +01:00
Merge branch 'main' of github.com:wekan/wekan
This commit is contained in:
commit
91cf377948
2 changed files with 10 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue