Browse Source

Merge branch 'edge' into meteor-1.8

Lauri Ojansivu 6 years ago
parent
commit
0b841f2e05
4 changed files with 12 additions and 5 deletions
  1. 9 0
      CHANGELOG.md
  2. 0 2
      client/components/settings/settingBody.js
  3. 1 1
      package.json
  4. 2 2
      sandstorm-pkgdef.capnp

+ 9 - 0
CHANGELOG.md

@@ -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
 # v1.89 2018-12-15 Wekan release
 
 
 This release adds the following new features:
 This release adds the following new features:

+ 0 - 2
client/components/settings/settingBody.js

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

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
   "name": "wekan",
   "name": "wekan",
-  "version": "v1.89.0",
+  "version": "v1.90.0",
   "description": "Open-Source kanban",
   "description": "Open-Source kanban",
   "private": true,
   "private": true,
   "scripts": {
   "scripts": {

+ 2 - 2
sandstorm-pkgdef.capnp

@@ -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 = 191,
+    appVersion = 192,
     # Increment this for every release.
     # 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.
     # Human-readable presentation of the app version.
 
 
     minUpgradableAppVersion = 0,
     minUpgradableAppVersion = 0,