hm-redirects
hm-redirects copied to clipboard
Fast and scalable redirects plugin for WordPress
Currently we're able to backport bigfixes to older releases. 1. Does that still make sense? 2. Document WHEN we decide to backport something, not everything is backported. 3. How this...
Currently we're running tests against WP 5.8 and PHP 7.4. We should run a matrix of tests against all newer supported WP and PHP versions. This will give us confidence...
If a user creates a redirect with a "From" value that matches an existing redirect: * The new redirect doesn't work because the existing one takes preference * The `post_name`...
A client has been adding mostly `307` redirects as its description is closest to what they want ("Temporary Redirect") but a `302` is more appropriate most of the time. The...
fix #78
Redirects are currently considered posts but no `capability_type` is set. So the `edit_posts` capability applies indistinctly to posts or redirections which doesn't offer the granular capabilities one would aim for.
The redirect storage in its current form is not consistent: - The _From_ field needs to be a relative URL (path and possibly query arguments). Full URLs will not be...
fix #70
The changelog file only goes up to 0.5.x and doesn't mention th .6 and .7 releases. Ideally they're synced up, but the changelog could also link to the releases page...