Skip to content

Releases: patrickdemooij9/SimpleRedirects

Release 4.1.0

04 Feb 19:38
2c9881b
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: release/4.0.0...release/4.1.0

Release 3.2.0

04 Feb 19:32
Compare
Choose a tag to compare

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)

04 Dec 10:08
Compare
Choose a tag to compare

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

04 Dec 11:10
Compare
Choose a tag to compare

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

16 Aug 17:50
Compare
Choose a tag to compare

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

16 Aug 16:46
Compare
Choose a tag to compare

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

28 Jun 19:05
Compare
Choose a tag to compare

SimpleRedirects first official release for Umbraco v10!

Release 2.2.0

27 Jun 18:17
43cba67
Compare
Choose a tag to compare

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

07 Jun 19:13
f305b16
Compare
Choose a tag to compare
Umbraco v10 Alpha Pre-release
Pre-release

First SimpleRedirects version for Umbraco v10!

https://www.nuget.org/packages/SimpleRedirects/3.0.0-alpha1

Release 2.1

08 Mar 20:02
fcfcc1b
Compare
Choose a tag to compare

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