From 40c73cfc0a4d2b720438e48f9ee0564ebb938d40 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Thu, 10 Sep 2015 19:19:01 +0200 Subject: [PATCH] Mention Heroku one-click-install on the release notes --- History.md | 9 ++++----- app.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/History.md b/History.md index ce02c1d4a..ddf7032f1 100644 --- a/History.md +++ b/History.md @@ -18,11 +18,10 @@ security. It also features the following improvements: * The possibility to restore archived boards, lists, and cards. Starting from this release we will also distribute official docker images on -both the -[GitHub release page](https://github.com/wekan/wekan/releases) -and on the -[DockerHub](https://hub.docker.com/r/mquandalle/wekan). We also improved -Sandstorm integration with the support of its build-in sharing model. +both the [GitHub release page](https://github.com/wekan/wekan/releases) and on +the [DockerHub](https://hub.docker.com/r/mquandalle/wekan). We also configured +Heroku one-click install and improved Sandstorm integration with the integration +of its build-in sharing model. New languages supported: Chinese, Finnish, Spanish, Korean, and Russian. diff --git a/app.json b/app.json index ea4c1a6fb..2bf5cf37b 100644 --- a/app.json +++ b/app.json @@ -8,7 +8,7 @@ "env": { "BUILDPACK_URL": "https://github.com/AdmitHub/meteor-buildpack-horse.git", "ROOT_URL": { - "description": "IMPORTANT! Please replace with the value provided on the top. This will be the full URL of your Rocket.Chat app.", + "description": "IMPORTANT! Please replace with the value provided on the top. This will be the full URL of your Wekan app.", "value": "https://.herokuapp.com" } },