Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

V2.0.1 does not appear in CraftCMS Update #134

Open
idleog opened this issue Jan 27, 2023 · 15 comments
Open

V2.0.1 does not appear in CraftCMS Update #134

idleog opened this issue Jan 27, 2023 · 15 comments

Comments

@idleog
Copy link

idleog commented Jan 27, 2023

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

Cheers
Peter

@gateszies
Copy link

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
Copy link
Contributor

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
Copy link

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

@idleog
Copy link
Author

idleog commented Jan 30, 2023

I’m on craft 4.x as well

@mortendk
Copy link

mortendk commented Feb 3, 2023

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

@johanzandstra
Copy link
Contributor

johanzandstra commented Feb 3, 2023

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
Copy link
Contributor

johanzandstra commented Feb 3, 2023

@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
Copy link
Contributor

@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
Copy link
Contributor

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
Copy link
Author

idleog commented Feb 3, 2023

@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
Copy link

mortendk commented Feb 7, 2023

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
Copy link

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

@jon-collette
Copy link

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
Copy link

isko commented Jun 20, 2023

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants