Skip to content

Releases: johngodley/redirection

2.9

04 Nov 12:34
Compare
Choose a tag to compare
2.9
  • Add option to set redirect cache expiry, default 1 hour
  • Add a check for unsupported versions of WordPress
  • Add check for database tables before starting the plugin
  • Improve JSON import memory usage
  • Add importers for: Simple 301 Redirects, SEO Redirection, Safe Redirect Manager, and WordPress old post slugs
  • Add responsive admin UI

2.8

18 Oct 06:50
Compare
Choose a tag to compare
2.8
  • Add a fixer to the support page
  • Ignore case for imported files
  • Fixes for Safari
  • Fix WP CLI importing CSV
  • Fix monitor not setting HTTP code
  • Improve error, random, and pass-through actions
  • Fix bug when saving long title
  • Add user agent dropdown to user agent match
  • Add pages and trashed posts to monitoring
  • Add 'associated redirect' option to monitoring, for AMP
  • Remove 404 after adding
  • Allow search term to apply to deleting logs and 404s
  • Deprecate file pass-through, needs to be enabled with REDIRECTION_SUPPORT_PASS_FILE and will be replaced with WP actions
  • Further sanitize match data against bad serialization

2.8 beta 2

15 Oct 09:36
Compare
Choose a tag to compare
2.8 beta 2 Pre-release
Pre-release
  • Add a fixer to the support page
  • Ignore case for imported files
  • Fixes for Safari
  • Fix WP CLI importing CSV
  • Fix monitor not setting HTTP code
  • Improve error, random, and pass-through actions
  • Fix bug when saving long title
  • Add user agent dropdown to user agent match
  • Add pages and trashed posts to monitoring
  • Add 'associated redirect' option to monitoring, for AMP
  • Remove 404 after adding
  • Allow search term to apply to deleting logs and 404s
  • Deprecate file pass-through, needs to be enabled with REDIRECTION_SUPPORT_PASS_FILE and will be replaced with WP actions
  • Further sanitize match data against bad serialization

2.8 beta 1

08 Oct 12:28
Compare
Choose a tag to compare
2.8 beta 1 Pre-release
Pre-release
  • Add a fixer to the support page
  • Ignore case for imported files
  • Fixes for Safari
  • Fix WP CLI importing CSV
  • Fix monitor not setting HTTP code
  • Improve error, random, and pass-through actions
  • Fix bug when saving long title
  • Add user agent dropdown to user agent match
  • Add pages and trashed posts to monitoring
  • Add 'associated redirect' option to monitoring, for AMP
  • Remove 404 after adding
  • Allow search term to apply to deleting logs and 404s
  • Deprecate file pass-through, needs to be enabled with REDIRECTION_SUPPORT_PASS_FILE and will be replaced with WP actions

2.7.3

26 Aug 09:30
Compare
Choose a tag to compare
  • Fix an import regression bug

2.7.2

25 Aug 05:39
Compare
Choose a tag to compare
  • Better IE11 support
  • Fix Apache importer
  • Show more detailed error messages
  • Refactor match code and fix a problem saving referrer & user agent matches
  • Fix save button not enabling for certain redirect types

2.7

11 Aug 05:32
Compare
Choose a tag to compare
2.7
  • Finish conversion to React
  • Add WP CLI support for import/export
  • Add a JSON import/export that exports all data
  • Edit redirect position
  • Apache config moved to options page
  • Fix 410 error code
  • Fix page limits
  • Fix problems with IE/Safari
  • Don't make a regex redirect clickable

2.7 beta 1

06 Aug 17:43
Compare
Choose a tag to compare
2.7 beta 1 Pre-release
Pre-release
  • Finish conversion to React
  • Add WP CLI support for import/export
  • Add a JSON import/export that exports all data
  • Edit redirect position
  • Apache config moved to options page
  • Fix 410 error code
  • Fix page limits
  • Fix problems with IE/Safari

2.6.6

22 Jul 13:43
Compare
Choose a tag to compare
  • Use React on redirects page
  • Use translate.wordpress.org for language files

2.6.4

09 Jul 08:41
Compare
Choose a tag to compare
  • Add a limit to per page screen options
  • Fix warning in referrer match when referrer doesn't exist
  • Fix 404 page showing options
  • Fix RSS token not regenerating
  • 404 and log filters can now avoid logging
  • Use React on modules page