Version 4.0.3

Date 2022-09-13 (794 days ago)
Downloads 8,947 downloads
NuGet View on NuGet
GitHub View on GitHub
Target Frameworks .NET 6
Umbraco Versions Umbraco 10

New release for Umbraco 10. This release will not work on older versions of Umbraco.

#installation">Installation

Via NuGet:

.NET CLI:

dotnet add package Skybrud.Umbraco.Redirects --version 4.0.3

Package Manager:

Install-Package Skybrud.Umbraco.Redirects -Version 4.0.3

#changelog">Changelog

  • Added JavaScript events to redirect overlay (see #151 and 0ac98bb)
    This introduces two new events broadcasted via Umbraco's JavaScript event system. The events could be used for setting default values for new redirects, or manipulating the parts of the UI of the redirect overlay.

  • Updated RadioGroup.html to use Umbraco's umbRadiobutton directive (see #145 and df7e53e)
    This ensures that the Redirect type and Forward query string options look more like native Umbraco components.