Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

yotpo/magento2-module-yotpo-reviews composer replace statement prevents upgrade to version 3.1.0 #231

Open
bm-eventstable opened this issue Mar 17, 2020 · 1 comment
Labels

Comments

@bm-eventstable
Copy link

We had updated to the latest 3.1.0 release shortly after it became available while running magento 2.3.2. During the magento 2.3.4 composer upgrade, The Yotpo module was replaced with version 3.0.1 which I believe is bundled with magento 2.3.4. This caused the code version (3.0.1) to appear to be outdated when the site attempts to load as the database is reporting version 3.1.0. My site composer.json version requires "yotpo/module-yotpo": "^3.1" but the replace statement in the version 3.0.1 module composer.json file appears to be overriding my 3.1.0 requirement.
How can I get back to using version 3.1.0?

@yotpaul
Copy link

yotpaul commented Apr 1, 2020

Hey @bm-eventstable what you can try and do is replace the code under the vendor directory with the version that you need and remove the Yotpo_Yotpo row from the modules SQL table.
It is also advisable to use the CBE version of the module, so we suggest to do that once Magento 2.3.5 is released as any changes you make now will be overridden when you update composer again.

Let me know if this helps.

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

No branches or pull requests

2 participants