From 9519574ba66a3bd1d8c4d738d154c61fe3fbd545 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sun, 26 Aug 2018 11:55:41 +0200 Subject: [PATCH] Release 1.2.1 --- CHANGELOG.md | 9 +++++++++ app/Config/bootstrap.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd57c23..32d0041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Changes with 1.2.1 + +This is a maintenance release with no changes for the end users. + +* The CakePHP dependency is now managed with Composer (close #85) +* The documentation and the website repositories have been merged into the main + one to simplify the maintenance +* The default CakePHP favicon is replaced by the Sonerezh icon + # Changes with 1.2.0 This new release backport stuff from the main fork of Sonerezh. A big thanks to diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index c681597..79d3108 100755 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -114,7 +114,7 @@ /** * Sonerezh constants declarations */ -define('SONEREZH_VERSION', 'v1.2.0'); +define('SONEREZH_VERSION', 'v1.2.1'); define('THUMBNAILS_DIR', 'thumbnails'); define('RESIZED_DIR', IMAGES.'resized'.DS); define('AVATARS_DIR', 'avatars');