Releases: facebookarchive/facebook-for-magento2
1.4.6: Updated biz SDK version
1.4.5 Release
In regards to issue #20 we removed magento version from any front end code.
1.4.4 Release
-
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
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
- add a button to allow sync category to fb
- allow user enable/disable a category sync
1.4.1 Release
Removed unnecessary InventorySource.php
file.
1.4.0 Release
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
minor improvement on catalog/inventory
- Fix bugs when product has no category
- Inventory improvements
refactor code, bug fix
- Refactor code to comply with magento code standard
- Fix the bug that product url is 404
- Fix the bug on 2.1 that attribute length is limited to 30
- Fix bugs for magento2.4