Skip to content

Commit

Permalink
Bumped version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Raj KB committed Mar 21, 2022
1 parent 0f77f9b commit e89555f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ php bin/magento setup:static-content:deploy

## Changelog

**Version 1.0.1 (2022-03-21)**

* Fix of error in 2.4.3-p1: The "componentType" configuration parameter is required for the "container_msrp" component.

**Version 1.0.0 (2022-01-19)**

* Initial Release.
Expand All @@ -96,7 +100,7 @@ php bin/magento setup:static-content:deploy

## Contributors

![Contributors](https://contrib.rocks/image?repo=MagePsycho/magento2-store-view-pricing)
![Contributors](https://contrib.rocks/image?repo=magepsycho/magento2-store-view-pricing)

## To Contribute
Any contribution to the development of `Magento 2 Store View Pricing` is highly welcome.
Expand All @@ -105,4 +109,4 @@ The best possibility to provide any code is to open a [pull request on GitHub](h
## Need Support?
If you encounter any problems or bugs, please create an issue on [GitHub](https://github.com/MagePsycho/magento2-store-view-pricing/issues).

Please [visit our store](https://www.magepsycho.com/extensions/magento-2.html) for more FREE / paid extensions OR [contact us](https://magepsycho.com/contact) for customization / development services.
Please [visit our store](https://www.magepsycho.com/extensions/magento-2.html) for more FREE / paid extensions OR [contact us](https://magepsycho.com/contact) for customization / development services.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Magento 2 Store View Pricing",
"keywords": ["magento", "magento2 extension", "magento 2 extension", "extension", "module", "magento2 module", "magento 2 module", "catalog", "product", "store", "store view", "tier","price","pricing"],
"type": "magento2-module",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://www.magepsycho.com/magento2-store-view-pricing.html",
"authors": [
{
Expand All @@ -25,4 +25,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
4 changes: 2 additions & 2 deletions src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Magento 2 Store View Pricing",
"keywords": ["magento", "magento2 extension", "magento 2 extension", "extension", "module", "magento2 module", "magento 2 module", "catalog", "product", "store", "store view", "tier","price","pricing"],
"type": "magento2-module",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://www.magepsycho.com/magento2-store-view-pricing.html",
"authors": [
{
Expand All @@ -25,4 +25,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}
2 changes: 1 addition & 1 deletion src/etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MagePsycho_StorePricing" setup_version="1.0.0">
<module name="MagePsycho_StorePricing" setup_version="1.0.1">
<sequence>
<module name="Magento_Catalog"/>
</sequence>
Expand Down

0 comments on commit e89555f

Please sign in to comment.