Releases: bigfork/silverstripe-form-capture
Releases · bigfork/silverstripe-form-capture
1.0.2
- Fix XSS vunerability with
CapturedFormSubmission
'details' summary field.
2.0.2
Removed export/import/print gridfield buttons from modeladmin to avoid confusion
1.0.1
Removed CSV/Print gridfield buttons to avoid confusion
2.0.1
Fix menu icon on non-retina screens
2.0.0
SilverStripe 4 Compatibility
1.0 Release
Last major release before SS4, the only change here is that it is no longer a requirement to pass the form as the first argument when capturing data.
$form->captureForm();
The above is now sufficient.
0.2.3
Enhanced how grouped dropdown field values are displayed in the CMS.
0.2.1
Correct readme
0.2.0
Fixed:
- Field titles are now used where possible to replace the field name.
- CSS is now included through LeftAndMain
- Excluded fields parameter can now be a string or array
Enhancements:
- Add a details column to the form submissions admin
- Implement SilverStripe's permissions interface
- Boolean checkbox values now show as 'Yes' and 'No'
0.1.0
Readme