Releases: silverstripe/silverstripe-userforms
Releases · silverstripe/silverstripe-userforms
5.8.3
5.7.1
- [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
5.6.3
- [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
5.7.0
- 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
5.6.1
5.6.0
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
- [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
- [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