summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-21 01:22:09 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-21 01:22:09 +0200
commit402a974a703afb1b12cbae210ac0c9c51c7fe620 (patch)
tree2384b6e84eb7b50100a8e3ffd2a31b76e87b634d
parent079cd95e0e582619fe3ccb320ee01facec0d6cbb (diff)
downloadwekan-2.51.tar.gz
wekan-2.51.tar.bz2
wekan-2.51.zip
v2.51v2.51
-rw-r--r--CHANGELOG.md10
-rw-r--r--Stackerfile.yml2
-rw-r--r--package.json2
-rw-r--r--sandstorm-pkgdef.capnp4
4 files changed, 14 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df90b37c..1ae341aa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+# v2.51 2019-03-21 Wekan release
+
+This release fixes the following bugs:
+
+- [Fix Unable to change board card title (=Board name) at Templates page](https://github.com/wekan/wekan/issues/2275).
+ and [Unable to change card title in Template](https://github.com/wekan/wekan/issues/2268) part 2.
+ Thanks to andresmanelli.
+
+Thanks to above GitHub users for their contributions.
+
# v2.50 2019-03-21 Wekan release
This release fixes the following bugs:
diff --git a/Stackerfile.yml b/Stackerfile.yml
index cdf1bbd4..ac51f599 100644
--- a/Stackerfile.yml
+++ b/Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
-appVersion: "v2.50.0"
+appVersion: "v2.51.0"
files:
userUploads:
- README.md
diff --git a/package.json b/package.json
index a6be805e..bfc69a89 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "wekan",
- "version": "v2.50.0",
+ "version": "v2.51.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 6d46fe0f..bddd161e 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 = 252,
+ appVersion = 253,
# Increment this for every release.
- appMarketingVersion = (defaultText = "2.50.0~2019-03-21"),
+ appMarketingVersion = (defaultText = "2.51.0~2019-03-21"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,