Plugin Directory

Changeset 3419964


Ignore:
Timestamp:
12/15/2025 10:47:19 AM (3 months ago)
Author:
developer1998
Message:

Fix: Improved compatibility with WordPress 6.9

Location:
meta-pixel-event-tracker
Files:
30 added
2 edited

Legend:

Unmodified
Added
Removed
  • meta-pixel-event-tracker/trunk/meta-pixel-event-tracker.php

    r3352535 r3419964  
    33Plugin Name: Meta Pixel Event Tracker for WooCommerce
    44Description: Adds customizable Meta Pixel event tracking support to WooCommerce.
    5 Version: 1.0.0
     5Version: 1.0.1
    66Requires at least: 5.2
    77Requires PHP: 7.4
     
    1818
    1919define( 'MPET_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    20 define( 'MPET_PLUGIN_VERSON', '1.0.0');
     20define( 'MPET_PLUGIN_VERSON', '1.0.1');
    2121
    2222require_once MPET_PLUGIN_PATH . 'includes/class-admin-settings.php';
  • meta-pixel-event-tracker/trunk/readme.txt

    r3352535 r3419964  
    33Tags: meta pixel, facebook pixel, woocommerce, event tracking, ecommerce tracking
    44Requires at least: 5.2
    5 Tested up to: 6.8.2
     5Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.0.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    5959== Changelog ==
    6060
     61= 1.0.1 =
     62* Fix: Improved compatibility with WordPress 6.9
     63
    6164= 1.0.0 =
    6265* Initial release.
     
    6669
    6770== Upgrade Notice ==
     71
     72= 1.0.1 =
     73Fix: Improved compatibility with WordPress 6.9
     74
    6875= 1.0.0 =
    6976First release — adds customizable Meta Pixel tracking for WooCommerce.
Note: See TracChangeset for help on using the changeset viewer.