mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
v3.72
This commit is contained in:
parent
a0e9f4615c
commit
f425fbfcdf
4 changed files with 17 additions and 4 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
# v3.72 2020-01-19 Sandstorm-only Wekan release
|
||||||
|
|
||||||
|
This release fixes the following bugs:
|
||||||
|
|
||||||
|
- Try to fix Wekan at Sandstorm.
|
||||||
|
Thanks to xet7.
|
||||||
|
|
||||||
|
Thanks to above GitHub users for their contributions and translators for their translations.
|
||||||
|
|
||||||
# v3.71 2020-01-18 Sandstorm-only Wekan release
|
# v3.71 2020-01-18 Sandstorm-only Wekan release
|
||||||
|
|
||||||
This release fixes the following bugs:
|
This release fixes the following bugs:
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
|
||||||
appVersion: "v3.71.0"
|
appVersion: "v3.72.0"
|
||||||
files:
|
files:
|
||||||
userUploads:
|
userUploads:
|
||||||
- README.md
|
- README.md
|
||||||
|
|
|
@ -12,6 +12,10 @@
|
||||||
cd ~/repos/wekan
|
cd ~/repos/wekan
|
||||||
# Use Meteor 1.8.x and Node 8.17.0
|
# Use Meteor 1.8.x and Node 8.17.0
|
||||||
sudo n 8.17.0
|
sudo n 8.17.0
|
||||||
|
sudo rm -rf /root/.cache/node-gyp/8.17.0
|
||||||
|
sudo mkdir -p /usr/local/lib/node_modules/fibers/.node-gyp
|
||||||
|
sudo npm -g uninstall node-gyp node-pre-gyp fibers
|
||||||
|
sudo npm -g install node-gyp node-pre-gyp fibers
|
||||||
./releases/rebuild-release.sh
|
./releases/rebuild-release.sh
|
||||||
rm -rf .build
|
rm -rf .build
|
||||||
mkdir ../sandstorm-build
|
mkdir ../sandstorm-build
|
||||||
|
@ -37,7 +41,7 @@ mv wekan-$1.spk ..
|
||||||
sudo rm -rf .meteor-spk
|
sudo rm -rf .meteor-spk
|
||||||
# Back to Meteor 1.9 and Node 12.14.1
|
# Back to Meteor 1.9 and Node 12.14.1
|
||||||
sudo n 12.14.1
|
sudo n 12.14.1
|
||||||
rm -rf .meteor
|
sudo rm -rf .meteor
|
||||||
mv ../sandstorm-build/.meteor .
|
mv ../sandstorm-build/.meteor .
|
||||||
mv ../sandstorm-build/.snap-meteor-1.8 .
|
mv ../sandstorm-build/.snap-meteor-1.8 .
|
||||||
rmdir ../sandstorm-build
|
rmdir ../sandstorm-build
|
||||||
|
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appTitle = (defaultText = "Wekan"),
|
appTitle = (defaultText = "Wekan"),
|
||||||
# The name of the app as it is displayed to the user.
|
# The name of the app as it is displayed to the user.
|
||||||
|
|
||||||
appVersion = 373,
|
appVersion = 374,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "3.71.0~2020-01-18"),
|
appMarketingVersion = (defaultText = "3.72.0~2020-01-19"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue