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

1.4.3 Release

Compare
Choose a tag to compare
@akrishnan93-zz akrishnan93-zz released this 23 Sep 19:30
· 14 commits to main since this 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