Releases: silverstripe/silverstripe-userforms
Releases · silverstripe/silverstripe-userforms
5.12.1
What's Changed
- FIX Not working previous form step if there is more than one hidden page by @sabina-talipova in #1148
Full Changelog: 5.12.0...5.12.1
5.12.0
What's Changed
- MNT Add behat tests by @emteknetnz in #1114
- ENH Additional data passed to
updateAfterProcess
hook by @ssmarco in #1130 - DEP Set PHP 7.4 as the minimum version by @emteknetnz in #1133
- FIX Ensure all fields are available for updateCMSFields(). by @GuySartorelli in #1089
- ENH Add config to hide invisible fields from email output by @xini in #1134
New Contributors
Full Changelog: 5.11.1...5.12.0
5.11.1
5.11.0
What's Changed
- Scrolling back to top after pressing PREV/NEXT buttons by @myexistance in #1109
- Use controller_name static config by @alex-dna in #1111
- ENH Provide submitted form info to submission email data by @michalkleiner in #1113
- API phpunit 9 support by @emteknetnz in #1117
New Contributors
- @myexistance made their first contribution in #1109
Full Changelog: 5.10.0...5.11.0
5.10.0
Change Log
Features and Enhancements
- 2021-05-31 3fbccea Avoid use of 'new' keyword on injectable classes from this module. (GuySartorelli)
Bugfixes
- 2021-07-08 69b397f Fix bad lang merge (Daniel Hensby)
- 2021-06-22 18eccb6 Log any email exceptions gracefully (Will Rossiter)
- 2021-06-20 02c15f3 Fix: Allow removing the Versioned extension from EditableFormField (GuySartorelli)
- 2021-05-31 b13cb73 Add namespaces back to translation files, use EditibleFileField class (Steve Boyd)
- 2021-04-12 4a883f1 fix for testing EmailRecipients (Bauke Zwaan)
- 2021-03-31 beaf901 When deleting form submission, delete linked file (Will Rossiter)
- 2021-03-22 e925aa1 Uploaded files not appearing in emails (Will Rossiter)
Dependencies
- 2021-06-05 9c1f935 Bump ws from 6.2.1 to 6.2.2 (dependabot[bot])
- 2021-05-14 19a185d Bump lodash from 4.17.20 to 4.17.21 (dependabot[bot])
- 2021-05-14 e866b09 Bump hosted-git-info from 2.8.5 to 2.8.9 (dependabot[bot])
- 2021-05-14 9fcfe23 Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
- 2021-03-30 78a49b9 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
- 2021-03-11 f1fb087 Bump npm from 6.13.4 to 6.14.11 (dependabot[bot])
Other changes
- 2021-10-05 aa4e892 Update translations (Maxime Rainville)
- 2021-08-26 62b726e Update translations (Maxime Rainville)
- 2021-07-19 63a1d1d BUGFIX: Fixed issue causing the regex on windows to throw an error due to escaping of the parenthesis caused by DIRECTORY_SEPARATOR (UndefinedOffset)
- 2021-06-22 80c3d2e Update de_DE.yml (chromos33)
- 2021-04-12 b01d296 Avoids reply to address being set to empty, if reply to field value is empty (James Cocker)
- 2021-04-06 34883ad Add testing (Bauke Zwaan)
- 2021-03-12 fad372d Only add attachments when HideFormData-setting is not set for this recipient (Bauke Zwaan)
5.10.0-rc1
Change Log
Features and Enhancements
- 2021-05-31 3fbccea Avoid use of 'new' keyword on injectable classes from this module. (GuySartorelli)
Bugfixes
- 2021-07-08 69b397f Fix bad lang merge (Daniel Hensby)
- 2021-06-22 18eccb6 Log any email exceptions gracefully (Will Rossiter)
- 2021-06-20 02c15f3 Fix: Allow removing the Versioned extension from EditableFormField (GuySartorelli)
- 2021-05-31 b13cb73 Add namespaces back to translation files, use EditibleFileField class (Steve Boyd)
- 2021-04-12 4a883f1 fix for testing EmailRecipients (Bauke Zwaan)
- 2021-03-31 beaf901 When deleting form submission, delete linked file (Will Rossiter)
- 2021-03-22 e925aa1 Uploaded files not appearing in emails (Will Rossiter)
Dependencies
- 2021-06-05 9c1f935 Bump ws from 6.2.1 to 6.2.2 (dependabot[bot])
- 2021-05-14 19a185d Bump lodash from 4.17.20 to 4.17.21 (dependabot[bot])
- 2021-05-14 e866b09 Bump hosted-git-info from 2.8.5 to 2.8.9 (dependabot[bot])
- 2021-05-14 9fcfe23 Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
- 2021-03-30 78a49b9 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
- 2021-03-11 f1fb087 Bump npm from 6.13.4 to 6.14.11 (dependabot[bot])
Other changes
- 2021-08-26 62b726e Update translations (Maxime Rainville)
- 2021-07-19 63a1d1d BUGFIX: Fixed issue causing the regex on windows to throw an error due to escaping of the parenthesis caused by DIRECTORY_SEPARATOR (UndefinedOffset)
- 2021-06-22 80c3d2e Update de_DE.yml (chromos33)
- 2021-04-12 b01d296 Avoids reply to address being set to empty, if reply to field value is empty (James Cocker)
- 2021-04-06 34883ad Add testing (Bauke Zwaan)
- 2021-03-12 fad372d Only add attachments when HideFormData-setting is not set for this recipient (Bauke Zwaan)
5.10.0-beta1
Change Log
Features and Enhancements
- 2021-05-31 3fbccea Avoid use of 'new' keyword on injectable classes from this module. (GuySartorelli)
Bugfixes
- 2021-07-08 69b397f Fix bad lang merge (Daniel Hensby)
- 2021-06-22 18eccb6 Log any email exceptions gracefully (Will Rossiter)
- 2021-06-20 02c15f3 Fix: Allow removing the Versioned extension from EditableFormField (GuySartorelli)
- 2021-05-31 b13cb73 Add namespaces back to translation files, use EditibleFileField class (Steve Boyd)
- 2021-04-12 4a883f1 fix for testing EmailRecipients (Bauke Zwaan)
- 2021-03-31 beaf901 When deleting form submission, delete linked file (Will Rossiter)
- 2021-03-22 e925aa1 Uploaded files not appearing in emails (Will Rossiter)
Dependencies
- 2021-06-05 9c1f935 Bump ws from 6.2.1 to 6.2.2 (dependabot[bot])
- 2021-05-14 19a185d Bump lodash from 4.17.20 to 4.17.21 (dependabot[bot])
- 2021-05-14 e866b09 Bump hosted-git-info from 2.8.5 to 2.8.9 (dependabot[bot])
- 2021-05-14 9fcfe23 Bump elliptic from 6.5.3 to 6.5.4 (dependabot[bot])
- 2021-03-30 78a49b9 Bump y18n from 3.2.1 to 3.2.2 (dependabot[bot])
- 2021-03-11 f1fb087 Bump npm from 6.13.4 to 6.14.11 (dependabot[bot])
Other changes
- 2021-08-26 62b726e Update translations (Maxime Rainville)
- 2021-07-19 63a1d1d BUGFIX: Fixed issue causing the regex on windows to throw an error due to escaping of the parenthesis caused by DIRECTORY_SEPARATOR (UndefinedOffset)
- 2021-06-22 80c3d2e Update de_DE.yml (chromos33)
- 2021-04-12 b01d296 Avoids reply to address being set to empty, if reply to field value is empty (James Cocker)
- 2021-04-06 34883ad Add testing (Bauke Zwaan)
- 2021-03-12 fad372d Only add attachments when HideFormData-setting is not set for this recipient (Bauke Zwaan)
5.10.0-alpha1
Change Log
5.9.2
5.9.0
Change Log
Features and Enhancements
- 2021-03-04 9eaee41 Use yarn and webpack to upgrade jquery (Steve Boyd)
Bugfixes
- 2021-04-02 78f3e68 Fix directory for UsedOnTableExtension namespace, to be psr-4 compliant. New dir rather than namespace to prevent backwards-incompat. (Luke Fromhold)
- 2021-03-22 c71cf11 Fix <br> in textarea on validation redirect (#1035) (3Dgoo)
- 2021-01-28 52e678c Include merge fields in plain text emails (Steve Boyd)
- 2021-01-17 8801790 Show correct fields in email preview (Steve Boyd)
- 2021-01-11 79259b5 Visibility of subsequent form fields and step buttons (Steve Boyd)
Dependencies
- 2020-12-11 85fa3be Bump ini from 1.3.5 to 1.3.7 (dependabot[bot])
- 2020-11-16 ad0c8ae Rebuild assets after node-sass update (Garion Herman)
- 2020-09-04 0c01160 Bump node-sass from 4.13.0 to 4.14.1 (dependabot[bot])