Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lGuillaume124 committed Aug 28, 2018
1 parent 32a834c commit fe30273
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Changes with 1.2.3

Fix a bug introduced with CakePHP 2.10 upgrade.

#### Bug / Security fixes

* Fix #342: HTTP ERROR 500 for 1.22

# Changes with 1.2.2

Fix a bug introduced with CakePHP 2.10 upgrade.
Expand Down
2 changes: 1 addition & 1 deletion app/Config/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
/**
* Sonerezh constants declarations
*/
define('SONEREZH_VERSION', 'v1.2.2');
define('SONEREZH_VERSION', 'v1.2.3');
define('THUMBNAILS_DIR', 'thumbnails');
define('RESIZED_DIR', IMAGES.'resized'.DS);
define('AVATARS_DIR', 'avatars');
Expand Down

0 comments on commit fe30273

Please sign in to comment.