Releases: silverstripe/silverstripe-userforms
Releases · silverstripe/silverstripe-userforms
4.5.7
5.3.1
Change Log
Bugfixes
- 2019-01-18 23abafd Multiple multi-page forms on one page (Loz Calver)
- 2019-01-10 96be46a Fixing escape error in required identifier (Nicolaas)
- 2019-01-08 90e1def bugfix - update legacy class for recipient related classes (Jason Irish)
- 2018-11-18 5cce7cb app email templates not resolving correctly (Scott Hutchinson)
Other changes
5.3.0
- Remove obsolete branch alias (Robbie Averill) - 20ff59c
- Fix broken troubleshooting link (wernerkrauss) - 55a9e23
- Prevent eslint rules from cascading. (Janzen Zarzoso) - feac41e
- Allows placeholder value of '0' (David Toews) - 5271f14
- de translation (Bumbus) - ae8ba5e
- fix FIELDISREQUIRED (Bumbus) - a95cc1c
- Fix misplacement of actions class (Nicholas Sorokin) - c906b0c
- Include Actions class alongside step-buttons (Nicholas Sorokin) - 8c07632
- Fix(shortcode) re-order if block check $UserDefinedForm in $this->Content. Rename config value to be clearer (Stephen McMahon) - 01520c2
- Fix(test) clean up format to make linter happy (Stephen McMahon) - ed1e985
- Fix(UserDefinedFormController) change return type of index() when not using shortcode (Stephen McMahon) - a3a2c3d
- Fix(tests) change asserts in to check correct values (Stephen McMahon) - 0a708d9
- Add(config) create disable_form_content_interpolation option for ignoring $UserDefinedForm in $this->Content (Stephen McMahon) - 94192f4
- Replace class "Actions" with "btn-toolbar" (Nicholas Sorokin) - d2ddadd
- Add supported module badge to readme (Dylan Wagstaff) - a1bb69c
- Update branch alias for 5.x-dev (Robbie Averill) - e768cf9
- fixed PHP lint errors (Nivanka Fonseka) - bbe21fd
- updated the CSS, and fixed the colspan over the filters (Nivanka Fonseka) - 68a377b
- Added the missing lang strings, checked for the status before setting up default values, and updated the Date formats (Nivanka Fonseka) - db7a796
5.2.2
- FIX DefaultToToday date format (Indy Griffiths) - 2b4451c
- FIX Do not remap polymorphic class names to UserDefinedForm if they are already an instance of it (Robbie Averill) - 0ac3333
- FIX Recipient email content previews now when when userforms is used in a trait context (Robbie Averill) - c88d6b1
- FIX Do not override core translation for 'field is required' (Robbie Averill) - f734c2f
- FIX Step navigation buttons are not translatable (Robbie Averill) - 6e3eea2
- Update translations (Robbie Averill) - 65da1c4
- FIX Postgres compatibility in requireDefaultRecords database queries (Robbie Averill) - cc3ea72
- Test against PgSQL also (Dylan Wagstaff) - 1f3fcc8
- FIX Submitted form field values are no longer double escaped in the CMS (Robbie Averill) - ab402b1
- Add translation to "Submitter" field label (Robbie Averill) - 075985d
- FIX Remove divider line and add margin underneath Submissions GridField (Robbie Averill) - ba9bbfa
5.2.1
5.2.0
Release 5.2.0
4.5.6
Change Log
Bugfixes
- 2018-05-09 8f363d6 Remove unnecessary translation of parameterised field value (Raissa North)
- 2018-03-23 f7ffb70 Use userforms template for member list field, fixes display rule issue (Robbie Averill)
- 2018-02-21 0ce8b95 Escape dollar signs in UserForm contents before inserting them with regex (#723) (Scott Hutchinson)
5.0.2
Change Log
Bugfixes
- 2018-05-18 4913290 Add extension to remap polymorphic relationship classes for Parent and Form fields (Robbie Averill)
- 2018-05-09 8f363d6 Remove unnecessary translation of parameterised field value (Raissa North)
- 2018-03-23 f7ffb70 Use userforms template for member list field, fixes display rule issue (Robbie Averill)
5.1.1
- Fix the each loop to propperly get the field passed in (Simon Erkelens) - caab511
- Switch test assertion to be more flexible in URL pieces (versioned changes in 4.2) (Robbie Averill) - 549498a
- Increase memory limit for code coverage runs (Robbie Averill) - 35733f4
- Update branch alias (Dylan Wagstaff) - c0db11c
5.0.1
- Fix the each loop to propperly get the field passed in (Simon Erkelens) - caab511
- Switch test assertion to be more flexible in URL pieces (versioned changes in 4.2) (Robbie Averill) - 549498a
- Increase memory limit for code coverage runs (Robbie Averill) - 35733f4
- FIX Do not convert right title to XML, templates escape values by default now (Robbie Averill) - 029a69b
- FIX Re-enable step progress and navigation for multi page forms (Robbie Averill) - 4e285c4
- Use bootstrap alert instead of old .message.notice (Robbie Averill) - df1d428
- FIX getFormParent does not automatically look up arbitrary test stubs, remove theme dependency (Robbie Averill) - d199140
- Add PHP 7.2 to Travis build matrix (Robbie Averill) - ab68c43
- FIX stop form items double duplicating (#728) (Dylan Wagstaff) - 48bf462