- New: Conditional statement shortcodes now support an [else] separator. For example, [if x equals="something"]Add your content here[else]Content for when x did not equal something here[/if x] will use the content on the right side of the else separator when x does not equal "something".
- Fix: An empty display object will now be passed to the frm_where_filter instead of false when one is not set to avoid a PHP notice when calculating stats that happens with some custom code examples.
- Fix: A warning was getting triggered when truncating a value with HTML and no additional text.