This versions adds an importer for Yoast SEO, as well as supporting import and export of _redirects files (used by Netlify and some other hosts).
It also includes the first half of a big PHP migration, with the addition of a lot of new files. These are not used, and allows the update to be staged across several releases to reduce potential issues. If you want to use the new files you can do so by defining REDIRECTION_REFACTOR to true in your wp-config.php.
- Add support for importing/exporting
_redirectsfiles - Add a Yoast SEO redirect importer
- Allow more than 25 groups to be used in the admin UI
- Fix passthrough redirects missing their target in the UI
- Fix Apache error encoder for errors other than 403
- Rework the database install process to avoid potential problems
- Tighten capability checks and improve proxy IP address handling