mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
v0.32
This commit is contained in:
parent
417bce5a01
commit
d7c8f5242f
4 changed files with 8 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# v0.31 2017-07-30 Wekan release
|
# v0.32 2017-07-30 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
|
|
@ -12,6 +12,10 @@ and fixes the following bugs:
|
||||||
|
|
||||||
Thanks to GitHub users dwrensha, GhassenRjab and nztqa for their contributions.
|
Thanks to GitHub users dwrensha, GhassenRjab and nztqa for their contributions.
|
||||||
|
|
||||||
|
# v0.31 2017-07-30 Wekan release
|
||||||
|
|
||||||
|
* This was broken, having lint errors.
|
||||||
|
|
||||||
# v0.30 2017-07-27 Wekan release
|
# v0.30 2017-07-27 Wekan release
|
||||||
|
|
||||||
SECURITY ISSUE [Files accessible without authentication](https://github.com/wekan/wekan/issues/1105)
|
SECURITY ISSUE [Files accessible without authentication](https://github.com/wekan/wekan/issues/1105)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "0.31.0",
|
"version": "0.32.0",
|
||||||
"description": "The open-source Trello-like kanban",
|
"description": "The open-source Trello-like kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ const pkgdef :Spk.PackageDefinition = (
|
||||||
appVersion = 20,
|
appVersion = 20,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "0.31.0~2017-07-30"),
|
appMarketingVersion = (defaultText = "0.32.0~2017-07-30"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
name: wekan
|
name: wekan
|
||||||
version: "0.31-SNAPSHOT"
|
version: "0.32-SNAPSHOT"
|
||||||
summary: The open-source Trello-like kanban
|
summary: The open-source Trello-like kanban
|
||||||
description: |
|
description: |
|
||||||
Wekan is an open-source and collaborative kanban board application.
|
Wekan is an open-source and collaborative kanban board application.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue