Skip to content

Commit

Permalink
Released v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Apr 28, 2016
1 parent 39449d3 commit a316c20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

#### v1.0.1
- `Added` Added ability to query against block level in templates, like with categories and structure sections

#### v1.0.0
- `Added` Added support for the Quick Field plugin
- `Added` Added "Top Level" block type setting for hiding blocks from the main button row
Expand Down
4 changes: 2 additions & 2 deletions neo/NeoPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function getDescription()

public function getVersion()
{
return '1.0.0';
return '1.0.1';
}

public function getCraftMinimumVersion()
Expand All @@ -32,7 +32,7 @@ public function getCraftMinimumVersion()

public function getSchemaVersion()
{
return '1.0.0';
return '1.0.1';
}

public function getDeveloper()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craft-neo",
"version": "1.0.0",
"version": "1.0.1",
"description": "A Matrix-like field type that uses existing fields",
"main": "webpack.config.js",
"scripts": {
Expand Down

0 comments on commit a316c20

Please sign in to comment.