Skip to content

Commit

Permalink
20.4.3 MNB-2539 Add support for Magento 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wsajason committed Jun 21, 2022
1 parent 44f9a12 commit 0d877cc
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG-PUBLIC.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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


4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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


2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
31 changes: 31 additions & 0 deletions src/composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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\\": ""
}
}
}

0 comments on commit 0d877cc

Please sign in to comment.