mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
v1.26
This commit is contained in:
parent
acd105e61b
commit
193af893ee
3 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
This release fixes the following bugs:
|
||||
|
||||
- [Set WITH_API=true on Sandstorm, so that export works]((https://github.com/wekan/wekan/commit/a300b73d56750a1a5645767d375be60839314e84).
|
||||
- [Set WITH_API=true setting on Sandstorm, and so that export works](https://github.com/wekan/wekan/commit/a300b73d56750a1a5645767d375be60839314e84);
|
||||
- [Set Matomo blank settings on Sandstorm](https://github.com/wekan/wekan/commit/acd105e61b9dca5a78354047bbc23b0a01e71d8c).
|
||||
|
||||
Thanks to GitHub user xet7 for contributions.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "wekan",
|
||||
"version": "1.25.0",
|
||||
"version": "1.26.0",
|
||||
"description": "The open-source Trello-like kanban",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
|
|||
appTitle = (defaultText = "Wekan"),
|
||||
# The name of the app as it is displayed to the user.
|
||||
|
||||
appVersion = 110,
|
||||
appVersion = 111,
|
||||
# Increment this for every release.
|
||||
|
||||
appMarketingVersion = (defaultText = "1.25.0~2018-08-09"),
|
||||
appMarketingVersion = (defaultText = "1.26.0~2018-08-09"),
|
||||
# Human-readable presentation of the app version.
|
||||
|
||||
minUpgradableAppVersion = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue