mirror of
https://github.com/wekan/wekan.git
synced 2026-01-31 05:35:16 +01:00
Merge branch 'edge' into meteor-1.8
This commit is contained in:
commit
0b841f2e05
4 changed files with 12 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -157,8 +157,6 @@ BlazeComponent.extendComponent({
|
|||
|
||||
DocHead.setTitle(productName);
|
||||
|
||||
saveMailServerInfo();
|
||||
|
||||
},
|
||||
|
||||
sendSMTPTestEmail() {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "v1.89.0",
|
||||
"version": "v1.90.0",
|
||||
"description": "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 = 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue