mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
v1.55.1
This commit is contained in:
parent
a168f885d9
commit
73edfd90a6
3 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# Upcoming Wekan Edge release
|
||||
# v1.55.1 2018-10-16 Wekan Edge release
|
||||
|
||||
This release adds the following new features:
|
||||
|
||||
|
@ -6,6 +6,7 @@ This release adds the following new features:
|
|||
|
||||
and fixes the following bugs:
|
||||
|
||||
- [LDAP: Include missing LDAP PR so that LDAP works](https://github.com/wekan/wekan-ldap/pull/6);
|
||||
- [Improve notifications](https://github.com/wekan/wekan/pull/1948);
|
||||
- [Fix deleting Custom Fields, removing broken references](https://github.com/wekan/wekan/issues/1872);
|
||||
- [Fix vertical text for swimlanes in IE11](https://github.com/wekan/wekan/issues/1798);
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v1.53.9",
|
||||
"version": "v1.55.1",
|
||||
"description": "The open-source kanban",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
|||
appTitle = (defaultText = "Wekan"),
|
||||
# The name of the app as it is displayed to the user.
|
||||
|
||||
appVersion = 153,
|
||||
appVersion = 156,
|
||||
# Increment this for every release.
|
||||
|
||||
appMarketingVersion = (defaultText = "1.53.9~2018-10-11"),
|
||||
appMarketingVersion = (defaultText = "1.55.1~2018-10-16"),
|
||||
# Human-readable presentation of the app version.
|
||||
|
||||
minUpgradableAppVersion = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue