mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
v1.22
This commit is contained in:
parent
01c12d7abc
commit
43c38f87a5
3 changed files with 8 additions and 6 deletions
|
@ -1,11 +1,13 @@
|
||||||
# Upcoming Wekan release
|
# v1.22 2018-07-30 Wekan release
|
||||||
|
|
||||||
This release adds the following new features:
|
This release adds the following new features:
|
||||||
|
|
||||||
- [Backup script now uses mongodump from snap to
|
- [Backup script now uses mongodump from snap to
|
||||||
do backups](https://github.com/wekan/wekan/wiki/Backup).
|
do backups](https://github.com/wekan/wekan/wiki/Backup);
|
||||||
|
- [Integration of Matomo](https://github.com/wekan/wekan/pull/1806);
|
||||||
|
- [Enable/Disable API with env var](https://github.com/wekan/wekan/pull/1799).
|
||||||
|
|
||||||
Thanks to GitHub user Akuket for contributions.
|
Thanks to GitHub user Akuket and xet7 for their contributions.
|
||||||
|
|
||||||
# v1.21 2018-07-18 Wekan release
|
# v1.21 2018-07-18 Wekan release
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "wekan",
|
"name": "wekan",
|
||||||
"version": "1.21.0",
|
"version": "1.22.0",
|
||||||
"description": "The open-source Trello-like kanban",
|
"description": "The open-source Trello-like kanban",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -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 = 106,
|
appVersion = 107,
|
||||||
# Increment this for every release.
|
# Increment this for every release.
|
||||||
|
|
||||||
appMarketingVersion = (defaultText = "1.21.0~2018-07-18"),
|
appMarketingVersion = (defaultText = "1.22.0~2018-07-30"),
|
||||||
# Human-readable presentation of the app version.
|
# Human-readable presentation of the app version.
|
||||||
|
|
||||||
minUpgradableAppVersion = 0,
|
minUpgradableAppVersion = 0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue