diff --git a/CHANGELOG-PUBLIC.MD b/CHANGELOG-PUBLIC.MD index 11dd327..ba9cda9 100644 --- a/CHANGELOG-PUBLIC.MD +++ b/CHANGELOG-PUBLIC.MD @@ -72,3 +72,7 @@ MNB-2125 added support for BR postcode with hyphen MNB-2539 Add support for Magento 2.4.4 +## 20.4.3 (2022-06-21) +MNB-2539 Add support for Magento 2.4.4 + + diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 11dd327..ba9cda9 100755 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -72,3 +72,7 @@ MNB-2125 added support for BR postcode with hyphen MNB-2539 Add support for Magento 2.4.4 +## 20.4.3 (2022-06-21) +MNB-2539 Add support for Magento 2.4.4 + + diff --git a/composer.json b/composer.json index 11eb0f0..8d765ec 100755 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "webshopapps/module-matrixrate", "description": "Magento Shipping Multiple Table Rates - MatrixRate", - "version": "20.4.0", + "version": "20.4.3", "license": [ "OSL-3.0", "AFL-3.0" diff --git a/src/composer.json b/src/composer.json new file mode 100755 index 0000000..e8bfb41 --- /dev/null +++ b/src/composer.json @@ -0,0 +1,31 @@ +{ + "name": "webshopapps/module-matrixrate", + "description": "Magento Shipping Multiple Table Rates - MatrixRate", + "version": "20.4.0", + "license": [ + "OSL-3.0", + "AFL-3.0" + ], + "authors": [ + { + "name": "ShipperHQ", + "email": "sales@wshipperhq.com", + "homepage": "http://www.Shipperhq.com" + }, + { + "name": "Karen Baker" + } + ], + "type": "magento2-module", + "support": { + "documentation": "http://docs.shipperhq.com" + }, + "autoload": { + "files": [ + "registration.php" + ], + "psr-4": { + "WebShopApps\\MatrixRate\\": "" + } + } +}