Skip to content

Commit

Permalink
Released v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Jan 11, 2016
1 parent b9dcb50 commit 3751e6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

#### v0.3.1
- [Added] Added compatibility with the PimpMyMatrix plugin
- [Improved] Improved layout of buttons on the field layout designer
- [Improved] Changed vertical alignment of the edit button to the top for long named fields

#### v0.3.0
- [Added] Added ability to edit and delete current fields ([\#3](https://github.com/benjamminf/craft-quick-field/issues/3))
- [Added] Added plugin icon
Expand Down
2 changes: 1 addition & 1 deletion quickfield/QuickFieldPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function getDescription()

function getVersion()
{
return '0.3.0';
return '0.3.1';
}

public function getSchemaVersion()
Expand Down

0 comments on commit 3751e6b

Please sign in to comment.