| Date | 2024-01-06 (705 days ago) |
|---|---|
| Downloads | 903 downloads |
| NuGet | View on NuGet |
| GitHub | View on GitHub |
| Target Frameworks | .NET 6 |
| Umbraco Versions | Umbraco 10 Umbraco 11 Umbraco 12 |
Install the NuGet package - either via the .NET CLI:
dotnet add package Skybrud.Umbraco.Redirects.Import --version 4.0.2or the NuGet Package Manager:
Install-Package Skybrud.Umbraco.Redirects.Import -Version 4.0.2Fixed issue with passing through correct ID when parsing root node from domain (see #26 and 74d4550)
Thanks to a PR from @jawood1 👍
Replaced traditional checkbox with checkbox component (see #24 and f9f30c2)
Thanks to a PR from @bjarnef 👍
Added additional CSV content types (see #19 and dcf7e98)
It appears that many system may use an incorrect content type for CSV files. With this release, more CSV content types are now supported. Thanks to @jawood1 for reporting 👍
Fixed issue with duplicate labels in Umbraco 12 (see #25 and a81661a)
Due to a somewhat breaking change in Umbraco 12, labels for the import and export buttons would be outputted twice. Thanks to @bjarnef for reporting 👍
Redirects list in the dashboard will now automatically be reloaded when closing the import overlay (see #28 and 657b547)
Thanks to @bjarnef for suggesting this 👍
Updated all dependencies except Umbraco (see 43a4d61)
The ClosedXML as well as the Skybrud.Essentials and Skybrud.Umbraco.Redirects were updated to their newest versions.