Releases: johngodley/redirection
Releases · johngodley/redirection
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
- 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
- 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
- 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
- Fix an import regression bug
2.7.2
- 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
- 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
- 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
- Use React on redirects page
- Use translate.wordpress.org for language files
2.6.4
- 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