Skip to content

Commit

Permalink
Release 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lGuillaume124 committed Sep 29, 2019
1 parent 85ff489 commit 203bfe1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
[1.2.5]: https://github.com/Sonerezh/sonerezh/compare/1.2.4...1.2.5
2 changes: 1 addition & 1 deletion app/Config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 203bfe1

Please sign in to comment.