Skip to content

5.0.0

Compare
Choose a tag to compare
@omarherri omarherri released this 28 Apr 15:12
· 8 commits to main since this release
  • Dropped support for PHP 8.1
  • Config File Renaming: The config file is now named meta-pixel to better reflect its purpose.
  • Environment Variables Update: Prefixes for environment variables have been changed from FACEBOOK_ to META_. For example, FACEBOOK_PIXEL_ID is now META_PIXEL_ID.
  • Advanced Matching Feature: A new feature, advanced_matching_enabled, has been added to the config file and is enabled by default to improve tracking accuracy.
  • Middleware Update: The middleware has been renamed to MetaPixelMiddleware for a more intuitive naming convention.
  • Facade Updates: All facade calls should now be made using MetaPixel to simplify the codebase.
  • HTML Tag Updates: Head and body tags in your HTML should use the new <x-metapixel-head/> and <x-metapixel-body/> tags for improved integration.