This commit is contained in:
Lauri Ojansivu 2018-08-09 13:15:53 +03:00
parent b5022529ac
commit ae5ea46d7f
3 changed files with 14 additions and 7 deletions

View file

@ -1,12 +1,19 @@
# Upcoming Wekan release
# v1.24 2018-08-09 Wekan release
This release fixes the following bugs:
This release add the following new features:
- [Update node to v8.12.0 prerelease build](https://github.com/wekan/wekan/commit/04d7c47f4ca990311079be8dd6dc383448ee342f).
and fixes the following bugs:
- [Enable Wekan API by default, so that Export Board to JSON works](https://github.com/wekan/wekan/commit/b2eeff96977592deaeb23a8171fc3b13f8c6c5dc);
- [Fix the flagging of dates](https://github.com/wekan/wekan/pull/1814);
- [Use new WITH_API and Matomo env variables at Dockerfile](https://github.com/wekan/wekan/issues/1820).
- [Use new WITH_API and Matomo env variables at Dockerfile](https://github.com/wekan/wekan/issues/1820);
- For OpenShift compliance, [change](https://github.com/wekan/wekan/commit/53d545eeef7e796bd910f7cce666686ca05de544)
[run user](https://github.com/wekan/wekan/pull/1816)
and [Docker internal port to 8080](https://github.com/wekan/wekan/commit/95b21943ee7a9fa5a27efe5276307febc2fbad94).
Thanks to GitHub users rjevnikar, xadagaras and xet7 for their contributions.
Thanks to GitHub users rjevnikar, tdemaret, xadagaras and xet7 for their contributions.
# v1.23 2018-07-30 Wekan release

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "1.23.0",
"version": "1.24.0",
"description": "The open-source Trello-like kanban",
"private": true,
"scripts": {

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 108,
appVersion = 109,
# Increment this for every release.
appMarketingVersion = (defaultText = "1.23.0~2018-07-30"),
appMarketingVersion = (defaultText = "1.24.0~2018-08-09"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,