Skip to content

Commit

Permalink
Merge pull request #10 from mageplaza/2.3-develop
Browse files Browse the repository at this point in the history
clean code update i18n & update composer version
  • Loading branch information
phamcuongmp authored Nov 22, 2021
2 parents 58cc838 + 70c90e0 commit 3e86f28
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "mageplaza/module-facebook-plugin",
"description": "Magento 2 Facebook Plugin Extension",
"require": {
"mageplaza/module-core": "^1.4.5"
},
"type": "magento2-module",
"version": "1.0.3",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\FacebookPlugin\\": ""
}
}
}
{
"name": "mageplaza/module-facebook-plugin",
"description": "Magento 2 Facebook Plugin Extension",
"require": {
"mageplaza/module-core": "^1.4.5"
},
"type": "magento2-module",
"version": "1.0.4",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\FacebookPlugin\\": ""
}
}
}

0 comments on commit 3e86f28

Please sign in to comment.