Skip to content

Releases: bigfork/silverstripe-form-capture

1.0.2

28 Feb 10:10
97f9747
Compare
Choose a tag to compare
  • Fix XSS vunerability with CapturedFormSubmission 'details' summary field.

2.0.2

29 Jan 19:25
edabb30
Compare
Choose a tag to compare

Removed export/import/print gridfield buttons from modeladmin to avoid confusion

1.0.1

29 Jan 19:24
5fbb173
Compare
Choose a tag to compare

Removed CSV/Print gridfield buttons to avoid confusion

2.0.1

28 Nov 19:04
Compare
Choose a tag to compare
Fix menu icon on non-retina screens

2.0.0

27 Nov 02:54
Compare
Choose a tag to compare

SilverStripe 4 Compatibility

1.0 Release

27 Nov 02:29
Compare
Choose a tag to compare

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

07 Jul 12:00
Compare
Choose a tag to compare

Enhanced how grouped dropdown field values are displayed in the CMS.

0.2.1

25 May 16:46
Compare
Choose a tag to compare
Correct readme

0.2.0

19 May 21:38
Compare
Choose a tag to compare

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

09 May 17:56
Compare
Choose a tag to compare
Readme