From 519c0f80fbde3282387b2ede78f7ac1699aabf05 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sun, 18 Dec 2016 17:38:08 +0100 Subject: [PATCH] Release 1.1.3 --- CHANGELOG.md | 5 +++++ app/Config/bootstrap.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4832085..cce8fc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Changes with 1.1.3 + +### Bug / Security fixes: +* Revert the pull request #236 because it introduces instabilities with the database + # Changes with 1.1.2 #### New features: diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index cc4f37e..9852c7c 100644 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -114,7 +114,7 @@ /** * Sonerezh constants declarations */ -define('SONEREZH_VERSION', 'v1.1.2'); +define('SONEREZH_VERSION', 'v1.1.3'); define('THUMBNAILS_DIR', 'thumbnails'); define('RESIZED_DIR', IMAGES.'resized'.DS); define('AVATARS_DIR', 'avatars');