While this plugin is a direct fork of Dolphiq, it retains very little of its originally source code. This has two implications:
- Our data is stored similarly (Yay!)
- Redirects work completely differently (Boo!)
Fortunately, Venveo Redirect provides a migration to help out with this.
- Dolphiq redirect installed, enabled, and updated to no further than 1.0.23. THIS IS IMPORTANT.
-
Install Venveo redirect either through composer or the plugin store
composer require venveo/craft-redirect
The installation process will automatically detect if Dolphiq redirect is installed, apply the proper migrations to bring it up to the required version, apply the new migrations for Venveo Redirect, and disable Dolphiq redirect.
-
Update your dynamic redirects
You'll need to update all of your redirects with dynamic patterns to RegEx and set the type to "Dynamic (RegEx)"
-
You may now safely remove dolphiq Redirect (Don't "Uninstall"!)
composer remove dolphiq/redirect