Skip to content

Commit

Permalink
Released v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Apr 2, 2016
1 parent 4dc0b84 commit 72145fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

#### v0.2.1
- `Added` Added support for eager loading
- `Fixed` Fix issue where some saved field values wouldn't load inside a Neo block

#### v0.2.0
- `Added` Added support for the Reasons plugin

Expand Down
2 changes: 1 addition & 1 deletion neo/NeoPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function getDescription()

function getVersion()
{
return '0.2.0';
return '0.2.1';
}

public function getCraftMinimumVersion()
Expand Down

0 comments on commit 72145fb

Please sign in to comment.