summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-06-29 10:11:14 -0400
committerLauri Ojansivu <x@xet7.org>2019-06-29 10:11:14 -0400
commit8c23d12487873df6f4c71b1905001b6536a20706 (patch)
tree46d0c8f03b1a3f565d11c073ab5a3e37e9a64e66
parent31e801cc3985cfa6c93e51e0127deee1d445d748 (diff)
downloadwekan-2.94.tar.gz
wekan-2.94.tar.bz2
wekan-2.94.zip
v2.94v2.94
-rw-r--r--CHANGELOG.md22
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 24 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 08a933d6..a2d8e50f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+# v2.94 2019-06-29 Wekan release
+
+This release adds the following updates:
+
+- [Prettier & eslint project style update](https://github.com/wekan/wekan/pull/2520).
+ Thanks to justinr1234.
+
+Thanks to above GitHub users for their contributions and translators for their translations.
+
+# v2.93 2019-06-28 Wekan release
+
+This release fixes the following bugs:
+
+- [LDAP: Check if email attribute is an array, that has many email addresses](https://github.com/wekan/wekan/pull/2519).
+ Thanks to tdemaret and xet7.
+
+Thanks to above GitHub users for their contributions and translators for their translations.
+
# v2.92 2019-06-27 Wekan release
This release fixes the following bugs:
@@ -110,7 +128,7 @@ This release fixes the following bugs:
- [Fix OIDC Docker login. Empty string results to empty array at wekan/server/authentication.js](https://github.com/wekan/wekan/commit/bddbaa7bc2f3cfe8553a2265e168231ab51876f3).
Thanks to xet7.
-
+
Thanks to above GitHub users for their contributions and translators for their translations.
# v2.81 2019-06-13 Wekan release
@@ -373,7 +391,7 @@ and adds the following updates:
because [it was found old version was in use](https://github.com/wekan/wekan/issues/2334).
Thanks to shaygover and xet7.
- [Upgrade to Node 8.16.0](https://github.com/wekan/wekan/commit/6117097a93bfb11c8bd4c87a23c44a50e22ceb87).
- Thanks to Node developers and xet7.
+ Thanks to Node developers and xet7.
- [Upgrade Docker base image to ubuntu:disco](https://github.com/wekan/wekan/commit/bd14ee3b1f450ddc6dec26ccc8da702b839942e5).
Thanks to Ubuntu developers and xet7.
diff --git a/Stackerfile.yml b/Stackerfile.yml
index d68c8731..b6759377 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.92.0"
+appVersion: "v2.94.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index 3ce73f89..7865981a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.92.0",
+ "version": "v2.94.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index f19aa3ee..8fccd8b6 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 = 294,
+ appVersion = 296,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.92.0~2019-06-27"),
+ appMarketingVersion = (defaultText = "2.94.0~2019-06-29"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,