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

Commit

Permalink
bumped version to 1.2.7
Browse files Browse the repository at this point in the history
Summary:
updated version to `1.2.7`.

NOTE: The next version should be `1.4.0`.

Reviewed By: xiangminxufsu

Differential Revision: D27567943

fbshipit-source-id: 79d5a811
  • Loading branch information
zlik authored and facebook-github-bot committed Apr 5, 2021
1 parent 8ce11de commit a617697
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.2.6</data>
<data key="pluginVersion">1.2.7</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.2.6",
"version": "1.2.7",
"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.2.6">
<module name="Facebook_BusinessExtension" setup_version="1.2.7">
</module>
</config>

0 comments on commit a617697

Please sign in to comment.