Skip to content

Releases: silverstripe/silverstripe-userforms

5.3.3

09 May 02:20
Compare
Choose a tag to compare
  • FIX Support new arguments for better buttons support (Guy Marriott) - 9d311ca
  • Remove unnecessary isset() check (Joe Harvey) - 2cd0602
  • Prevent 'undefined index' warnings when optional country dropdown fields are left empty (Joe Harvey) - 4180174

5.3.2

26 Mar 01:46
b1a04d6
Compare
Choose a tag to compare
  • Fix exception error message fails when error in upload file. (Ishan Jayamanne) - 3615f41
  • FIX Display rules for page breaks/editable form steps now works again (Robbie Averill) - bf142eb
  • FIX correct userform reference & avoid submit errors (NightjarNZ) - 1d0c347
  • Rebuild dist files (Robbie Averill) - 21813ef
  • Upgrade webpack-config to 0.9 (Robbie Averill) - 677f2c3
  • FIX Upgrade javascript dependencies and add babel-loader to ensure yarn build works (Robbie Averill) - 808b6e7
  • updated canCreate function to check for Parent object (pjayme) - b49d38f
  • re-added can* methods for EditableOption field (pjayme) - d8a8ddc

4.6.1

26 Mar 01:43
Compare
Choose a tag to compare
  • Remove PHP 5.3 from Travis builds (Robbie Averill) - c2aaec3
  • FIX Display rules for page breaks/editable form steps now works again (Robbie Averill) - 0a3ebcb
  • Update travis to test 7.2 and SS 3.7 (Andreas Gerhards) - 74559ff
  • NEW Add SS 3.7 and PHP 7.2 compatability (Andreas Gerhards) - d327f0d
  • Remove PHP 5.3 from Travis builds (Robbie Averill) - 3446674

4.5.7

26 Mar 01:42
4734030
Compare
Choose a tag to compare
  • Remove PHP 5.3 from Travis builds (Robbie Averill) - c2aaec3
  • FIX Display rules for page breaks/editable form steps now works again (Robbie Averill) - 0a3ebcb

5.3.1

11 Mar 04:18
5c8f086
Compare
Choose a tag to compare

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

  • 2019-01-10 f113421 Add PHP 7.3 to Travis builds (Robbie Averill)
  • 2018-12-11 79198fc Add FIELDISREQUIRED to SilverStripe\UserForms\Model\EditableFormField lang reference (Jackson)
  • 2018-12-03 0977002 changes regex for de and nl so dates validate correctly (Guy Van Bael)

5.3.0

08 Nov 08:11
Compare
Choose a tag to compare
  • 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

01 Oct 10:12
3c8e403
Compare
Choose a tag to compare
  • 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

01 Oct 10:11
Compare
Choose a tag to compare
  • FIX Prevent form's toolbar from extending into the preview (Raissa North) - ed80e1c

5.2.0

25 Jun 05:27
6df9410
Compare
Choose a tag to compare
Release 5.2.0

4.5.6

25 Jun 03:44
53eb9d1
Compare
Choose a tag to compare

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)