safe-redirect-manager
safe-redirect-manager copied to clipboard
A simple HTTP redirection plugin for WordPress.
Safe Redirect Manager allows adding notes when creating a redirect via its admin settings page. This update adds support for importing notes via the CLI import command and the `srm_import_file()`...
It would be nice to have a "Test" quick action for each redirect so you could actually test the redirect.
when importing a csv of redirects (`wp safe-redirect-manager import redirects.csv`) it doesn't account for any values in the csv that could have been updated and instead skips the import ```...
Could we have a link to the rule list in the `Redirect rule updated/published.` notice?
PHP Warning: preg_match(): Compilation failed: nothing to repeat at offset 75 in .../wp-content/plugins/safe-redirect-manager/inc/classes/class-srm-redirect.php on line 127 This is on a multisite running PHP 7.2
the defined redirects are not cleaned between assertion, so for a similar tests it can happen that if one is failing it will actually pass the assertion because a previously...
Currently indentation is done with spaces in main plugin files, tabs in tests and wpcli command
As reported in #239, coming out of #205. This issue is to make sure we document the base issue and work through solutions before deciding what direction to go with...
Bump WP & PHP Minimums to the following - [ ] WordPress to 5.7 - [ ] PHP to 7.4 - [ ] Remove any no-longer-needed conditional code for older...
I was using the plugin today on a huge site. We wanted to insert 11,000+ redirects. This resulted an exceeded memory limit fatal error. The plugin caches all the published...