mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
v1.70
This commit is contained in:
parent
ddef1ea89c
commit
e3b3e8b8c6
3 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Upcoming Wekan release
|
# v1.70 2018-11-09 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
|
|
@ -11,7 +11,7 @@ and fixes the following bugs:
|
||||||
- isCommentOnly and isNoComments are now optional
|
- isCommentOnly and isNoComments are now optional
|
||||||
- Turn off import error checking, so something is imported anyway, and import does not stop at error.
|
- 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.
|
- 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.
|
- LDAP: Added INTERNAL_LOG_LEVEL. Fix lint and ldap group filter options. Thanks to Akuket.
|
||||||
|
|
||||||
Thanks to above mentioned GitHub users for their contributions.
|
Thanks to above mentioned GitHub users for their contributions.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "v1.69.0",
|
"version": "v1.70.0",
|
||||||
"description": "Open-Source kanban",
|
"description": "Open-Source kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appTitle = (defaultText = "Wekan"),
|
appTitle = (defaultText = "Wekan"),
|
||||||
# The name of the app as it is displayed to the user.
|
# The name of the app as it is displayed to the user.
|
||||||
|
|
||||||
appVersion = 172,
|
appVersion = 173,
|
||||||
# Increment this for every release.
|
# 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.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue