Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
Hubert Prein committed Apr 25, 2016
1 parent 5f67d59 commit a32f97b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AmFormsPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function getReleaseFeedUrl()
*/
public function getVersion()
{
return '1.3.8';
return '1.4.0';
}

/**
Expand Down
15 changes: 15 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[
{
"version": "1.4.0",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2016-04-25T10:00:00+01:00",
"notes": [
"[Added] License added.",
"[Added] Namespaced inputs.",
"[Added] While editing your form, you can quickly edit a field, with the new option in the field menu.",
"[Improved] Display a sub navigation while navigating through the plugin.",
"[Improved] Use block content rather than block main when editing a form, to follow Craft's 2.5 styling.",
"[Improved] The plugin no longer decides what advanced fields are. Every other Field Type that is not supported by displayField / displayForm, is listed in the advanced section now.",
"[Fixed] Honeypot W3C validation fix.",
"[Fixed] No longer create 'Name' as a new field when installing the plugin. Using 'Full name' instead."
]
},
{
"version": "1.3.8",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
Expand Down

0 comments on commit a32f97b

Please sign in to comment.