Skip to content

Commit

Permalink
Released v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamminf committed Dec 22, 2015
1 parent 1918160 commit 423f4ca
Show file tree
Hide file tree
Showing 3 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.0
- [Added] Added ability to edit and delete current fields ([\#3](https://github.com/benjamminf/craft-quick-field/issues/3))
- [Added] Added plugin icon
- [Fixed] Now prevents modal from closing when saving (and deleting)

#### v0.2.2
- [Fixed] Fixed issues with certain third-party field types where their Javascript wasn't executing correctly
- [Added] Added release feed for convenient updating
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.2.2';
return '0.3.0';
}

public function getSchemaVersion()
Expand Down
Binary file modified screenshots/screenshot-01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 423f4ca

Please sign in to comment.