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');