Skip to content

Releases: unic/SitecoreUrlMapper2

1.4.0

25 Apr 15:53
daaa691

Choose a tag to compare

Allow setting no-cache and no-store directives for Cache-Control headers of redirects.

1.3.4

16 Apr 09:59
e560ca3

Choose a tag to compare

Change the way item fields are accessed: from accessing through name to accessing through field ID.

1.3.3

29 Sep 14:36
85e8c3c

Choose a tag to compare

Make Source Term and Target fields required. Ensure that only Redirects with non-empty Source Term and Target are taken into account when searching for matching redirects.

1.3.2

06 Sep 15:51
e65ca36

Choose a tag to compare

Ensure that when Preserve Query String is checked and Regex enabled unchecked, the redirect is match only for urls that have the exact same path as Source Term (if source term has no query) or the urls that start with Source Term (when source term has a query).

1.3.1

19 Apr 06:59
c3f744c

Choose a tag to compare

Added check in case the source term value is null

1.3

22 Mar 09:40
d280e3e

Choose a tag to compare

1.3
  • Checkbox Preserve Query String has been added to handle and pass along the query string from the requested URL.

1.2

11 Feb 08:58
e32511b

Choose a tag to compare

1.2
  • Preserves the original casing of capture groups after a redirect

1.1.3

14 Apr 09:35

Choose a tag to compare

  • Fixes a possible URL encoding error
  • Provides synchronised strip and ribbon items

1.1.2

01 Apr 07:02

Choose a tag to compare

  • Fixes a potential null-ref issue when a redirect references an item in an internal or media link that does not exists

1.1.1

31 Mar 15:50

Choose a tag to compare

  • Reduce level of certain log entries
  • Prevent string operations on request URL to pass negative indexes and fix a potential null-ref in Regex matching