apostrophe-redirects
Advanced tools
Changelog
2.4.1
Functionality introduced in 2.4.0 was not compatible with certain older versions of MongoDB. This has been addressed for legacy reasons. There is no change in the new functionality.
Changelog
2.4.0
In the presence of workflow and locale prefixes, a redirect created in a different locale will now work if the URL matches, falling back to the redirect target's locale even if the user's current or default locale is different.
Changelog
2.3.2
Corrects additional defects in query string handling that led to problems with the briefly released 2.3.1.
Changelog
2.3.1
Improves regex for "ignore query string" option to allow redirects from pages that are not slug-like such as those ending in .html
. Also fixes a regular expression bug introduced in 2.3.0 where a rule could match if any portion of it appeared in the URL.
Changelog
2.3.0
"Ignore query string" option for times when you'd like to match the URL regardless of the ?
and everything that follows it. Thanks to Shaun Hurley for the contribution.
Changelog
2.2.0
Implemented polymorphic joins for internal pages which also makes it possible to configure your own pieces for polymorphic joins.
Changelog
2.0.0
Implemented statusCode
option and user-editable statusCode
field allowing the user to choose a permanent or temporary redirect. For bc the default is still 302
. If the statusCode
option is set to 301
instead, permanent redirects will be the default for new redirects. Existing redirects may be manually switched to 301
if desired.