Skip to content

v5.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@kjmartens kjmartens released this 15 Sep 21:34
· 511 commits to v4 since this release

Warning

This version is still in beta and not recommended for production use. Stripe Payments are not currently supported and there is no migration from Freeform 4 yet, but these features will be available soon.

Added

  • The labels and labelsAsString methods are now available for all option field types. This allows you to choose between displaying option labels instead of values when loading submission data in front end or email notifications.
  • The implements method is available to all fields for Twig-friendly implementation checks, e.g. field.implements('options').

Changed

  • Improved various features within the form builder.
  • Improved the Template Overrides feature.
  • The valueAsString method no longer takes a parameter.

Fixed

  • Fixed various minor display issues in the form builder.
  • Fixed various default setting issues in the form builder.
  • Fixed various Lite/Pro checks throughout the plugin.
  • Fixed a bug where Export Profiles and Export Notifications areas in the CP were erroring.
  • Fixed a bug where editing existing submissions in the front end was not working.