Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lGuillaume124 committed Sep 16, 2018
1 parent 2e401e0 commit 92ce87b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# Unreleased
# Changelog

### Fixes
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.2.4] - 2018-09-16

### Fixed

* Fix #343: Error on CLI import

### Changes
### Changed

* Use composer for GetID3 package as well
* Move the composer install path from `Vendor` to `app/Vendor`
* Use [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) to format the
changelog
* Add installation instructions using git in the README.md

# Changes with 1.2.3

Expand Down Expand Up @@ -197,3 +209,6 @@ Improvements:
* Fix #19: Unable to add songs to playlist from search results screen (Thanks to Cr33p)
* Fix #8 #71: Length path limitation (Thanks to maximelebastard)
* Fix #3: Avconv and FFmpeg

[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
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.3');
define('SONEREZH_VERSION', 'v1.2.4');
define('THUMBNAILS_DIR', 'thumbnails');
define('RESIZED_DIR', IMAGES.'resized'.DS);
define('AVATARS_DIR', 'avatars');
Expand Down

0 comments on commit 92ce87b

Please sign in to comment.