Merge branch 'edge' into meteor-1.8

This commit is contained in:
Lauri Ojansivu 2018-12-15 22:03:10 +02:00
commit 0b841f2e05
4 changed files with 12 additions and 5 deletions

View file

@ -1,3 +1,12 @@
# v1.90 2018-12-15 Wekan release
This release fixes the following bugs:
- [Remove not working duplicate saveMailServerInfo](https://github.com/wekan/wekan/commit/ab031d9da134aa13490a26dbe97ad2d7d01d534a),
to remove error from browser dev tools console.
Thanks to GitHub user xet7 for contributions.
# v1.89 2018-12-15 Wekan release
This release adds the following new features:

View file

@ -157,8 +157,6 @@ BlazeComponent.extendComponent({
DocHead.setTitle(productName);
saveMailServerInfo();
},
sendSMTPTestEmail() {

View file

@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v1.89.0",
"version": "v1.90.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 = 191,
appVersion = 192,
# Increment this for every release.
appMarketingVersion = (defaultText = "1.89.0~2018-12-15"),
appMarketingVersion = (defaultText = "1.90.0~2018-12-15"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,