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

Releases: facebookarchive/facebook-for-magento2

1.4.6: Updated biz SDK version

25 Jan 23:30
Compare
Choose a tag to compare

Updated the business SDK to make it compatible with the latest php

1.4.5 Release

16 Mar 15:30
Compare
Choose a tag to compare

In regards to issue #20 we removed magento version from any front end code.

1.4.4 Release

19 Nov 13:38
Compare
Choose a tag to compare
  • Disable Catalog: From user feedback, they want the ability to completely disable the catalog functionality. Currently there is an option to disable the catalog collections sync but this will not stop product uploads to Facebook catalog at the time of product creation. In this release we have replaced the disable collections sync with disable catalog sync. Once this is enabled, the extension will not send any products to the Facebook catalog.

  • Uninstall Extension: We have also received feedback that it is complex to uninstall the extension. To make this easier we have added a new command to do uninstall the extension.

bin/magento module:uninstall -r Facebook_BusinessExtension

1.4.3 Release

23 Sep 19:30
Compare
Choose a tag to compare

New Features:

  • Sensitive Issue Form - To allow users to send us sensitive info, we created this contact form for Magento. Please make sure to use this form when you would like to send us personalized information such as your Pixel ID, External Business, etc. Link to this form can also be found on Github when choosing templates.

  • Github Issue Form - Organized Github issue form so that we can streamline the process of submitting public issues to avoid any wasted time on back and forth communication. Example can be found here. a5afc4e

  • Info Page - We have implemented a new info page to allow admin users to reports issues where we can get more relevant information, like the Magento and extension version. We have two options of submitting an issue: public through Github, and privately directly to Facebook in the case of sensitive information. 0f62824

  • Logger - In the new Info Page, we created buttons to get the most relevant internal logs to be copied into an issue. We also invested in trying to add/remove logging calls in the code so we will have more relevant info.

  • Marketplace Installation Option: You can download and install our extension within the Magento marketplace with an account.

  • Removed FB Attributes from Product Grid: Previously, repetitive FB product attributes caused a chaotic grid. We have since removed them to allow for a cleaner and more efficient design. 882c29d

Bug Fixes:

  • PII Hashing - User data being sent to the conversion API was not being hashed. Now, all user data is being hashed and logged for debugging purposes. e1d4306

  • Decoupling Object Manager from FBE: We have started to de-couple object manager from FBE so there will not be as many instances of products being loaded multiple times unnecessarily. 769c0a6

  • Product Deletion Bug: Fixed the bug that did not allow users to delete products due to not being able find required field id. 49f7259

  • Set Proper Stock Availability: Set the proper stock availability if manage stock has been turned off. c3d5942

category sync

20 Apr 21:10
Compare
Choose a tag to compare
  1. add a button to allow sync category to fb
  2. allow user enable/disable a category sync

1.4.1 Release

19 Apr 19:06
Compare
Choose a tag to compare

Removed unnecessary InventorySource.php file.

1.4.0 Release

13 Apr 18:33
Compare
Choose a tag to compare

Reverted multi-source inventory for now as it's been causing issues for sellers with disabled Magento native advanced inventory modules (#23).

Fix fatal error when saving a product

05 Apr 17:18
Compare
Choose a tag to compare

minor improvement on catalog/inventory

31 Mar 00:53
Compare
Choose a tag to compare
  1. Fix bugs when product has no category
  2. Inventory improvements

refactor code, bug fix

15 Mar 19:20
Compare
Choose a tag to compare
  1. Refactor code to comply with magento code standard
  2. Fix the bug that product url is 404
  3. Fix the bug on 2.1 that attribute length is limited to 30
  4. Fix bugs for magento2.4