Skip to content

Releases: silverstripe/silverstripe-userforms

5.8.3

15 Mar 20:30
Compare
Choose a tag to compare

Change Log

Features and Enhancements

  • 2021-03-04 b3ee7f4 Use yarn and webpack to upgrade jquery (Steve Boyd)
  • 2021-01-17 e7f51d2 Move jQuery include away from CDN (#1019) (Dylan Wagstaff)

Bugfixes

  • 2021-01-17 c0a30f1 unrequire fields when they become dataless (#1016) (Dylan Wagstaff)
  • 2021-01-17 a427296 account for owner class while removing orphans (#1018) (Dylan Wagstaff)

5.7.1

09 Mar 21:38
c0a30f1
Compare
Choose a tag to compare
  • [CVE-2020-9309] Require MimeUploadValidator on userform's File Upload field 9e008e6
  • FIX Vertically align confirm folder icon f09691f
  • MNT Fix broken merged up d2bf27c
  • FIX correctly calculate MaxFileSizeMB 0ce94b7
  • ENH Move jQuery include away from CDN (#1019) e7f51d2
  • FIX account for owner class while removing orphans (#1018) a427296
  • FIX unrequire fields when they become dataless (#1016) c0a30f1

5.8.1

15 Dec 02:23
a007ca4
Compare
Choose a tag to compare
  • FIX Reformat malformed translation keys in lang files (Garion Herman) - fcf2d2f
  • Revert translation update (Steve Boyd) - 0e99725
  • FIX Add missing dots in translation string references (Michal Kleiner) - 66bbe44

5.6.3

09 Mar 21:35
d2bf27c
Compare
Choose a tag to compare

5.7.0

21 Sep 03:08
347cfe6
Compare
Choose a tag to compare
  • BUG Remove old boostrap 3 CSS class (Maxime Rainville) - 24e770e
  • Bump elliptic from 6.5.1 to 6.5.3 (dependabot[bot]) - 719ed96
  • Bump lodash from 4.17.15 to 4.17.19 (dependabot[bot]) - 4bbd57c
  • FIX Show custom validation message for checkbox and radio groups (Steve Boyd) - 81fcd66
  • Bump npm-registry-fetch from 4.0.2 to 4.0.5 (dependabot[bot]) - 3f474b6
  • Update docs/en/userguide/form-submissions.md (Sacha Judd) - d24db18
  • DOCS Add user help for securing file upload form submissions [ci skip] (Sacha Judd) - a8c7623
  • FIX Fixing plain email blank file field value (#940) (3Dgoo) - 6ca8ce2
  • Require recipe-cms 4.6 (Steve Boyd) - 7eda3c2

5.6.2

02 Sep 01:51
1623195
Compare
Choose a tag to compare
  • FIX Check hidden inputs exist to prevent browser alert when submitting form (Steve Boyd) - f5d07aa
  • FIX Use translation string that belongs to UserDefinedFormAdmin (Steve Boyd) - 8d09cb1

5.6.1

18 Aug 02:27
Compare
Choose a tag to compare

Change Log

Bugfixes

  • 2020-07-22 792fd82 Place validation messages on .field if .middleColumn is missing (Garion Herman)
  • 2020-07-14 59cd87d Trim recipient email addresses before write (Steve Boyd)
  • 2020-06-25 6f04f95 Fix linting issue (Maxime Rainville)

Other changes

  • 2020-08-17 caeef2f Update translations (Garion Herman)
  • 2020-07-05 0c09eec DOC Add docs around creating custom fields. Fixed #928 (#932) (Chris Penny)
  • 2020-06-25 a3896eb Test postgresql (#979) (Maxime Rainville)

5.6.0

13 Jul 05:42
Compare
Choose a tag to compare

Change Log

Security

  • 2020-05-11 d459c51 Require MimeUploadValidator on userformis' File Upload field (Maxime Rainville) - See cve-2020-9309
  • 2020-03-31 3bbad20 Task for shifting UserForm uploads into correct folders (Serge Latyntcev) - See cve-2020-9280

API Changes

  • 2020-01-12 793f437 Mark EditableFormField::EffectiveDisplayRules() for deprecation (Maxime Rainville)

Features and Enhancements

  • 2020-06-10 3b40be3 Add folder confirmation modal when adding a new EditableFileField to a userform. (#972) (Andre Kiste)
  • 2020-06-09 14ce51e Improve Unrestricted Folder warning, bump core requirement to ^4.6 (#965) (Garion Herman)
  • 2020-05-28 ed53709 DB column showing if file is userform upload (Steve Boyd)

Bugfixes

  • 2020-06-11 dc5ce00 Fix confirm upload form modal on Elemental block (Maxime Rainville)
  • 2020-05-27 c3d990f Create image thumbnails for asset-admin for images uploaded through userforms (#969) (Steve Boyd)
  • 2020-05-04 6276e99 Better anchor fallback (Mojmir Fendek)
  • 2020-05-04 5d739c4 Add missing space before aria-describedby attribute (Michal Kleiner)
  • 2020-03-09 71a8cac Remove bad default value for UserForm Content (#926) (Maxime Rainville)

Other changes

  • 2020-06-16 c0c4698 Update translations (Maxime Rainville)
  • 2020-06-15 03b3265 Update for 5.6 (#978) (Steve Boyd)
  • 2020-06-11 25978d3 Clean up tests (Maxime Rainville)
  • 2020-06-11 df12013 Move confirm folder logic to a dedicated controller (Maxime Rainville)
  • 2020-05-26 f27045b DOC Recommend installation of spamprotection (#966) (Maxime Rainville)
  • 2020-05-05 e86cc8d Add lint and lint-clean scripts to composer (Dan Hensby)
  • 2020-05-05 ede2d93 Linting fixes (Dan Hensby)
  • 2020-05-03 7adc42f update docs (Lukas)
  • 2020-04-30 9543480 Bump jquery from 3.4.1 to 3.5.0 (dependabot[bot])
  • 2020-03-16 1c73fd9 Revert default value (Steve Boyd)
  • 2020-01-31 d1b3b16 DOCS fixing anchor syntax (Bryn Whyman)
  • 2020-01-31 0106683 DOCS additional note to keeping uploaded files secure (brynwhyman)
  • 2020-01-13 e2c05d5 Minor linting adjustment. (Maxime Rainville)
  • 2020-01-12 39ee08c Remove bool explicit type definition to please PHP 5.6 (Maxime Rainville)
  • 2020-01-12 d280c54 Patch and reorganise some test (Maxime Rainville)
  • 2020-01-12 8d0a5dd Add some missing comments (Maxime Rainville)
  • 2020-01-10 a0cedae Move conditionalFieldEnabled to EditableFormField as isDisplayed (Maxime Rainville)
  • 2020-01-10 b536194 Revert the return type for UserForm::getRequiredFields (Maxime Rainville)
  • 2019-12-19 5d2a2f0 META: Add github action to build docs (Aaron Carlino)
  • 2019-12-13 58fd299 Bump npm from 6.13.0 to 6.13.4 (dependabot[bot])
  • 2019-12-05 b4bd6e7 DOCS Data protection and privacy note (Ingo Schommer)
  • 2019-12-05 c195fb2 DOCS Removed outdated maintainer info (Ingo Schommer)
  • 2019-11-15 0c4ca29 Bump root version in Travis config (Garion Herman)
  • 2018-05-08 25bfc9e Required fields can have display rules. Hidden required fields are dynamically excluded from server and client side validation. (Jess Champion)

5.5.3

12 Jul 23:54
Compare
Choose a tag to compare
  • [CVE-2020-9309] Require MimeUploadValidator on userformis' File Upload field (Maxime Rainville) - 27228d1
  • DOC Add docs around creating custom fields. Fixed #928 (#932) (Chris Penny) - 0c09eec
  • Fix linting issue (Maxime Rainville) - 6f04f95
  • Test postgresql (#979) (Maxime Rainville) - a3896eb
  • FIX Create image thumbnails for asset-admin for images uploaded through userforms (#969) (Steve Boyd) - c3d990f
  • Add lint and lint-clean scripts to composer (Dan Hensby) - e86cc8d
  • Linting fixes (Dan Hensby) - ede2d93
  • BUG: Better anchor fallback (Mojmir Fendek) - 6276e99
  • [CVE-2020-9280] Task for shifting UserForm uploads into correct folders (Serge Latyntcev) - 3bbad20
  • Revert default value (Steve Boyd) - 1c73fd9
  • BUG Remove bad default value for UserForm Content (#926) (Maxime Rainville) - 71a8cac

5.4.3

12 Jul 23:53
Compare
Choose a tag to compare
  • [CVE-2020-9309] Require MimeUploadValidator on userformis' File Upload field (Maxime Rainville) - 9e008e6
  • Fix linting issue (Maxime Rainville) - 6f04f95
  • Test postgresql (#979) (Maxime Rainville) - a3896eb
  • Revert default value (Steve Boyd) - 1c73fd9
  • BUG Remove bad default value for UserForm Content (#926) (Maxime Rainville) - 71a8cac
  • Remove SilverStripe 4.0-4.2 from Travis builds (Robbie Averill) - 0114ea4