- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2020
09:04 AM
08-31-2020
09:04 AM
Same Extension but for different magento versions
Is it possible to submit the same extension but for different magento versions? For example one that is compatible with magento 2.2 and other only compatible with magento 2.3 ?
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2020
09:52 AM
08-31-2020
09:52 AM
Re: Same Extension but for different magento versions
Hi @5e42aa0edd4e9
Yes, You can use in both version. There would be minor patch changes.
If any issue occur then Check the version in composer.json and coding stranded for that specific version. You can check the extension versions update change log on extension store .
Hope this helps you!
Problem Solved! Click Kudos & Accept as Solution!
Problem Solved! Click Kudos & Accept as Solution!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2020
12:47 PM
08-31-2020
12:47 PM
Re: Same Extension but for different magento versions
@5e42aa0edd4e9 yeah you can do that, instead just release a update version with compatibility with upgraded magento version and some other features which you want to add.
Instead of adding new, an updated version of previous one would be more beneficial.
Hope it helps!
Thanks