Skip to content

Releases: magento/meta-for-magento2

1.3.5 Release

19 Nov 21:27
af7e37a
Compare
Choose a tag to compare

Fixes and improvements

  • Fix: Meta Product Link is mapped to Admin URL by default
  • Fix: ViewContent event data
  • Fix: Attribute not removed after uninstalling Meta module
  • Fix: No extension attributes after reinstalling the Meta Module
  • Fix: Allow decimal stock qty in feed builder
  • Fix: Add to Cart event tracking issue
  • Fix: Send Correct Special Price when catalogue rule is applied
  • Fix: Upgrade issue from 1.3.1 to 1.3.2
  • Fix: Wrong Mapping Dropdown Product Attributes with Meta
  • Fix: Class "Magento\Framework\Mview\View\ChangeLogBatchWalker" does not exist
  • Add: 'magic parameter' allowing fbeadmin URL to no longer require a secret key

1.3.4 Release

21 Oct 18:56
Compare
Choose a tag to compare

Fixes and improvements

  • Fixed attribute mapping scope for catalog feed creation
  • Rename release/version in private Github: v.1.3.4 –> v1.3.4 (remove "." after v) to follow standard naming convention
  • Create release with release notes and tag in the public Github repo
  • Create 1.3.4 branch from RC
  • Merge 1.3.4 into main
  • In the main branch, after merge, bump version to 1.3.4-dev in Meta\BusinessExtension\Model\System\Config::$version

1.3.3 Release

09 Sep 21:35
Compare
Choose a tag to compare

Compatible with Magento Commerce >=2.4.3

Fixes and improvements

  • Remove product attributes on uninstalling the extension
  • Fixed Magento version compatibility issue
  • Fixed SQL error when empty categories are assigned to products
  • Fixed di:compile issue
  • Cleaned up a custom checkout URL
  • Fixed RSA encryption parameters
  • Improved Add to Cart stability

1.3.2 Release

16 Jul 21:48
Compare
Choose a tag to compare

Compatible with Magento Commerce >=2.4.4

Fixes and improvements

  • Meta Graph API version bumped to v20.0
  • Improvements to Meta’s Dynamic Checkout
  • Improvements to newsletter subscriptions
  • Bug fixes for Meta Business Extension
  • Improvements to refunds
  • Added user parameters to all Meta Pixel / Conversions API events
  • Display a system message if there’s a conflicting CAPI/Pixel extension
  • Added store ID filter to product retriever collections
  • Added server-side PageView events
  • Improvements to logging
  • Correction of the CAPI/Pixel content_type and content_id parameters
  • Fixed child products visibility issue
  • Improvements to catalog reindexing
  • Fixed incompatibles with PHP 7.4
  • Improvements for single store mode
  • Added Pixel ID and AAM status to module info
  • Updated README

1.3.1 Release

08 May 21:45
Compare
Choose a tag to compare
  • Enhancements to Checkout Events:
    • Makes Pixel and CAPI event firing more consistent.
  • API Improvements:
    -Enhanced fields for Email-Opt-In feature.
    • Improved logging for RSA signature validation errors.
    • More detailed logs for MSI Inventory management.
  • Database Prefix Support
    • Access table names through resource references instead of direct connection calls. This unblocks sellers who leverage database prefixes in their magento setups.
  • Product Feed and Inventory:
    • Added prefix to custom attributes in product feeds to avoid duplicates.
    • Fixed status for configurable products and resolved image issues for child products.
  • Meta Commerce Integration:
    • Enhanced parsing of buyer phone numbers from Meta Commerce API.
    • Added website IDs to rule creation logic.
  • Miscellaneous:
    • Improved error logging for tax calculations with external services.

1.3.0 Release

26 Mar 15:52
Compare
Choose a tag to compare

Fixes and improvements

  • This release of the Magento Extension releases the Meta onsite commerce product to all Magento sellers.
  • Meta Onsite Commerce enables sellers to sync their E-Commerce information in real-time between their Magento and Meta Shops. It also automatically makes sellers eligible for Meta Shops Ads -- a new Meta Ads format optimized for E-Commerce. Sellers can manage their Meta commerce and ads accounts directly through their Magento Admin Dashboard using our Embedded Commerce Extension.
  • In addition to this feature release, 1.3.0 also resolves several enhancements uncovered during our beta test phase:
    • Repair systems for sellers who onboarded in an inconsistent state.
    • Repair systems for orders which were synced to Magento in an inconsistent state.
    • Better handling for orders made on sold-out or unavailable items
    • Better handling of Tax Validation edge cases
    • More intelligent syncing logic for multi-website promotions
    • More intelligent request batching for large product catalogs
    • Memory profiling for expensive cron jobs
    • Simplified settings options and toggles -- removal of superfluous diagnostics pages.
    • Compatibility changes to support PHP 7.4
    • Handle carriers which require a phone number before orders can be shipped.

1.2.6 Release

14 Feb 05:43
Compare
Choose a tag to compare

Fixes and improvements

  • Added deeper crash logging for Catalog exceptions
  • Added deeper telemetry logging for failed calls to Meta's Commerce Graph API
  • Added logic to help identify other synergistic 3P extensions, such as Shipstation
  • Addressed issues in the Multi-Feed Inventory sync logic
  • Addressed issues in the Shipping Option sync logic
  • Added more comprehensive comments and improved test documentation.
  • Removed PHP 8 language features incompatible with older versions of Magento

1.2.5 Release

13 Dec 21:57
Compare
Choose a tag to compare

Fixes and improvements

  • Fixed an issue affecting GET endpoints in the Meta Extension Settings API
  • Fixed an issue in settings.xml which blocked installation on some versions of Magento
  • Updated composer.json to enable compatibility with the most recent version of the Facebook Business PHP SDK
  • Fixed duplicate column issues, and added additional telemetry for Catalog feed upload service
  • Fixed unit tests and resolved non-blocking static lint warnings
  • Fixed syntax issues preventing PHP 7 compatibility

1.2.4 Release

01 Dec 21:30
44274f6
Compare
Choose a tag to compare
  • Added stability fixes for catalogs which use non-SKU identifiers
  • Added functionality to the Magento Orders tab, exposing meta order information
  • Overhauled the Meta Configuration page, making it easer and clearer to use
  • Added stability fixes for Shipments and Tracking
  • Added fixes to make Facebook Orders closer in structure to Magento Orders
  • Fixed an issue with pixel not working on older versions of Chrome
  • Implemented CSV File Compression when uploading to Meta
  • Fixed inconsistencies when orders are cancelled on Meta-Side with no Magento equivalent
  • Cronjobs now run with a small random offset
  • Added logging callsites to Catalog modules

1.2.3 Release

10 Nov 17:47
Compare
Choose a tag to compare

Fixes and improvements

  • Added compatibility with TaxJar extension for order syncing
  • Added compatibility with Xtento Tracking Number Import extension (and likely other extensions depending on Order load)
  • Fixed crash when choosing default store
  • Fixed issue with state being populated properly in orders
  • Various bug fixes, performance and UI improvements