by Ralf Hortt on WordPress.org

Meta box - No redirection
Redirect posts, pages or any custom post type to a different url.
redirector_uninstall – Runs on plugin deinstallredirector_metabox_begin – Begin redirector meta boxredirector_metabox_end – End redirector meta boxredirector-modal-search-begin Begin redirector modalredirector-modal-search-end End redirector modalredirector-redirect-url – Alter the query string that is appended to redirect urlredirector-status-code – Redirect status code; default 301redirector-recent-posts – Alter redirector recent posts queryredirector-search-query – Alter redirector search queryredirector-meta – Alter Redirector meta saveIn version 3+ I’ve changed the database handling of storing the post meta data.
This results in that you have the visit the backend once after updating the plugin.
The function maybe_update() will handle the transition from the old structure to the newer one.
There shouldn’t be any problem updating the plugin, if so please contact me!