From a2839c00ef51255260471cce78dc0b82f4f2426e Mon Sep 17 00:00:00 2001 From: src386 Date: Fri, 5 Aug 2016 09:15:53 +0200 Subject: [PATCH] update to movim 0.10 git2016-08-05 --- CHANGELOG | 5 ++++- README.md | 2 +- scripts/_common.sh | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c82330a..04f2d3e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,12 @@ **Changelog** +2.0.1 2016-08-05 +- Update to movim 0.10 git2016-08-05 + 2.0 2016-07-12 - Major code improvement thanks to @jeromelebleu, #28 : - Download and update source code using git (fixed HEAD COMMIT though) - Make use of new YunoHost helpers coming with the 2.4 version - Redirect to the SSO on logging out - YunoHost 2.4 helpers backport if 2.2 detected (_helpers.sh) -- Update to movim 0.9 git 2016-07-12 +- Update to movim 0.9 git2016-07-12 diff --git a/README.md b/README.md index 576c273..7934bdf 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Movim is a decentralized social network, written in PHP and HTML5 and based on t It is recommended to use a "valid" certificate to use Movim, auto-signed is sometimes problematic. You might want to take a look a StartSSL or Let's Encrypt. -Provided Movim version : 0.9 git2016-07-12 +Provided Movim version : 0.10 git2016-08-05 Please read CHANGELOG. diff --git a/scripts/_common.sh b/scripts/_common.sh index 7d94a33..ed8d9c6 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ GIT_REPO="https://github.com/movim/movim" # Commit to checkout -HEAD_COMMIT="d3dbc7a904d3e3c372afecd1725b47a9ddda227a" +HEAD_COMMIT="2f50870f8bd55dbdfaada5418a6424faf3b17b39" # Source code destination directory DESTDIR="/var/www/movim"