forked from craftcms/contact-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.json
48 lines (48 loc) · 2.21 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
[
{
"version": "1.8.1",
"downloadUrl": "https://github.com/pixelandtonic/ContactForm/archive/1.8.1.zip",
"date": "2016-09-02T15:00:00-08:00",
"notes": [
"[Fixed] Fixed a bug where the HTML body of an email was being escaped displaying HTML entities in the email."
]
},
{
"version": "1.8.0",
"downloadUrl": "https://github.com/pixelandtonic/ContactForm/archive/1.8.0.zip",
"date": "2016-08-18T15:00:00-08:00",
"notes": [
"[Added] Added the ability for plugins to modify the email's plain text and HTML body via the `contactForm.beforeMessageCompile` event.",
"[Fixed] Fixed a bug where Twig code that was entered in the email body or subject was getting parsed."
]
},
{
"version": "1.7.0",
"downloadUrl": "https://github.com/pixelandtonic/ContactForm/archive/1.7.0.zip",
"date": "2016-01-18T13:00:00-08:00",
"notes": [
"[Added] Added the ability to access individual message fields values via `message.messageFields` when a validation error occurred. For example, the value of the input `message[Phone]` can now be accessed via `message.messageFields['Phone']`.",
"[Improved] Custom message field values only have a single line break between them in the generated email body now, rather than two."
]
},
{
"version": "1.6.0",
"downloadUrl": "https://github.com/pixelandtonic/ContactForm/archive/1.6.0.zip",
"date": "2015-12-20T15:00:00-08:00",
"notes": [
"[Added] Added the ability to attach multiple files to the contact email.",
"[Added] Added the ability to change the flash success message via the “successFlashMessage” setting.",
"[Added] Added the ability to override plugin settings via a `craft/config/contactform.php` config file.",
"[Improved] The “prependSender” and “prependSubject” settings can now be empty strings.",
"[Fixed] Fixed a bug where the “allowAttachments” config setting wasn’t being respected."
]
},
{
"version": "1.5",
"downloadUrl": "https://github.com/pixelandtonic/ContactForm/archive/1.5.0.zip",
"date": "2015-12-20T15:00:00-08:00",
"notes": [
"[Added] Added support for some Craft 2.5 features including update notifications."
]
}
]