safe-redirect-manager icon indicating copy to clipboard operation
safe-redirect-manager copied to clipboard

A simple HTTP redirection plugin for WordPress.

Results 50 safe-redirect-manager issues
Sort by recently updated
recently updated
newest added

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.

type:enhancement
help wanted

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 ```...

type:bug
help wanted

Could we have a link to the rule list in the `Redirect rule updated/published.` notice?

type:enhancement

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

type:bug

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...

type:bug
help wanted

Currently indentation is done with spaces in main plugin files, tabs in tests and wpcli command

type:enhancement
help wanted

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...

type:bug

Bump WP & PHP Minimums to the following - [ ] WordPress to 5.7 - [ ] PHP to 7.4 - [ ] Remove any no-longer-needed conditional code for older...

type:enhancement

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...

type:bug
help wanted
needs:engineering