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

Commit

Permalink
bump to 1.2.6
Browse files Browse the repository at this point in the history
Summary: release new version, will be used on marketplace

Reviewed By: zlik

Differential Revision: D27449339

fbshipit-source-id: 69de5723
  • Loading branch information
xxu3-sc authored and facebook-github-bot committed Mar 31, 2021
1 parent 77b6e9f commit 4469909
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.5</data>
<data key="pluginVersion">1.2.6</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.5",
"version": "1.2.6",
"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.5">
<module name="Facebook_BusinessExtension" setup_version="1.2.6">
</module>
</config>

0 comments on commit 4469909

Please sign in to comment.