Releases: skybrud/Skybrud.UmbracoEssentials
Releases · skybrud/Skybrud.UmbracoEssentials
Skybrud.UmbracoEssentials v1.1.0
Installation
Changelog
-
Package is now build against Umbraco 7.15.0
Umbraco 7.15.x has now UDI improvements that we need in the package, so the NuGet dependency has now been updated. It may still be possible to use parts of the package with older versions of Umbraco. -
Improved UDI support (see 5dda37d)
Extension methods for content and media now supports UDIs internally.
Skybrud.UmbracoEssentials v1.0.4
Installation
Changelog
- Fixed an issue with
TypedContent
andTypedMedia
extension methods (see 418f725)
A previous release added support for the new default property value converters in Umbraco (controlled by theEnablePropertyValueConverters
setting inumbracoSetting.config
). This did however introduce a new bug, as the methods would fail to detect an ID if the type wasInt32
. This has now been fixed with this release.
Skybrud.UmbracoEssentials v1.0.3
Installation
Skybrud.UmbracoEssentials v1.0.2
Added Udi extensions