This commit is contained in:
Lauri Ojansivu 2019-06-29 10:11:14 -04:00
parent 31e801cc39
commit 8c23d12487
4 changed files with 24 additions and 6 deletions

View file

@ -1,3 +1,21 @@
# v2.94 2019-06-29 Wekan release
This release adds the following updates:
- [Prettier & eslint project style update](https://github.com/wekan/wekan/pull/2520).
Thanks to justinr1234.
Thanks to above GitHub users for their contributions and translators for their translations.
# v2.93 2019-06-28 Wekan release
This release fixes the following bugs:
- [LDAP: Check if email attribute is an array, that has many email addresses](https://github.com/wekan/wekan/pull/2519).
Thanks to tdemaret and xet7.
Thanks to above GitHub users for their contributions and translators for their translations.
# v2.92 2019-06-27 Wekan release # v2.92 2019-06-27 Wekan release
This release fixes the following bugs: This release fixes the following bugs:

View file

@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v2.92.0" appVersion: "v2.94.0"
files: files:
userUploads: userUploads:
- README.md - README.md

View file

@ -1,6 +1,6 @@
{ {
"name": "wekan", "name": "wekan",
"version": "v2.92.0", "version": "v2.94.0",
"description": "Open-Source kanban", "description": "Open-Source kanban",
"private": true, "private": true,
"scripts": { "scripts": {

View file

@ -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 = 294, appVersion = 296,
# Increment this for every release. # Increment this for every release.
appMarketingVersion = (defaultText = "2.92.0~2019-06-27"), appMarketingVersion = (defaultText = "2.94.0~2019-06-29"),
# Human-readable presentation of the app version. # Human-readable presentation of the app version.
minUpgradableAppVersion = 0, minUpgradableAppVersion = 0,