v1.11.1-rc1 Wekan prerelease.

This commit is contained in:
Lauri Ojansivu 2017-02-10 18:02:19 +02:00
parent 1e5fd0539f
commit dcad6bd550
3 changed files with 10 additions and 6 deletions

View file

@ -1,10 +1,14 @@
# v0.11.1 Upcoming Wekan release # v0.11.1-rc1 2017-02-10 Wekan prerelease
2017-01-29 mquandalle gave Wekan access to xet7, 2017-01-29 mquandalle gave Wekan access to xet7,
so at 2017-01-31 xet7 started merging Wefork back to Wekan. so at 2017-01-31 xet7 started merging Wefork back to Wekan.
At 2017-02-03 all Wefork code and pull requests are now At 2017-02-03 all Wefork code and pull requests are now
merged back to Wekan. merged back to Wekan.
Known bugs:
* https://github.com/wekan/wekan/issues/785
* https://github.com/wekan/wekan/issues/784
This release adds the following supported platforms: This release adds the following supported platforms:
* Docker; * Docker;

View file

@ -4,7 +4,7 @@
"repository": "https://github.com/wekan/wekan", "repository": "https://github.com/wekan/wekan",
"logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png", "logo": "https://raw.githubusercontent.com/wekan/wekan/master/meta/icons/wekan-150.png",
"keywords": ["productivity", "tool", "team", "kanban"], "keywords": ["productivity", "tool", "team", "kanban"],
"website": "http://wekan.io", "website": "https://wekan.io",
"env": { "env": {
"BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git", "BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git",
"ROOT_URL": { "ROOT_URL": {

View file

@ -1,6 +1,6 @@
{ {
"name": "wekan", "name": "wekan",
"version": "0.11.0", "version": "0.11.1-rc1",
"description": "The open-source Trello-like kanban", "description": "The open-source Trello-like kanban",
"private": true, "private": true,
"scripts": { "scripts": {
@ -9,13 +9,13 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/wefork/wekan.git" "url": "git+https://github.com/wekan/wekan.git"
}, },
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/wefork/wekan/issues" "url": "https://github.com/wekan/wekan/issues"
}, },
"homepage": "https://github.com/wefork/wekan", "homepage": "https://github.com/wekan/wekan",
"devDependencies": { "devDependencies": {
"eslint": "^2.0.0" "eslint": "^2.0.0"
}, },