Dolphiq / craft-plugin-redirect

Craft 3 redirect plugin provides an easy way to enter and maintain 301 and 302 redirects and 404 pages. The plugin provides a clear user interface for admin and non-admin users.
MIT License
54 stars 34 forks source link

V2.0.1 does not appear in CraftCMS Update #134

Open idleog opened 1 year ago

idleog commented 1 year ago

V2.0.1 is not shown on Utilities->Updates and not listed when running command craft update all.

Cheers Peter

gateszies commented 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!

johanzandstra commented 1 year ago

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?

gateszies commented 1 year ago

@johanzandstra I'm running on Craft 4.3.5 and Redirect Manager 2.0.0.

idleog commented 1 year ago

I’m on craft 4.x as well

mortendk commented 1 year ago

a quick fix to do this manually , cause i always forgets

voila i can edit my redirects again

johanzandstra commented 1 year ago

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 commented 1 year ago

@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"

johanzandstra commented 1 year ago

@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"

johanzandstra commented 1 year ago

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!

idleog commented 1 year ago

@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"

mortendk commented 1 year ago

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 🕺🏻

jon-collette commented 1 year ago

Any expectations on the Craft plugin store getting the 2.0.1 update soon?

jon-collette commented 1 year ago

Managed to get onto 2.0.1 by:

  1. Update composer.json file line: "dolphiq/redirect": "2.0.1"
  2. Refresh (delete contents from) /vendor
  3. run composer update and composer install from terminal
isko commented 1 year ago

While 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?

samuel-clara commented 9 months ago

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.

meteorit 2024-02-15 at 16 15 52@2x