forked from skydiver/october-plugin-forms
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathversion.yaml
145 lines (145 loc) · 4.71 KB
/
version.yaml
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
v1.0.0:
- First version of Magic Forms
- create_records_table.php
v1.0.1:
- Added CSRF protection
v1.1.0:
- Added reCAPTCHA
v1.1.1:
- Fix when using reCAPTCHA + allowed fields
v1.1.2:
- Filter forms records
- Search inside stored data
- Organize your forms on custom groups
- add_group_field.php
v1.2.0:
- Export stored data in CSV format
v1.2.1:
- Auto-response email on form submit
- Added Turkish language
v1.2.2:
- Override notifications and auto-response email subjects
v1.2.3:
- New option to reset form after successfully submit
- Fixed Empty AJAX Form template
- Support for Translate plugin
- Added plugin documentation
v1.2.4:
- Added detailed reCAPTCHA help
v1.3.0:
- AJAX file uploads
v1.3.1:
- Added lang pt-br
v1.3.2:
- Fixed multiples reCAPTCHAs on same page
v1.3.3:
- Fixed record detail page when form data contains an array
- Updated documentations
v1.3.4:
- New "Anonymize IP" option
v1.3.5:
- New option "Redirect on successful submit"
v1.3.6:
- French translation
- Support Translate plugin on reCAPTCHA
- reCAPTCHA validation enhancements
v1.3.7:
- Displaying errors with fields (inline errors)
- Show uploads as list
v1.3.8:
- Fixed handling arrays (radio inputs) in notification email
v1.3.9:
- Use custom mail templates
- Execute custom JavaScript on form success or error
v1.4.0:
- Added Events (please, refer to docs) [thanks to therealkevinard]
v1.4.1:
- New option "Reply To"
v1.4.2:
- Escape HTML characters on the view records page [thanks to Andre]
- New option to sanitize form data (check security docs for more info)
- Added option to send blind carbon copy in notifications email
v1.4.3:
- Fixes related to October Build 420
- Added "Unread Records" counter
- Fixed errors when only BCC addresses are supplied
- New setting "hide navigation item"
- add_unread_field.php
v1.4.4:
- Use custom partials for Success and Error messages
v1.4.4.1:
- Fix with notifications emails
v1.4.5:
- Mail class code refactoring
- Access submited data on auto-response email template
v1.4.5.1:
- Store form data without escaping unicode [thanks to panakour]
v1.4.6:
- New option to skip saving forms data on database.
- Possibility to change the text on the remove file popup [thanks to ShiroeSama]
v1.4.6.1:
- Changed database field from json to text to support MySQL 5.5
v1.4.7:
- you can use your form variables on notification mail subject [thanks to Alex360hd]
- fix custom subject on email template [Thanks to matteotrubini]
- fix email bug when not storing on db [Thanks JurekRaben]
- skip url redirect validation [Thanks to EleRam]
v1.4.8:
- added GDPR cleanup feature [thanks to Alex360hd]
v1.4.9:
- fix on replaceToken function when replacement is null [thanks to leonaze]
v1.4.9.1:
- fix a nullable type error on PHP 7.0
v1.4.9.2:
- bugfix when a form field array has more than 2 levels of depth
v1.4.10:
- improvements related to event functionality
v1.4.11:
- added Laravel custom attributes to form validation [thanks to geekfil]
- updated french translation [thanks to FelixINX]
v1.4.12:
- use form variables on auto-response mail subject [thanks to jiargei]
v1.4.13:
- pass an array with form errors to JavaScript [thanks to multiwebinc]
v1.4.14:
- fixed error with empty auto-response subject
v1.4.15:
- enhancements related to saving record and events [thanks to boxxroom]
v1.4.16:
- added chinese translation [thanks to everyx]
v1.4.17:
- allowing sanitize to work recursively [thanks to multiwebinc]
v1.4.18:
- export records enhancements [thanks to Fosphatic]
- recaptcha locale fix [thanks to MaTToX3]
v1.4.19:
- added russian translation [thanks to FlusherDock1]
- sort records by date fix [thanks to mjauvin]
v1.4.20:
- added invisible reCAPTCHA [thanks to mjauvin]
- new option to set custom date format on emails subject
v1.5.0:
- fixes related to October Build 469 [thanks to mjauvin]
- fix when CSRF check is disabled [thanks to rechik]
- php linting and cleanup
v1.5.1:
- email templates improvemenrs [thanks to mjauvin]
- added german translation [thanks to Fosphatic]
v1.5.2:
- plugin published to packagist [thanks to rubenvanerk]
- added dutch translation [thanks to rubenvanerk]
v1.6.0:
- changed namespace
- Added support for October CMS v3
v1.6.1:
- Fixes support for Translate v2 [thanks to daftspunk]
v1.6.2:
- Fixed getting total count of records preventing install because the records table doesn't exist
v1.6.3:
- Fixed needed use Schema for UnreadRecords class
v1.6.4:
- Fixed error when trying to export when no records exist, Fixed menu context, Fixed main menu counter not updating
v1.6.5:
- Fix for translate plugin [thanks to nnmer]
v1.6.6:
- Fixes support for October CMS v3.6