Version 1.0.0-beta004

Beta
Date 2021-11-29 (1,022 days ago)
Downloads 1,546 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.7.2
Umbraco Versions Umbraco 8

New beta release 🎉

#installation">Installation

#changelog">Changelog

  • Fixed issue with default value check in UNIX timestamp property editor (see 2532b4e)
    When added as a property directly on IContent, the default type is an empty string, whereas the default value will be null in other contexts. With this commit, the init function will check for both scenarios.

  • Changed composer runtime level to prevent errors during installs and upgrades (see #1 and 47e030f)
    Since value converters are registered at boot (eg. UnixTimestampValueConverter), TimeComposer needs to run at boot as well to avoid errors when installing or upgrading Umbraco.