Releases: silverstripe/silverstripe-userforms
Releases · silverstripe/silverstripe-userforms
5.14.1
What's Changed
- FIX: EditableLiteralField enabling 'Hide 'Title' label on frontend?' causes nolabel by @jericrealubit in #1180
New Contributors
- @jericrealubit made their first contribution in #1180
Full Changelog: 5.14.0...5.14.1
5.14.0
What's Changed
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #1095
- ENH Save modified form data when adding new field by @emteknetnz in #1146
- Protect uploads if folder for EditableFileField was removed by @sabina-talipova in #1144
- MNT Explicitly set class for test polymorphic has_one by @GuySartorelli in #1150
- MNT Remove unnecessary cow config. by @GuySartorelli in #1154
- DEP Ensure phpunit9 compatible version of segment-field by @emteknetnz in #1159
- MNT Use update-js action by @emteknetnz in #1160
- DOC Correct title for userhelp by @maxime-rainville in #1163
- MNT Fix github action for deploying userdocs by @GuySartorelli in #1164
- ENH Protect access to the uploaded file without permission by @sabina-talipova in #1167
- ENH Replace ADMIN permissions with less permissions in Behat test by @sabina-talipova in #1169
- FIX submission performance issues with large data by @NightJar in #1172
- Fix incorrect label on unwritten field groups by @kinglozzer in #1174
- NEW Maximum email attachment size can be configured by @NightJar in #1017
Full Changelog: 5.13.3...5.14.0
5.13.3
What's Changed
- FIX: EditableLiteralField enabling "Hide 'Title' label on frontend?" causes
nolabel
class to be added multiple times by @jericrealubit in #1180
New Contributors
- @jericrealubit made their first contribution in #1180
Full Changelog: 5.13.2...5.13.3
5.14.0-rc1
What's Changed
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #1095
- ENH Save modified form data when adding new field by @emteknetnz in #1146
- Protect uploads if folder for EditableFileField was removed by @sabina-talipova in #1144
- MNT Explicitly set class for test polymorphic has_one by @GuySartorelli in #1150
- MNT Remove unnecessary cow config. by @GuySartorelli in #1154
- DEP Ensure phpunit9 compatible version of segment-field by @emteknetnz in #1159
- MNT Use update-js action by @emteknetnz in #1160
- DOC Correct title for userhelp by @maxime-rainville in #1163
- MNT Fix github action for deploying userdocs by @GuySartorelli in #1164
- ENH Protect access to the uploaded file without permission by @sabina-talipova in #1167
- ENH Replace ADMIN permissions with less permissions in Behat test by @sabina-talipova in #1169
- FIX submission performance issues with large data by @NightJar in #1172
- Fix incorrect label on unwritten field groups by @kinglozzer in #1174
- NEW Maximum email attachment size can be configured by @NightJar in #1017
Full Changelog: 5.13.2...5.14.0-rc1
5.14.0-beta1
What's Changed
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #1095
- ENH Save modified form data when adding new field by @emteknetnz in #1146
- Protect uploads if folder for EditableFileField was removed by @sabina-talipova in #1144
- MNT Explicitly set class for test polymorphic has_one by @GuySartorelli in #1150
- MNT Remove unnecessary cow config. by @GuySartorelli in #1154
- MNT Use GitHub Actions CI by @emteknetnz in #1156
- DEP Ensure phpunit9 compatible version of segment-field by @emteknetnz in #1159
- MNT Use update-js action by @emteknetnz in #1160
- MNT Standardise modules by @emteknetnz in #1161
- DOC Correct title for userhelp by @maxime-rainville in #1163
- MNT Fix github action for deploying userdocs by @GuySartorelli in #1164
- ENH Protect access to the uploaded file without permission by @sabina-talipova in #1167
- ENH Replace ADMIN permissions with less permissions in Behat test by @sabina-talipova in #1169
- FIX submission performance issues with large data by @NightJar in #1172
- Fix incorrect label on unwritten field groups by @kinglozzer in #1174
- NEW Maximum email attachment size can be configured by @NightJar in #1017
Full Changelog: 5.13.1...5.14.0-beta1
5.13.2
Patch version to ensure the highest patch is the latest version since 5.13.0 was tagged after 5.13.1 probably by mistake.
What's Changed
- FIX Not working previous form step if there is more than one hidden page by @sabina-talipova in #1148
- DEP Require a minimum version of segment field that installs in the vendor folder by @emteknetnz in #1149
- FIX MAX_FILE_SIZE of the last EditableFileField by @sabina-talipova in #1151
- MNT Use GitHub Actions CI by @emteknetnz in #1156
- MNT Standardise modules by @emteknetnz in #1161
Full Changelog: 5.13.0...5.13.2
5.13.0
What's Changed
- strings instead of CLASS for translation keys in trait by @lerni in #1101
- move OnCompleteMessage from $defaults to populateDefaults() for trans… by @lerni in #1102
- Fix hardcoded admin urls by @renskorswagen in #1139
- MNT Add update JS deps workflow by @emteknetnz in #1138
- ENH PHP 8.1 compatibility by @emteknetnz in #1141
- MNT Disallow php 8.1 failure by @emteknetnz in #1143
- Bump async from 2.6.3 to 2.6.4 by @dependabot in #1142
New Contributors
- @renskorswagen made their first contribution in #1139
Full Changelog: 5.12.2...5.13.0
5.13.1
What's Changed
- FIX Not working previous form step if there is more than one hidden page by @sabina-talipova in #1148
- DEP Require a minimum version of segment field that installs in the vendor folder by @emteknetnz in #1149
- FIX MAX_FILE_SIZE of the last EditableFileField by @sabina-talipova in #1151
Full Changelog: 5.13.0...5.13.1
5.12.2
What's Changed
- FIX MAX_FILE_SIZE of the last EditableFileField by @sabina-talipova in #1151
Full Changelog: 5.12.1...5.12.2
5.13.0-rc1
Change Log
Features and Enhancements
- 2022-04-13 792d61f PHP 8.1 compatibility (Steve Boyd)
- 2022-03-07 33e9a25 Add config to hide invisible fields from email output (Florian Thoma)
- 2021-09-02 663bfa6 move OnCompleteMessage from $defaults to populateDefaults() for translations (Lukas Erni)
Bugfixes
- 2022-03-24 6f34d27 Fix hardcoded admin urls (Rens)
- 2022-03-16 a97fb57 strings instead of CLASS for translation keys in trait (#1101) (Lukas)
- 2022-03-03 60cd3d0 Ensure all fields are available for updateCMSFields(). (#1089) (Guy Sartorelli)
API Changes
Dependencies
- 2022-04-28 8e04a6d Bump async from 2.6.3 to 2.6.4 (dependabot[bot])
- 2022-02-10 3254d57 Set PHP 7.4 as the minimum version (Steve Boyd)
Other changes
- 2022-05-04 0f12e1e Update translations (Steve Boyd)