Version 2.0.0-alpha004

Alpha
Date 2019-08-22 (1,912 days ago)
Downloads 4,777 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 4.7.2
Umbraco Versions Umbraco 8

Alpha release for Umbraco 8. This release will not work in Umbraco 7.

#installation">Installation

#changelog">Changelog

  • The HTTP module will no longer make your site crash during upgrades (see 6aac9c3)
    An internal composer used for setting up the dependency injection used within the package wasn't registered during Umbraco upgrades, resulting in the site crashing as the RedirectsModule class uses dependency injection and was referenced by Web.config. With this release, the composer is now also registered during upgrades.

  • The RedirectsModule HTTP module is now automatically added during NuGet install (thanks to @Matthew-Wise)
    The package now uses XDT transform to add and remove the HTTP module from Web.config when the package is installed and uninstalled respectively.