Skip to content

Commit a32f97b

Browse files
author
Hubert Prein
committed
New release
1 parent 5f67d59 commit a32f97b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

AmFormsPlugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function getReleaseFeedUrl()
3333
*/
3434
public function getVersion()
3535
{
36-
return '1.3.8';
36+
return '1.4.0';
3737
}
3838

3939
/**

releases.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
[
2+
{
3+
"version": "1.4.0",
4+
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
5+
"date": "2016-04-25T10:00:00+01:00",
6+
"notes": [
7+
"[Added] License added.",
8+
"[Added] Namespaced inputs.",
9+
"[Added] While editing your form, you can quickly edit a field, with the new option in the field menu.",
10+
"[Improved] Display a sub navigation while navigating through the plugin.",
11+
"[Improved] Use block content rather than block main when editing a form, to follow Craft's 2.5 styling.",
12+
"[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.",
13+
"[Fixed] Honeypot W3C validation fix.",
14+
"[Fixed] No longer create 'Name' as a new field when installing the plugin. Using 'Full name' instead."
15+
]
16+
},
217
{
318
"version": "1.3.8",
419
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",

0 commit comments

Comments
 (0)