Re-enable attachments on sandstorm

Credits go to @dwrensha who implement the required MongoDB upgrade on
meteor-spk.
This commit is contained in:
Maxime Quandalle 2015-09-01 21:40:32 +02:00
parent c5bdf974b6
commit 39666d236a
2 changed files with 2 additions and 3 deletions

View file

@ -79,8 +79,7 @@ template(name="cardDetailsActionsPopup")
ul.pop-over-list
li: a.js-members {{_ 'card-edit-members'}}
li: a.js-labels {{_ 'card-edit-labels'}}
unless isSandstorm
li: a.js-attachments {{_ 'card-edit-attachments'}}
li: a.js-attachments {{_ 'card-edit-attachments'}}
hr
ul.pop-over-list
li: a.js-move-card {{_ 'moveCardPopup-title'}}

View file

@ -22,7 +22,7 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 4,
appVersion = 5,
# Increment this for every release.
appMarketingVersion = (defaultText = "0.9.0-rc1"),