Skip to content

Releases: skybrud/Skybrud.Umbraco.Redirects

Skybrud.Umbraco.Redirects v0.3.1

24 Jan 12:10
Compare
Choose a tag to compare

Skybrud.Umbraco.Redirects v0.3.0

20 Sep 21:17
Compare
Choose a tag to compare
  • Install via NuGet

  • 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

28 Aug 11:49
Compare
Choose a tag to compare

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

28 Aug 11:46
Compare
Choose a tag to compare

Changelog

  • Fixed issues with the redirect type not being properly set when creating or editing redirects from global dashboard (see 4bbc81a and 8086b56).

  • The link in the "Original URL" column (in both the dashboard and property) now includes the query string when present (see 993f84b).

Skybrud.Umbraco.Redirects v0.2.8

20 Jun 16:48
Compare
Choose a tag to compare

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

30 May 09:58
Compare
Choose a tag to compare

Changelog

  • Removed a hardcoded domain - thanks to @mastrup for finding and fixing (see 766d478).

Skybrud.Umbraco.Redirects v0.2.6

23 Mar 10:30
Compare
Choose a tag to compare

Changelog

  • Fixed an issue with the edit dialog not properly sending rootNodeId to the API (f5cf2ff).

Skybrud.Umbraco.Redirects v0.2.5

23 Mar 09:22
Compare
Choose a tag to compare

Changelog

  • Added support for selecting a root node for each redirect (see 0e14523).

Skybrud.Umbraco.Redirects v0.2.4

09 Feb 12:41
Compare
Choose a tag to compare

Changelog

  • Implemented search functionality in the dashboard (see #5 and 96ad99e).

Skybrud.Umbraco.Redirects v0.2.3

29 Jan 22:14
Compare
Choose a tag to compare

Changelog

  • Improved localization (see a84a740, 0175b8b and 6e7c822).
  • Removed dependency for Skybrud.LinkPicker (and thereby also Skybrud.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 and Skybrud.WebApi.Json dependencies to the newest versions, and made sure these are properly included in the NuGet and ZIP releases (see 8918e47 and eada309).