Skip to content

Commit

Permalink
Bump version and upgrade CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepat committed Jan 14, 2014
1 parent a07641d commit d9d8d47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.0.9
_Jan 14 2014_

* bug fixes
- [#26] Prevent impossible moves to the left or right. Now moving a node too
further to the left or right raises a `MoveNotPossibleException`. Thanks to
@ziadoz for spotting this issue and providing a patch.

* enhancenments
- [#5] Implement `toHierarchy` method which returns a nested collection
representing the queried tree. Great thanks go to @Surt for his patch on this.
- Add a static `all` method which works as the regular `Eloquent\Model::all`
method but sorts for the `lft` column.

## 1.0.8
_Oct 11 2013_

Expand Down
2 changes: 1 addition & 1 deletion src/Baum/BaumServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BaumServiceProvider extends ServiceProvider {
*
* @var string
*/
const VERSION = '1.0.8';
const VERSION = '1.0.9';

/**
* Indicates if loading of the provider is deferred.
Expand Down

0 comments on commit d9d8d47

Please sign in to comment.