FACT-Finder-Web-Components / magento2-module

FACT-Finder® Web Components for Magento 2
https://web-components.fact-finder.de/
Other
11 stars 17 forks source link

Duplicate attribute exported for each store language #299

Open adimaheshwary7 opened 3 years ago

adimaheshwary7 commented 3 years ago
a-laurowski commented 3 years ago

Hi @amitnaraniwal and thanks for the reporting. Are you sure the newest version of module is in use? Latest release is v1.6.5 https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v1.6.5 The module composer.json file doesn't contain version because its not required.

adimaheshwary7 commented 3 years ago

How can i update the version using the composer command?

On Mon, Mar 8, 2021 at 11:54 AM a.laurowski @.***> wrote:

Hi @amitnaraniwal https://github.com/amitnaraniwal and thanks for the reporting. Are you sure a newest version of module is in use? Latest release is v1.6.5

https://github.com/FACT-Finder-Web-Components/magento2-module/releases/tag/v1.6.5 The module composer.json file doesn't contain version because its not required.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/FACT-Finder-Web-Components/magento2-module/issues/299#issuecomment-792502053, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF7RWYTUNAEENKIE5ZD6XSTTCRUQ3ANCNFSM4YXYGB5A .

a-laurowski commented 3 years ago

hi @adimaheshwary7 I think you can just require the module and composer should install newest release possible as long as there are no constraints due to other project dependencies that would prevent this. If you want to specify the version you can use following syntax composer require vendor/package:version Recent version is v1.6.5 (v could be skipped, composer should figure it out)