From c6ab28a3cefadedbb22c6179f9fb7eac6b7c7db6 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Aug 2019 23:15:38 +0300 Subject: [PATCH] v3.04 --- .meteor-1.6-snap/package.json | 2 +- CHANGELOG.md | 11 +++++++++++ Stackerfile.yml | 2 +- package.json | 2 +- sandstorm-pkgdef.capnp | 4 ++-- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.meteor-1.6-snap/package.json b/.meteor-1.6-snap/package.json index 3569360fd..d2c315aa9 100644 --- a/.meteor-1.6-snap/package.json +++ b/.meteor-1.6-snap/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.03.0", + "version": "v3.04.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c5c70b7..37a2b84b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v3.04 2019-08-06 Wekan release + +This release fixes the following bugs: + +- [Fixed Snap: Use Meteor 1.6.0.1 dependencies on Snap on master branch](https://github.com/wekan/wekan/commit/74a4b28313e9cfedcb927e4496c0dd3800b1e6f9). + Thanks to xet7. +- [Hide Admin Panel user delete button until someone has time to fix it](https://github.com/wekan/wekan/commit/b9a25ecfaca067d0392c83d97a0deb65e6e296dd). + Thanks to xet7. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v3.03 2019-08-04 Wekan release This release adds the following new features: diff --git a/Stackerfile.yml b/Stackerfile.yml index 204dc053e..ddfb2ca6a 100644 --- a/Stackerfile.yml +++ b/Stackerfile.yml @@ -1,5 +1,5 @@ appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928 -appVersion: "v3.03.0" +appVersion: "v3.04.0" files: userUploads: - README.md diff --git a/package.json b/package.json index 03ed5b41a..e624abb1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wekan", - "version": "v3.03.0", + "version": "v3.04.0", "description": "Open-Source kanban", "private": true, "scripts": { diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp index d08f46306..19f62d6e9 100644 --- a/sandstorm-pkgdef.capnp +++ b/sandstorm-pkgdef.capnp @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = ( appTitle = (defaultText = "Wekan"), # The name of the app as it is displayed to the user. - appVersion = 305, + appVersion = 306, # Increment this for every release. - appMarketingVersion = (defaultText = "3.03.0~2019-08-04"), + appMarketingVersion = (defaultText = "3.04.0~2019-08-06"), # Human-readable presentation of the app version. minUpgradableAppVersion = 0,