You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
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!
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!
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!
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!
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!
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.