Open idleog opened 1 year ago
I'm also not seeing the updated 2.0.1 version on the Craft Admin panel or when running the command craft update all
. Hoping to get the latest version on Craft so we can get the functionality for editing redirects back. Thanks!
Hi @idleog and @gateszies, The version should be available but requires Craft 4.x Are you guys using a 3.x or 4.x Craft version?
@johanzandstra I'm running on Craft 4.3.5 and Redirect Manager 2.0.0.
I’m on craft 4.x as well
a quick fix to do this manually , cause i always forgets
update composer.json
"dolphiq/redirect": "^2.0.1",
delete composer.lock file
Remove the vendor folder (to make sure the composer install hammers in the right versions)
ddev composer install
voila i can edit my redirects again
Good to hear it is working again for you @mortendk !
What about a composer update
? Isn't that working for in your setup? It should not be necessary to edit your composer.json file manually and/or remove the vender folder and composer.lock file.
An other option is to run composer require dolphiq/redirect:"^2.0.1"
@johanzandstra I'm running on Craft 4.3.5 and Redirect Manager 2.0.0.
@gateszies is composer update
not working for you? or try to update the plugin in the craft settings
an other option is to install the latest version with composer: composer require dolphiq/redirect:"^2.0.1"
@idleog try running a composer update or force composer to use the latest 2.0.1 version with: composer require dolphiq/redirect:"^2.0.1"
V2.0.1 is not shown on Utilities->Updates and not listed when running command craft update all.
Cheers Peter
@idleog I guess the plugin needs a refresh in the Craft plugin store, normally this is an automatic process.. I will look into this!
@johanzandstra thanks! Running "composer update" with version 2.0.1 works fine. Just would be nice if version 2.0.1 would be recognized in Control Panel Updates and command line "craft update all"
Good to hear it is working again for you @mortendk ! What about a
composer update
? Isn't that working for in your setup? It should not be necessary to edit your composer.json file manually and/or remove the vender folder and composer.lock file.An other option is to run
composer require dolphiq/redirect:"^2.0.1"
i started down that road - then i just took the "goddammit remove .lock add the correct version install' ;) aka "worked on my machine 🕺🏻
Any expectations on the Craft plugin store getting the 2.0.1 update soon?
Managed to get onto 2.0.1 by:
"dolphiq/redirect": "2.0.1"
composer update
and composer install
from terminalWhile this enables editing of redirects, there's still no way to delete them. Has anyone managed to find out a way to delete added redirects?
Even with 2.0.1 on Craft 4.7.2.1 I'm not able to delete a redirect or to edit it. Edit option is not available in the menu and by deleting it a success message appears but the redirect is still visible.
V2.0.1 is not shown on Utilities->Updates and not listed when running command craft update all.
Cheers Peter