Skip to content

Releases: unic/SitecoreUrlMapper2

1.3.4

16 Apr 09:59
e560ca3
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added check in case the source term value is null

1.3

22 Mar 09:40
d280e3e
Compare
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
Compare
Choose a tag to compare
1.2
  • Preserves the original casing of capture groups after a redirect

1.1.3

14 Apr 09:35
Compare
Choose a tag to compare
  • Fixes a possible URL encoding error
  • Provides synchronised strip and ribbon items

1.1.2

01 Apr 07:02
Compare
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
Compare
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

1.1

20 Mar 12:12
Compare
Choose a tag to compare
1.1

This releases add the "UrlMapper Creator" and "UrlMapper Importer" roles which can then be used for solution specific permissions. The roles are also used for the display settings of the UrlMapper ribbon: it will now only be displayed to Sitecore Admins and UrlMapper Importers.

The code has been extended such that it now allows you to pass the original URL from the headless proxy to Sitecore. Check the source code comments for more information.