This commit is contained in:
Lauri Ojansivu 2018-11-09 21:44:50 +02:00
parent ddef1ea89c
commit e71c267014
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# Upcoming Wekan release
# v1.70 2018-11-09 Wekan release
This release adds the following new features:
@ -11,7 +11,7 @@ and fixes the following bugs:
- isCommentOnly and isNoComments are now optional
- Turn off import error checking, so something is imported anyway, and import does not stop at error.
- Now most of Sandstorm export do import to Standalone Wekan, but some of imported cards, dates etc are missing.
- Sandstorm Import Wekan board warning messages are now translateable.
- Sandstorm Import Wekan board warning messages are now translateable. But bug "Board not found" still exists.
- LDAP: Added INTERNAL_LOG_LEVEL. Fix lint and ldap group filter options. Thanks to Akuket.
Thanks to above mentioned GitHub users for their contributions.

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v1.69.0",
"version": "v1.70.0",
"description": "Open-Source 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 = 172,
appVersion = 173,
# Increment this for every release.
appMarketingVersion = (defaultText = "1.69.0~2018-11-03"),
appMarketingVersion = (defaultText = "1.70.0~2018-11-09"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,