Skip to content
This repository has been archived by the owner on Jul 25, 2020. It is now read-only.

Releases: facebookarchive/facebook-for-magento

v2.6.3

21 May 01:00
Compare
Choose a tag to compare

This release fix a security issue potentially allows unauthorized user to access magento FBE settings. It does not contain new features, but strongly recommend you to update.

v2.6.2

07 Dec 22:11
Compare
Choose a tag to compare
  • Fix configurable product showing in stock when all simple products under it
    are out of stock. (#6)
  • Add advanced option to not sync out of stock products to FB. (#70)
  • Fix PHP warning issue for products with multiple genders. (#99)
  • Remove include statements and clean up code to Magento standards. (Thanks @edward-simpson !)
  • Messenger Chat Customization
  • Minor UI Adjustments in Plugin Config Area

This will likely be the last version update from me, as I'm leaving the company next week.
Others from FB will take over this project, but updates and responses in the near term may be limited.
It has been fun working on this project for the past 3 years.

Cheers, Dmitri.

v2.6.1

31 Aug 16:01
Compare
Choose a tag to compare

Fix 3 bugs introduced in 2.6.0

  • Fix malformed include statement when compilation mode is enabled (Thanks @kunzi !)
  • Fix warning/error when stock variable is undefined (Thanks @edward-simpson !!)
  • Remove unnecessary statement that was causing warnings/errors in debug mode. (#86)

v2.6.0

16 Aug 21:20
Compare
Choose a tag to compare

debugmodev3b

  • Introduce Debug Mode. Debug critical errors with the extension and show log files.
  • Fix AddToCart product matching error.
  • A Notice will now appear in the plugin's config page when a new version is available.

v2.5.1 - Pre Release

30 Jul 22:10
Compare
Choose a tag to compare
v2.5.1 - Pre Release Pre-release
Pre-release

Pre-release for #41, not recommended for install unless you have that problem. Use 2.5.0 until this is production ready.

v2.5.0

08 Jun 23:13
Compare
Choose a tag to compare

magentoredesign1

  • UI Redesign.
  • UI reset when settings are deleted via popup.
  • Fix currency issue for multiple currency stores. (Thanks @pawelskowronek !)
  • Added Preliminary Messenger Chat support (Beta, Not Live Yet).

v2.4.2

26 Apr 02:28
Compare
Choose a tag to compare
  • Shop creation is on by default for new setups.

See : https://github.com/facebookincubator/facebook-for-magento/releases/tag/2.4.0
For instructions on how to enable your shop.

2.4.1

28 Mar 00:21
Compare
Choose a tag to compare
  • De-Dup Multiple IDs in Feed File. Fixes #30
  • Replace substr/strlen with mb_substr/mb_strlen. Fixes blank screen issue #42
  • Fix PHP warning mentioned in #34

2.4.0

13 Mar 19:24
Compare
Choose a tag to compare
  • Allows auto-creation of FB Shops (Requires Reset)

Shop Setup Steps

For new users, you can skip step 1.
Step 1 will reset your existing catalog and setup
Note that this may affect running ads using the products.

Step 1

shopsguide0

Step 2

shopsguide1

Step 3

shopsguide2

Step 4

The shop will appear for you on your page. You may have to wait for your shop to become approved to be visible to others. It can take up to 48 hours, but usually happens in 1-2 hours. Some images in your shop may appear blank during the review process, this is normal.

Step 5

Celebrate.

v2.3.6

16 Dec 00:57
Compare
Choose a tag to compare
  • Blank Screen Fix : Detect case where currency conversion rate is undefined and display a warning. (#11)
  • Include ACL Permissions (Thanks @WaPoNe!)