-
Notifications
You must be signed in to change notification settings - Fork 21
/
releases.json
148 lines (148 loc) · 6.92 KB
/
releases.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
[
{
"version": "1.9.0",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2018-05-04T11:23:00+01:00",
"notes": [
"[Added] New action (and settings) to clean up submissions after a certain date."
]
},
{
"version": "1.8.0",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2018-02-27T16:30:00+01:00",
"notes": [
"[Added] Added author for submissions.",
"[Added] Added verify antispam event.",
"[Improved] Display submission information in Craft's way.",
"[Improved] Allow requests from external sources e.g. mobile apps.",
"[Fixed] Fix submission recipients when using a field within the settings.",
"[Fixed] Fix reply to email address on empty"
]
},
{
"version": "1.7.0",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2017-06-12T10:00:00+01:00",
"notes": [
"[Added] Add onBeforeDeleteSubmission and onDeleteSubmission events.",
"[Added] Added support for multiple reCAPTCHA's on one page.",
"[Added] Submission confirmation events.",
"[Added] German translations.",
"[Improved] Remove jQuery from datetime fields.",
"[Fixed] Remove the export action if the user does not have the userrights for it.",
"[Fixed] Export criteria fix."
]
},
{
"version": "1.6.1",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2016-10-25T10:00:00+01:00",
"notes": [
"[Fixed] Fixed pull request that missed an attribute in the form record."
]
},
{
"version": "1.6.0",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2016-10-18T10:00:00+01:00",
"notes": [
"[Added] New field type: hidden field.",
"[Added] Existing forms can now be saved as a new form.",
"[Added] New tab added when you edit a form, to see which entry uses the form.",
"[Added] Visual indication of which fields support tags / attributes. A popup is now available to those fields.",
"[Added] Added confirmation email functionality, that is able to use a different template.",
"[Improved] Updated the email / notification template so that date fields give a decent date and time.",
"[Improved] While editing a form, the delete button has been removed, and the action itself is now available in the save button dropdown menu.",
"[Improved] The redirect fields are now visible based on the selection choice of a new field: after submit.",
"[Improved] Updated translations for the redirect fields and only admins can now allow a form to be submitted to a different URL.",
"[Fixed] Active state fixed for the send copy / send copy to field. Which was not visible when you saved a form.",
"[Fixed] Fixed uploading files through Angular."
]
},
{
"version": "1.4.5",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2016-09-30T10:00:00+01:00",
"notes": [
"[Fixed] Fixed showing translated label for fields.",
"[Fixed] Fixed required attribute."
]
},
{
"version": "1.4.4",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2016-08-24T10:00:00+01:00",
"notes": [
"[Added] Placeholder on Email FieldType.",
"[Fixed] Perform the onBeforeEmailSubmission later in the code with email param added to it.",
"[Fixed] URL decode on submitted from location URL."
]
},
{
"version": "1.4.3",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2016-05-09T10:00:00+01:00",
"notes": [
"[Added] Added custom redirect URL for forms.",
"[Added] Added a link in the Field Layout Designer, to quickly add a new field.",
"[Fixed] Fixed the way a custom template is being searched for.",
"[Fixed] Fixed sending the form data to a custom submit action."
]
},
{
"version": "1.4.2",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2016-05-04T10:00:00+01:00",
"notes": [
"[Added] Added display tab titles option for forms.",
"[Added] Added template functions to quickly edit submissions on front-end.",
"[Fixed] Fixed honeypot when displaying multiple forms on a page.",
"[Fixed] Fixed saving submissions for editing on front-end.",
"[Fixed] Fixed namespacing for asset fields.",
"[Fixed] Fixed overwriting field template."
]
},
{
"version": "1.4.1",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2016-04-26T10:00:00+01:00",
"notes": [
"[Added] Get a namespace for your form, using `form.getNamespace()`.",
"[Improved] Updated README with examples for getting a namespace when using displayField.",
"[Fixed] Don't namespace the form fields automatically when using displayField."
]
},
{
"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",
"date": "2016-04-21T10:00:00+01:00",
"notes": [
"[Improved] Field labels are now translated when using displayField / displayForm."
]
},
{
"version": "1.3.7",
"downloadUrl": "https://github.com/am-impact/amforms/archive/master.zip",
"date": "2016-04-18T10:00:00+01:00",
"notes": [
"[Added] Added releases JSON.",
"[Added] Added plugin icons."
]
}
]