Version 2.0.8

Date 2021-07-10 (1,224 days ago)
Downloads 15K downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.7.2
Umbraco Versions Umbraco 8

New stable release for Umbraco 8. This release will not work in Umbraco 7.

#installation">Installation

#changelog">Changelog

  • API URLs are no longer hardcoded (see fd7e9e8, 73c4ca7 and #91)
    Prior to this release, URLs to the WebAPI controller used in this package were all hardcoded. Among other things, this would cause the package to stop working when changing Umbraco's Umbraco.Core.Path setting. With this release, the URLs are now automatically resolved.

    Thanks to @conjurer-rich for the PR 👍

  • Improved cache busting of Angular views (see 83c5a65 and #93)
    In the past, some views have had a hard coded version number for cache busting, while other views have had no cache busting at all. With this release, most views are now using a cache buster value automatically determined from both the current ClientDependency version number and the current version of this package.

    This should ensure that you can bump the ClientDependency version number to "bust" the cache, as well as updating the package without having to also bump the ClientDependency version - hopefully making the upgrade process even more smooth.

  • Register dashboard from C# rather than the package.manifest (see 2be40ca and #94)
    The dashboard is now added through C# instead of via the package.manifest file. This allows for greater control of the dashboard through your custom C# - eg. if you wish to remove or change the access level of the dashboard.

  • UI improvements to the redirects dashboard (see d2299c8 #92)
    As Umbraco seems to have made some changes to the styling uses by the dashboard, parts of the dashboard UI has been updated to look like intended again.

  • Updated Skybrud.Essentials dependency (see a92943b)
    The dependency for Skybrud.Essentials has now been updated to the latest version.