Skip to content

Latest commit

 

History

History
410 lines (322 loc) · 37.8 KB

CHANGELOG.md

File metadata and controls

410 lines (322 loc) · 37.8 KB

Changelog

All notable changes to this project will be documented in this file, per the Keep a Changelog standard.

2.2.1 - 2024-11-13

Note that this version bumps the WordPress minimum from 6.4 to 6.5.

Changed

Fixed

Developer

2.2.0 - 2024-09-19

Note that this version bumps the WordPress minimum from 6.3 to 6.4.

Added

Changed

Fixed

Security

2.1.2 - 2024-06-19

Added

Changed

Fixed

2.1.1 - 2024-01-08

Added

Changed

Fixed

2.1.0 - 2023-09-07

Added

Changed

Fixed

Security

2.0.1 - 2023-06-01

Fixed

2.0.0 - 2023-05-31

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

1.11.1 - 2022-09-28

Added

1.11.0 - 2022-06-27

Added

Changed

Fixed

Security

1.10.1 - 2021-12-16

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

1.10.0 - 2020-12-03

Added

Fixed

Security

1.9.3 - 2019-11-20

Changed

Fixed

Security

1.9.2 - 2018-11-27

Fixed

  • CLI list function name for PHP 5

1.9.1 - 2018-11-26

Fixed

  • SQL injection bug opened up by SQL search functionality

1.9 - 2018-04-03

Added

  • Redirect notes feature
  • Filters for request path and redirect path
  • Filter to only apply redirects on 404

Changed

  • Instantiate classes in main file instead of individual files for improved testability

Fixed

  • PHP 7.2 errors

1.8 - 2017-12-08

Added

  • Custom redirect capability

Changed

  • Improved escaping
  • Code refactor

Fixed

  • Root redirect in sub directory bug
  • Broken html

1.7.8 - 2015-12-16

Fixed

  • SQL injection bug and no search terms warning

1.7.7 - 2015-06-18

Added

  • composer.json file

Changed

  • Make default redirect status filterable

Fixed

  • Delete capability on redirect post type

1.7.6 - 2015-02-13

Added

Changed

  • Use home_url() instead of site_url(). Props @swalkinshaw
  • Don't redirect if redirect to location is invalid. Props @vaurdan

1.7.5 - 2014-09-09

Added

  • Plugin icon/banner

Changed

  • Don't always lowercase matched parts in redirect to replace. Props @francescolaffi

1.7.4 - 2014-09-05

Added

  • More unit tests

Fixed

  • Case sensitivity redirection bug.

1.7.3 - 2014-08-26

Added

  • Unit tests

Changed

  • Check if the global $wp_query is null before using get_query_var. Props @cmmarslender

Fixed

  • Making _x translatable text work. Props @lucspe

1.7.2 - 2014-02-10

Added

Fixed

  • Don't perform redirects in the admin. Props @joshbetz.
  • Prevent duplicate GUIDs. Props @danblaker.

1.7.1 - 2013-12-12

Added

Changed

  • Plugin textdomain should be loaded on init

1.7 - 2013-04-06

Added

  • Allow for regex replacement in from/to redirects
  • Slovak translation. Thanks Branco Radenovich

Changed

Fixed

  • Notice in filter_admin_title

1.6 - 2012-12-11

Added

  • Bulk delete redirects from the Manage Redirects screen
  • wp-cli coverage including subcommands for creating, deleting, and listing redirects, and importing .htaccess files

1.5 - 2012-11-07

Added

  • Regular expressions allowed in redirects
  • New filter srm_registered_redirects allows you to conditionally unset redirects based on context, user permissions, etc. Thanks @jtsternberg for the pull request.

1.4.2 - 2012-10-17

Changed

  • Disable redirect loop checking by default. You can filter srm_check_for_possible_redirect_loops to enable it.

Fixed

  • Only return published redirects in update_redirect_cache.

1.4.1 - 2012-10-11

Fixed

  • Refresh cache after create_redirect call
  • Refresh cache after save_post is called
  • Chop off "pre-WP" path from requested path. This allows the plugin to work on WP installations in sub-directories.

1.4 - 2012-10-09

Added

  • Use the * wildcard at the end of your match value to configure a wildcard redirect. Use the same symbol at the end of your redirect to value in order to have the matched value be appended to the end of the redirect. Thanks @prettyboymp for the pull request
  • Include an informational X-Safe-Redirect-Manager header when a redirect occurs. Thanks @simonwheatley for the pull request

Changed

  • Default request-matching behavior to be case-insensitive. This can be modified using the srm_case_insensitive_redirects filter.

1.3 - 2012-09-19

Added

  • Globalize SRM class for use in themes/plugins/scripts
  • create_redirect method to make importing easier

1.2 - 2012-09-01

Added

  • manage_options capability required to use redirect manager

Changed

  • Hide view switcher
  • Hide privacy stuff for bulk edit

Removed

  • Checkbox column

Fixed

  • Search feature

1.1 - 2012-08-28

Added

  • is_plugin_page function

Fixed

  • plugin_url() used properly

1.0 - 2012-08-27

  • Plugin released