From a3a71621574d2bf8635496d31fd3c57fbb0d3792 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Mon, 27 Aug 2018 18:55:54 +0200 Subject: [PATCH] Release 1.2.2 --- CHANGELOG.md | 8 ++++++++ app/Config/bootstrap.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d0041..3793c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Changes with 1.2.2 + +Fix a bug introduced with CakePHP 2.10 upgrade. + +#### Bug / Security fixes + +* Fix #341: /import request black-holed + # Changes with 1.2.1 This is a maintenance release with no changes for the end users. diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index 79d3108..4ea0e11 100755 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -114,7 +114,7 @@ /** * Sonerezh constants declarations */ -define('SONEREZH_VERSION', 'v1.2.1'); +define('SONEREZH_VERSION', 'v1.2.2'); define('THUMBNAILS_DIR', 'thumbnails'); define('RESIZED_DIR', IMAGES.'resized'.DS); define('AVATARS_DIR', 'avatars');