- New: Style settings now include options for Slider circle size and track height.
- New: [if created_at] and [if updated_at] conditional shortcodes can now be compared against updated_at and created_at magic compare values, like [if updated_at greater_than="created_at"]This entry has been updated.[/if updated_at].
- New: When using [if x equals="Option Value"] conditional shortcodes to match a field with image options, it would previously require the show="value" option. This is now included automatically to make it easier to use.
- New: Shortcodes will now be escaped in post content when creating a post action from a field value.
- New: Dynamic list fields will now pull the separated option label for its display value automatically. This can be reverted to the previous behaviour using a new frm_should_dynamic_field_use_option_label filter.
- New: Dynamic list fields now support a show="label" shortcode option.
- New: Name fields now work in text calculations, including support for show=first and show=last options.
- New: Conditional logic now supports starts with and ends with comparison options.
- Fix: AJAX submit will no longer be forced when editing in place unless there are CAPTCHA fields. The previous update prevented views from reloading after editing in-place and has been reverted unless necessary.
- Fix: A conflict with the Modal Popup module of the Ultimate add ons for Beaver Builder plugin would cause only the first and last repeater rows to save.
- Fix: A lookup field wouldn't do a lookup on load when watching a field with a default value set.
- Fix: Conditional logic would not work when looking for the value of a Name field.
- The option to search the entries list for repeated or embedded fields has been temporarily reverted because it introduced issues. Repeated entries were being counted on entries list pages, and switching pages was triggering fatal errors.