Skip to content

Skybrud.Umbraco.GridData v2.0.7

Compare
Choose a tag to compare
@abjerner abjerner released this 03 Jun 18:08

New release for Umbraco 7.

Installation

Changelog

  • Added extra null value check to the GetSearchableText method (see #26 and 14a1fac)
    The value of a control may for various reasons be null, but the GetSearchableText didn't check for this.

  • GetSearchableText method should replace HTML with new line instead of an empty string (see #25 and 5fb9267)
    This fix ensures that an HTML value like <strong>hello</strong><strong>world</strong> is converted to hello\nworld instead of helloworld.