diff --git a/CHANGELOG b/CHANGELOG index 735cad9..fadabd7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ **Changelog** +2.0.8 2017-08-24 +- Update to movim 0.11 git2017-08-24 + 2.0.7 2017-06-08 - Update to movim 0.11 git2017-06-08 diff --git a/README.md b/README.md index 06bc4a5..ccb413c 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.11 git2017-06-08 +Provided Movim version : 0.11 git2017-08-24 Please read CHANGELOG. diff --git a/scripts/_common.sh b/scripts/_common.sh index 7b68b83..96d7b5b 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="542e58e424f84022cd08e3caa8ce5de841a94899" +HEAD_COMMIT="73faa0ae703836108677201ae0e63c4a740cef8b" # Source code destination directory DESTDIR="/var/www/movim"