Releases: patrickdemooij9/SimpleRedirects
Release 4.1.0
Hi everyone!
There is now a new SimpleRedirects version available for Umbraco 11 with one major feature. Thanks to the contribution of https://github.com/ninameghan it is now possible to Export & Import redirects. H5YR!
If you spot any issues with this version, then please let me know.
What's Changed
- Feature/issue 2 import export by @ninameghan in #31
New Contributors
- @ninameghan made their first contribution in #31
Full Changelog: release/4.0.0...release/4.1.0
Release 3.2.0
Hi everyone!
There is now a new SimpleRedirects version available with one major feature. Thanks to the contribution of https://github.com/ninameghan it is now possible to Export & Import redirects. H5YR!
If you spot any issues with this version, then please let me know.
Release 4.0.0 (Umbraco 11)
Hi everyone,
This release makes it so that SimpleRedirects now also works on Umbraco 11. All 4.x.x versions will be targeting Umbraco 11 from now on.
If you see any issues with this version, then please let me know!
Release 2.3.0
Hi everyone,
This version is an update for the Umbraco 9 implementation. In Release 3.1.0 there were two new configuration values added. I heard that people would also like them on the Umbraco 9 version, so here we are! For the people who want to know more about the new configuration values:
Two new configuration options
SimpleRedirects.IgnoreQueryString allows redirects to match without their querystring. So if you have a redirect from /test1 to /test2. It'll also redirect when visiting /test1?testParam=true
SimpleRedirects.PreserveQueryString preserves the original querystring. So in the top example, it would redirect to /test2?testParam=true.
Both of these settings have a default value of False to make sure that there are no breaking changes for users.
Release 3.1.0
Hi everyone!
Release 3.1.0 is now available on Nuget and includes the following changes:
Two new configuration options
SimpleRedirects.IgnoreQueryString allows redirects to match without their querystring. So if you have a redirect from /test1 to /test2. It'll also redirect when visiting /test1?testParam=true
SimpleRedirects.PreserveQueryString preserves the original querystring. So in the top example, it would redirect to /test2?testParam=true.
Both of these settings have a default value of False to make sure that there are no breaking changes for users.
Less important changes
- Adding and updating now has a lock. This will make sure that there aren't any duplicate redirects slipping through.
- Removed a lot of CSS that wasn't used.
As always, let me know if you have any issues with this update!
Donations
If you like what I do with SimpleRedirects and would like to buy me a coffee, then you can do so here: https://www.buymeacoffee.com/HHIl3uvWKj
Release 1.1.0
Update for the Umbraco 8 version of SimpleRedirects!
Adds two new configuration values that you can use.
<add key="SimpleRedirects.IgnoreQueryString" value="false" />
<add key="SimpleRedirects.PreserveQueryString" value="false" />
Both of these settings have a default value of False to make sure that there are no breaking changes for users.
SimpleRedirects.IgnoreQueryString allows redirects to match without their querystring. So if you have a redirect from /test1 to /test2. It'll also redirect when visiting /test1?testParam=true
SimpleRedirects.PreserveQueryString preserves the original querystring. So in the top example, it would redirect to /test2?testParam=true.
Release 3.0.0
SimpleRedirects first official release for Umbraco v10!
Release 2.2.0
A small release that only introduces one new feature:
- SimpleRedirects now clears the redirect cache for a load-balanced environment.
If you find any issues, then please let me know!
Umbraco v10 Alpha
First SimpleRedirects version for Umbraco v10!
Release 2.1
What's Changed
- Allow for media redirects by @patrickdemooij9 in #23
- Allow determining if your redirect should trigger on a 404 or always. (See readme for configuration)
Full Changelog: release/2.0.0...release/2.1