Releases: skybrud/Skybrud.Umbraco.Redirects
Skybrud.Umbraco.Redirects v0.3.1
Installation
Skybrud.Umbraco.Redirects v0.3.0
-
Added new option to enable query string forwarding (thanks to @skttl)
-
Added new option to make a redirect temporary rather than permanent
-
Improved the UI. The dashboard now looks more like Umbraco's own redirects dashboard, and the UI generally follows the look and feel of the Umbraco version (eg. new colors from Umbraco 7.6 and up)
-
Improved localization. A lot of labels have now been updated so they follow the language of the current backoffice user rather than being hardcoded in either English or Danish. Currently, the package has only been translated to Danish (besides English).
Skybrud.Umbraco.Redirects v0.2.10
Changelog
-
Trying to fix a #24 just introduced a new bug under some circumstances (both should now be fixed) (see 3ec2186).
-
Editing a redirect now also supports specifying a query string (see 3ec2186).
-
The search in the dashboard list now also searches in the query string (see 3ec2186).
-
Dropdowns and similar listing root nodes will no longer include root nodes in the recycle bin (see #11 and 11e4fef).
-
Disabled Angular dirty checking for search filters in the dashboard (see #13 and 05da5b1).
Skybrud.Umbraco.Redirects v0.2.9
Changelog
Skybrud.Umbraco.Redirects v0.2.8
Changelog
- Fixed an issue with Umbraco 7.6.x and the way the package used the
DatabaseSchemaHelper
class, which caused database errors throughout the package (see 781e14f).
Skybrud.Umbraco.Redirects v0.2.7
Changelog
Skybrud.Umbraco.Redirects v0.2.6
Changelog
- Fixed an issue with the edit dialog not properly sending
rootNodeId
to the API (f5cf2ff).
Skybrud.Umbraco.Redirects v0.2.5
Changelog
- Added support for selecting a root node for each redirect (see 0e14523).
Skybrud.Umbraco.Redirects v0.2.4
Skybrud.Umbraco.Redirects v0.2.3
Changelog
- Improved localization (see a84a740, 0175b8b and 6e7c822).
- Removed dependency for
Skybrud.LinkPicker
(and thereby alsoSkybrud.Umbraco.GridData
) to make the package installation more simple (see 78f000e). - Various UI and style fixes (see a3ba8e4, d8e32bb and f8abe9e).
- Updated the property editor to support media as well (see #6 and 5b81563).
- Updated the
Skybrud.Essentials
andSkybrud.WebApi.Json
dependencies to the newest versions, and made sure these are properly included in the NuGet and ZIP releases (see 8918e47 and eada309).