summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-14 00:39:24 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-14 00:39:24 +0200
commitfd70556c82455df12db4d18ead6474da71928faf (patch)
treef1dd562b0dda635bd81a5457e3e45eaf73275892
parent0fee20cc12d1430bf42ed98bc5b6cca6526b2f6f (diff)
downloadwekan-fd70556c82455df12db4d18ead6474da71928faf.tar.gz
wekan-fd70556c82455df12db4d18ead6474da71928faf.tar.bz2
wekan-fd70556c82455df12db4d18ead6474da71928faf.zip
v2.47v2.47
-rw-r--r--CHANGELOG.md8
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 7 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ed91d17d..95bff021 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,10 @@
-# Upcoming Wekan release
+# v2.47 2019-03-14 Wekan release
-This release fixes the following bugs, thanks to xet7:
+This release fixes the following bugs, thanks to GitHub user xet7:
- [Remove ordering of cards by starred/color/description, so that cards would not reorder all the time](https://github.com/wekan/wekan/issues/2241).
- Try to fix [LDAP Login: "Login forbidden", ReferenceError: req is not defined](https://github.com/wekan/wekan-ldap/44).
-Thanks to above GitHub users and translators for their translations.
-
# v2.46 2019-03-13 Wekan release
This release fixes the following bugs:
@@ -17,7 +15,7 @@ This release fixes the following bugs:
because of feedback from Wekan users, that need Subtask boards to be visible.
Thanks to xet7.
-Thanks to above GitHub users and translators for their translations.
+Thanks to above GitHub users for their contributions and translators for their translations.
# v2.45 2019-03-11 Wekan release
diff --git a/Stackerfile.yml b/Stackerfile.yml
index 3b0fdd60..2557ac42 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.46.0"
+appVersion: "v2.47.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index e5bbd1ac..44da2439 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.46.0",
+ "version": "v2.47.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index d0f43f91..fe17cca2 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 = 248,
+ appVersion = 249,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.46.0~2019-03-13"),
+ appMarketingVersion = (defaultText = "2.47.0~2019-03-14"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,