summaryrefslogtreecommitdiffstats
path: root/sandstorm-pkgdef.capnp
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-08-15 00:52:40 +0300
committerLauri Ojansivu <x@xet7.org>2019-08-15 00:52:40 +0300
commita282384ab058cb6a118a9fa6c822e050607fb8e9 (patch)
tree40e2e55166babfbfb3af3c368ac611e607087df7 /sandstorm-pkgdef.capnp
parentc87001fa9f8d1fa13640ae604b1ba46556c7813c (diff)
downloadwekan-a282384ab058cb6a118a9fa6c822e050607fb8e9.tar.gz
wekan-a282384ab058cb6a118a9fa6c822e050607fb8e9.tar.bz2
wekan-a282384ab058cb6a118a9fa6c822e050607fb8e9.zip
v3.18v3.18
Diffstat (limited to 'sandstorm-pkgdef.capnp')
-rw-r--r--sandstorm-pkgdef.capnp9
1 files changed, 5 insertions, 4 deletions
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 59dca6d8..1e8de549 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 319,
+ appVersion = 320,
# Increment this for every release.
- appMarketingVersion = (defaultText = "3.17.0~2019-08-13"),
+ appMarketingVersion = (defaultText = "3.18.0~2019-08-15"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,
@@ -238,7 +238,8 @@ const myCommand :Spk.Manifest.Command = (
# Note that this defines the *entire* environment seen by your app.
(key = "PATH", value = "/usr/local/bin:/usr/bin:/bin"),
(key = "WITH_API", value = "true"),
- (key = "RICHER_CARD_COMMENT_EDITOR", value = "true"),
+ (key = "RICHER_CARD_COMMENT_EDITOR", value="true"),
+ (key = "CARD_OPENED_WEBHOOK_ENABLED", value="false"),
(key = "MATOMO_ADDRESS", value=""),
(key = "MATOMO_SITE_ID", value=""),
(key = "MATOMO_DO_NOT_TRACK", value="true"),
@@ -254,7 +255,7 @@ const myCommand :Spk.Manifest.Command = (
(key = "OAUTH2_USERINFO_ENDPOINT", value=""),
(key = "OAUTH2_TOKEN_ENDPOINT", value=""),
(key = "LDAP_ENABLE", value="false"),
- (key = "SANDSTORM", value = "1"),
+ (key = "SANDSTORM", value="1"),
(key = "METEOR_SETTINGS", value = "{\"public\": {\"sandstorm\": true}}")
]
);