Version 3.0.0-beta003

Beta
Date 2020-01-21 (1,760 days ago)
Downloads 854 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.7.2
Umbraco Versions Umbraco 8

#installation">Installation

#changelog">Changelog

  • Fixed issue with getting culture in preview mode (see 21a0ac4)
    Umbraco seems to have an issue with getting the culture of a node that hasn't yet been previews. The fix attempts to traverse up the content tree until a valid culture is found, or use Umbraco.Web.Composing.Current.UmbracoContext.Domains.DefaultCulture as fallback if a culture isn't found.