Skip to content

Commit 203bfe1

Browse files
committed
Release 1.2.6
1 parent 85ff489 commit 203bfe1

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.6] - 2019-09-29
11+
12+
This is a minor release to upgrade CakePHP 2.10 and add support for PHP 7.3.
13+
14+
### Fixed
15+
16+
* Fix #372: Compatibility with PHP 7.3
17+
1018
## [1.2.5] - 2019-02-05
1119

1220
This release fixes some little bugs and add a booster to the "import" function
@@ -228,4 +236,4 @@ Improvements:
228236

229237
[Unreleased]: https://github.com/Sonerezh/sonerezh/compare/1.2.4...HEAD
230238
[1.2.4]: https://github.com/Sonerezh/sonerezh/compare/1.2.3...1.2.4
231-
[1.2.5]: https://github.com/Sonerezh/sonerezh/compare/1.2.4...1.2.5
239+
[1.2.5]: https://github.com/Sonerezh/sonerezh/compare/1.2.4...1.2.5

app/Config/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
/**
117117
* Sonerezh constants declarations
118118
*/
119-
define('SONEREZH_VERSION', 'v1.2.5');
119+
define('SONEREZH_VERSION', 'v1.2.6');
120120
define('THUMBNAILS_DIR', 'thumbnails');
121121
define('RESIZED_DIR', IMAGES.'resized'.DS);
122122
define('AVATARS_DIR', 'avatars');

0 commit comments

Comments
 (0)