From fe3027351118f9a5b8dcc5574792fb1df8c495c0 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Tue, 28 Aug 2018 11:20:24 +0200 Subject: [PATCH] Release 1.2.3 --- CHANGELOG.md | 8 ++++++++ app/Config/bootstrap.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3793c93..a2efd24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Changes with 1.2.3 + +Fix a bug introduced with CakePHP 2.10 upgrade. + +#### Bug / Security fixes + +* Fix #342: HTTP ERROR 500 for 1.22 + # Changes with 1.2.2 Fix a bug introduced with CakePHP 2.10 upgrade. diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index 4ea0e11..4f4e735 100755 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -114,7 +114,7 @@ /** * Sonerezh constants declarations */ -define('SONEREZH_VERSION', 'v1.2.2'); +define('SONEREZH_VERSION', 'v1.2.3'); define('THUMBNAILS_DIR', 'thumbnails'); define('RESIZED_DIR', IMAGES.'resized'.DS); define('AVATARS_DIR', 'avatars');