Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Commit

Permalink
Upgrading to version 1.4.4
Browse files Browse the repository at this point in the history
Summary: Upgrading the Version from 1.4.3 to 1.4.4

Reviewed By: mrharel

Differential Revision: D32558859

fbshipit-source-id: 072d96d0
  • Loading branch information
fbisaso authored and facebook-github-bot committed Nov 19, 2021
1 parent 6b94ea6 commit 7341861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Test/Mftf/Data/PluginInfoData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataProfileSchema.xsd">
<entity name="_pluginInfo" type="PluginInfo">
<data key="source">magento2</data>
<data key="pluginVersion">1.4.3</data>
<data key="pluginVersion">1.4.4</data>
</entity>
</entities>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Facebook Business Extension for Magento 2",
"type": "magento2-module",
"license": "GPL-1.0-or-later",
"version": "1.4.3",
"version": "1.4.4",
"require": {
"facebook/php-business-sdk": "9.0.3"
},
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Facebook_BusinessExtension" setup_version="1.4.3">
<module name="Facebook_BusinessExtension" setup_version="1.4.4">
</module>
</config>

0 comments on commit 7341861

Please sign in to comment.