Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lGuillaume124 committed Aug 26, 2018
1 parent 703e513 commit 9519574
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changes with 1.2.1

This is a maintenance release with no changes for the end users.

* The CakePHP dependency is now managed with Composer (close #85)
* The documentation and the website repositories have been merged into the main
one to simplify the maintenance
* The default CakePHP favicon is replaced by the Sonerezh icon

# Changes with 1.2.0

This new release backport stuff from the main fork of Sonerezh. A big thanks to
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.0');
define('SONEREZH_VERSION', 'v1.2.1');
define('THUMBNAILS_DIR', 'thumbnails');
define('RESIZED_DIR', IMAGES.'resized'.DS);
define('AVATARS_DIR', 'avatars');
Expand Down

0 comments on commit 9519574

Please sign in to comment.