Skip to content

Commit

Permalink
Release 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lGuillaume124 committed Feb 5, 2019
1 parent 0e0f845 commit b71e276
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
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.5] - 2019-02-05

This release fixes some little bugs and add a booster to the "import" function
(big thanks to Nizhile). The metadata parsing is more than ten times faster
when the cover image tag is large. This should fix the "Maximum execution time"
error happening when you try to import files.

### Fixed

* Fix #354: Do not convert tags to HTML
Expand Down Expand Up @@ -221,3 +228,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
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.4');
define('SONEREZH_VERSION', 'v1.2.5');
define('THUMBNAILS_DIR', 'thumbnails');
define('RESIZED_DIR', IMAGES.'resized'.DS);
define('AVATARS_DIR', 'avatars');
Expand Down

0 comments on commit b71e276

Please sign in to comment.