From fd70556c82455df12db4d18ead6474da71928faf Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 14 Mar 2019 00:39:24 +0200 Subject: v2.47 --- CHANGELOG.md | 8 +++----- Stackerfile.yml | 2 +- package.json | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 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, -- cgit v1.2.3-1-g7c22