Skip to content

Releases: callumbwhyte/super-value-converters

v4.1.1

30 May 19:39
Compare
Choose a tag to compare

Perhaps allowing v4.1.0 to target Umbraco v14 was a little ambitious... 🙈 This release sets the maximum Umbraco version to v13 to avoid accidentally attempting to upgrade Umbraco...

v4.1.0

18 Feb 01:27
Compare
Choose a tag to compare

SuperValueConverters now supports Umbraco v13 (LTS), as well as v10-12! 🎉 Thanks @richarth for your contribution!

v4.0.1

20 Jan 21:04
Compare
Choose a tag to compare

Fixes an issue where the Multi-Node Tree Picker sometimes returned IPublishedElement when multiple allowed types were selected. Thanks to @tompipe for raising and @ja0b for fixing!

v2.2.1

20 Jan 21:03
Compare
Choose a tag to compare

Fixes an issue where the Multi-Node Tree Picker sometimes returned IPublishedElement when multiple allowed types were selected. Thanks to @tompipe for raising and @ja0b for fixing!

v4.0.0

28 Nov 21:18
Compare
Choose a tag to compare

About time! SuperValueConverters now supports Umbraco v9, v10 (LTS), and v11! 🎉

v3.1.0

29 May 12:56
Compare
Choose a tag to compare

The Multi-Node Tree Picker converter now bypasses SuperValueConverters when used with an "umbracoRedirect" or "umbracoInternalRedirectId" property, thanks to the new IgnoreProperties setting. H5YR to @NikRimington for suggesting this one!

v2.2.0

29 May 12:56
Compare
Choose a tag to compare

The Multi-Node Tree Picker converter now bypasses SuperValueConverters when used with an "umbracoRedirect" or "umbracoInternalRedirectId" property, thanks to the new IgnoreProperties setting. H5YR to @NikRimington for suggesting this one!

v3.0.1

15 Mar 23:38
Compare
Choose a tag to compare

A silly mistake in v3.0.0 meant the Multi-Node Tree Picker converter was never active... Thanks to @NikRimington for spotting and helping to diagnose this one!

v3.0.0

15 Mar 23:33
Compare
Choose a tag to compare

SuperValueConverters now works with Umbraco V9! 🥳 There are no changes to features or functionality compared with V7 or V8.

v2.1.0

22 Jan 22:42
Compare
Choose a tag to compare

To improve performance, content model types are now retrieved from Umbraco's type cache. This release also includes community contributions for better handling of nulls.