mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
v0.31
This commit is contained in:
parent
7e0bcacf91
commit
c0f67eb99b
5 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Upcoming Wekan release
|
# v0.31 2017-07-30 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
|
|
@ -10,7 +10,7 @@ and fixes the following bugs:
|
||||||
* [FIX SECURITY ISSUE Files accessible without authentication](https://github.com/wekan/wekan/issues/1105);
|
* [FIX SECURITY ISSUE Files accessible without authentication](https://github.com/wekan/wekan/issues/1105);
|
||||||
* [Fix showing card activity history in IE11](https://github.com/wekan/wekan/pull/1152).
|
* [Fix showing card activity history in IE11](https://github.com/wekan/wekan/pull/1152).
|
||||||
|
|
||||||
Thanks to GitHub users GhassenRjab and nztqa for their contributions.
|
Thanks to GitHub users dwrensha, GhassenRjab and nztqa for their contributions.
|
||||||
|
|
||||||
# v0.30 2017-07-27 Wekan release
|
# v0.30 2017-07-27 Wekan release
|
||||||
|
|
||||||
|
|
|
||||||
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2014-2016 The Wekan Team
|
Copyright (c) 2014-2017 The Wekan Team
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "0.30.0",
|
"version": "0.31.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.18.0~2017-04-02"),
|
appMarketingVersion = (defaultText = "0.31.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.30-SNAPSHOT"
|
version: "0.31-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