Safe Redirect Manager Versions Save

A simple HTTP redirection plugin for WordPress.

2.1.1

4 months ago

Added

Changed

Fixed

New Contributors


Full Changelog: https://github.com/10up/safe-redirect-manager/compare/2.1.0...2.1.1 View closed items in the milestone.

2.1.0

8 months ago

Added

Changed

Fixed

Security Fixed

New Contributors


Full Changelog: https://github.com/10up/safe-redirect-manager/compare/2.0.1...2.1.0 View closed items in the milestone.

2.0.1

11 months ago

Fixed

New Contributors


Full Changelog: https://github.com/10up/safe-redirect-manager/compare/2.0.0...2.0.1 View closed items in the milestone.

2.0.0

11 months ago

Note that this version bumps the PHP minimum from 5.6 to 7.4 and the WordPress minimum from 4.6 to 5.7.

Added

Changed

Removed

Fixed

Security

New Contributors

  • @nateconley made their first contribution in #300
  • @cadic made their first contribution in #293
  • @dustinrue made their first contribution in #300
  • @ciprianimike made their first contribution in #248
  • @aosmichenko made their first contribution in #300
  • @okadots made their first contribution in #300
  • @jayedul made their first contribution in #277
  • @faisal-alvi made their first contribution in #293
  • @csloisel made their first contribution in #289
  • @vikrampm1 made their first contribution in #289
  • @norcross made their first contribution in #307
  • @gsarig made their first contribution in #248
  • @turtlepod made their first contribution in #248

View all items closed in the 2.0.0 milestone.

1.11.1

1 year ago

1.11.0

1 year ago

Added

Changed

Fixed

Security

Full Changelog: https://github.com/10up/safe-redirect-manager/compare/1.10.1...1.11.0 View all items closed in the milestone.

1.10.1

2 years ago

Added

Changed

Fixed

  • Required parameter following optional deprecated message in PHP 8 (props @vinkla, @dinhtungdu via #231).
  • Edge case when redirecting a URL with parameters where $parsed_requested_path['path'] does not always exist (props @dinhtungdu, @davidmondok via #246, #247).
  • Formatting fix to prevent npm install error (props @phpbits via #249).

Security

New Contributors

View all items closed in the 1.10.1 milestone.

1.10.0

3 years ago

Added

Fixed

Security

https://github.com/10up/safe-redirect-manager/milestone/10?closed=1

1.9.3

4 years ago

Changed

  • Allow for escaped values on _redirect_rule_from, useful when importing regex (props @raymondware via #163)
  • Check current_user_can cap later to prevent the notice being thrown during Jetpack sitemap cron event runs (props @rebeccahum via #178)
  • Updated tests and documentation (props @adamsilverstein, @jeffpaul, @helen via #173, #179, #180, #181, #184, #190, #192)
  • Check correct meta field when updating notes (props @lucymtc, @adamsilverstein via #154, #185)
  • Bump WordPress version "tested up to" 5.3 (props @jeffpaul via #193)

Fixed

  • Update the logic for wildcard matching to properly match URLs with query parameters (props @adamsilverstein, @mslinnea via #182)

Security

  • Bump lodash from 4.17.11 to 4.17.15 (props @dependabot via #183)

https://github.com/10up/safe-redirect-manager/milestone/12?closed=1

1.7.6

9 years ago
  • Use home_url() instead of site_url(). Props swalkinshaw
  • Don't redirect if redirect to location is invalid. Props vaurdan
  • Redirection plugin importer. Props eugene-manuilov