Skip to content

Releases: combindma/laravel-facebook-pixel

5.0.2

24 Oct 00:18
Compare
Choose a tag to compare

This fixes the issue of using MetaPixel::track() method.

5.0.1

17 May 18:40
Compare
Choose a tag to compare
Addes support for laravel octane

5.0.0

28 Apr 15:12
Compare
Choose a tag to compare
  • 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.

4.1.0

16 Mar 00:11
Compare
Choose a tag to compare
  • Added support for Laravel 11
  • Updated Meta Business SDK to v19.0
  • Dropped support for PHP 8.0

4.0.2

18 Apr 15:30
Compare
Choose a tag to compare

Fixed error Meta cookies that were not sent by default using API conversions.

4.0.1

13 Apr 16:34
Compare
Choose a tag to compare
Added support for Server Tests

4.0.0

13 Apr 15:42
Compare
Choose a tag to compare
  • Upgraded facebook/php-business-sdk to v16.0
  • Added event id for both: Meta Pixel and Conversions API
  • Conversions API now is more simple to use
  • Updated the documentation to be more helpful
  • Added more tests

3.1.0

20 Feb 17:16
Compare
Choose a tag to compare

Added support for Laravel 10

3.0.2

08 Mar 15:18
Compare
Choose a tag to compare

Added support for custom events

3.0.1

08 Mar 14:46
Compare
Choose a tag to compare
wip