Releases: johngodley/redirection
Releases · johngodley/redirection
3.2.1 beta
- Add fix for IP blocking plugins
- Check for mismatched site/home URLs
- Fix WP CLI not clearing logs
- Fix old capability check
- Detect BOM marker in response
- Improve detection of servers that block content-type json
- Fix incorrect encoding of entities in some locale files
Important: read https://redirection.me/support/beta-release/ for details about installing beta versions. Do not delete your existing plugin from the WordPress plugins page
3.2
- Add cookie match - redirect based on a cookie
- Add HTTP header match - redirect based on an HTTP header
- Add custom filter match - redirect based on a custom WordPress filter
- Add detection of REST API redirect, causing 'fetch error' on some sites
- Update table responsiveness
- Allow redirects for canonical WordPress URLs
- Fix double include error on some sites
- Fix delete action on some sites
- Fix trailing slash redirect of API on some sites
3.2 beta 3
- Add cookie match - redirect based on a cookie
- Add HTTP header match - redirect based on an HTTP header
- Add custom filter match - redirect based on a custom WordPress filter
- Fix double include error on some sites
- Add detection of REST API redirect, causing 'fetch error' on some sites
- Update table responsiveness
- Allow redirects for canonical WordPress URLs
- Fix problem deleting bulk items on some sites
Please see https://redirection.me/support/beta-release/ for details about using beta releases. Do not delete your existing plugin from inside WordPress!
3.1 beta
- Add alternative REST API routes to help servers that block the API
- Move DELETE API calls to POST, to help servers that block DELETE
- Move API nonce to query param, to help servers that don't pass HTTP headers
- Fix bug editing Nginx redirects
- Improve error messaging
- Preload support page so it can be used when REST API isn't working
Details of installing a beta release are here:
3.0.1
- Don't show warning if per page setting is greater than max
- Don't allow WP REST API to be redirected
3.0
- Add support for IPv6
- Add support for disabling or anonymising IP collection
- Add support for monitoring custom post types
- Add support for monitoring from quick edit mode
- Default to last group used when editing
- Permissions changed from 'administrator' role to 'manage_options' capability
- Swap to WP REST API
- Add new IP map service
- Add new useragent service
- Add 'add new' button to redirect page
- Increase 'title' length
- Fix position not saving on creation
- Fix log pages not remembering table settings
- Fix incorrect column used for HTTP code when importing CSV
- Add support links from inside the plugin
3.0 beta 1
- Add support for IPv6
- Add support for disabling or anonymising IP collection
- Add support for monitoring custom post types
- Add support for monitoring from quick edit mode
- Default to last group used when editing
- Permissions changed from 'administrator' role to 'manage_options' capability
- Swap to WP REST API
- Add new IP map service
- Add new useragent service
- Add 'add new' button to redirect page
- Increase 'title' length
- Fix position not saving on creation
- Fix log pages not remembering table settings
- Fix incorrect column used for HTTP code when importing CSV
- Add support links from inside the plugin
2.10.1
- Fix incorrect HTTP code reported in errors
- Improve management page hook usage
2.10
- Add support for WordPress multisite
- Add new Redirection documentation
- Add extra actions when creating redirects
- Fix user agent dropdown not setting agent
2.9.2
- Fix regex breaking .htaccess export
- Fix error when saving Error or No action
- Restore sortable table headers