Skip to content

Commit

Permalink
Deprecate facebook/facebook-for-magento2
Browse files Browse the repository at this point in the history
Summary: Marking repo as abandoned and asking the user to install the new extension

Reviewed By: zlik

Differential Revision: D44240003

fbshipit-source-id: 4c926f597a91eb1b2daf4b24692c3c71ef24c34a
  • Loading branch information
Wayne Zhang authored and facebook-github-bot committed Mar 23, 2023
1 parent 3840e94 commit e5b04e0
Show file tree
Hide file tree
Showing 3 changed files with 7 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.6</data>
<data key="pluginVersion">1.4.7</data>
</entity>
</entities>
6 changes: 5 additions & 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.6",
"version": "1.4.7",
"require": {
"facebook/php-business-sdk": ">=15.0.0"
},
Expand All @@ -13,6 +13,10 @@
"url": "https://github.com/facebookincubator/facebook-for-magento2"
}
],
"conflict": {
"meta/meta-for-magento2": "*"
},
"abandoned": "meta/meta-for-magento2",
"autoload": {
"files": [ "registration.php" ],
"psr-4": {
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.6">
<module name="Facebook_BusinessExtension" setup_version="1.4.7">
</module>
</config>

0 comments on commit e5b04e0

Please sign in to comment.