Plugin Directory

Changeset 3254209


Ignore:
Timestamp:
03/11/2025 04:15:10 PM (13 months ago)
Author:
creativehassan
Message:

Important security update that fixes a nonce verification vulnerability. Please upgrade immediately.

Location:
snap-pixel
Files:
38 added
2 edited

Legend:

Unmodified
Added
Removed
  • snap-pixel/trunk/readme.txt

    r3252605 r3254209  
    88Tested up to: 6.7.2
    99Requires PHP: 5.6
    10 Stable tag: 1.8.0
     10Stable tag: 1.9.0
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    186186== Changelog ==
    187187
     188= 1.9.0 =
     189* Security fix: Improved nonce verification in AJAX handlers to prevent potential security vulnerabilities
     190* Enhanced data validation and sanitization throughout the plugin
     191
    188192= 1.8.0 =
    189193* Major code refactoring for improved security and performance
     
    242246== Upgrade Notice ==
    243247
     248= 1.9.0 =
     249Important security update that fixes a nonce verification vulnerability. Please upgrade immediately.
     250
    244251= 1.8.0 =
    245252Major update with improved security, better UI, and enhanced WooCommerce integration. Please backup before upgrading.
  • snap-pixel/trunk/snap-pixel.php

    r3252591 r3254209  
    44 * Plugin URI:  https://wordpress.org/plugins/snap-pixel
    55 * Description: Snapchat (Snap Pixel) to measure the cross-device impact of campaigns. It is best suited for your direct response goals, such as driving leads, subscriptions, or product sales.
    6  * Version:     1.8.0
     6 * Version:     1.9.0
    77 * Author:      Hassan Ali
    88 * Author URI:  https://creativehassan.com
     
    2121
    2222// Define plugin constants
    23 define( 'SNAP_PIXEL_VERSION', '1.8.0' );
     23define( 'SNAP_PIXEL_VERSION', '1.9.0' );
    2424define( 'SNAP_PIXEL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2525define( 'SNAP_PIXEL_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.