Releases: unic/SitecoreUrlMapper2
1.3.4
1.3.3
1.3.2
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
Added check in case the source term
value is null
1.3
- Checkbox
Preserve Query String
has been added to handle and pass along the query string from the requested URL.
1.2
1.1.3
- Fixes a possible URL encoding error
- Provides synchronised strip and ribbon items
1.1.2
- 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
- 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
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.