File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
1220This 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
Original file line number Diff line number Diff line change 116116/**
117117 * Sonerezh constants declarations
118118 */
119- define ('SONEREZH_VERSION ' , 'v1.2.5 ' );
119+ define ('SONEREZH_VERSION ' , 'v1.2.6 ' );
120120define ('THUMBNAILS_DIR ' , 'thumbnails ' );
121121define ('RESIZED_DIR ' , IMAGES .'resized ' .DS );
122122define ('AVATARS_DIR ' , 'avatars ' );
You can’t perform that action at this time.
0 commit comments