diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ee482..893f49f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.6] - 2019-09-29 + +This is a minor release to upgrade CakePHP 2.10 and add support for PHP 7.3. + +### Fixed + +* Fix #372: Compatibility with PHP 7.3 + ## [1.2.5] - 2019-02-05 This release fixes some little bugs and add a booster to the "import" function @@ -228,4 +236,4 @@ Improvements: [Unreleased]: https://github.com/Sonerezh/sonerezh/compare/1.2.4...HEAD [1.2.4]: https://github.com/Sonerezh/sonerezh/compare/1.2.3...1.2.4 -[1.2.5]: https://github.com/Sonerezh/sonerezh/compare/1.2.4...1.2.5 \ No newline at end of file +[1.2.5]: https://github.com/Sonerezh/sonerezh/compare/1.2.4...1.2.5 diff --git a/app/Config/bootstrap.php b/app/Config/bootstrap.php index 8db6b52..2cec930 100755 --- a/app/Config/bootstrap.php +++ b/app/Config/bootstrap.php @@ -116,7 +116,7 @@ /** * Sonerezh constants declarations */ -define('SONEREZH_VERSION', 'v1.2.5'); +define('SONEREZH_VERSION', 'v1.2.6'); define('THUMBNAILS_DIR', 'thumbnails'); define('RESIZED_DIR', IMAGES.'resized'.DS); define('AVATARS_DIR', 'avatars');