Changeset 3254209
- Timestamp:
- 03/11/2025 04:15:10 PM (13 months ago)
- Location:
- snap-pixel
- Files:
-
- 38 added
- 2 edited
-
tags/1.9.0 (added)
-
tags/1.9.0/README.md (added)
-
tags/1.9.0/admin (added)
-
tags/1.9.0/admin/admin-display.php (added)
-
tags/1.9.0/admin/index.php (added)
-
tags/1.9.0/admin/partials (added)
-
tags/1.9.0/admin/partials/edd-tab.php (added)
-
tags/1.9.0/admin/partials/general-tab.php (added)
-
tags/1.9.0/admin/partials/help-tab.php (added)
-
tags/1.9.0/admin/partials/woocommerce-tab.php (added)
-
tags/1.9.0/assets (added)
-
tags/1.9.0/assets/css (added)
-
tags/1.9.0/assets/css/index.php (added)
-
tags/1.9.0/assets/css/snap-pixel-admin.css (added)
-
tags/1.9.0/assets/css/snap-pixel-admin.css.bak (added)
-
tags/1.9.0/assets/css/snap-pixel-global-admin.css (added)
-
tags/1.9.0/assets/images (added)
-
tags/1.9.0/assets/images/index.php (added)
-
tags/1.9.0/assets/images/snapchat-logo.svg (added)
-
tags/1.9.0/assets/images/snapchat-pixel.png (added)
-
tags/1.9.0/assets/index.php (added)
-
tags/1.9.0/assets/js (added)
-
tags/1.9.0/assets/js/index.php (added)
-
tags/1.9.0/assets/js/snap-pixel-admin.js (added)
-
tags/1.9.0/assets/js/snap-pixel.js (added)
-
tags/1.9.0/includes (added)
-
tags/1.9.0/includes/class-snap-pixel-admin.php (added)
-
tags/1.9.0/includes/class-snap-pixel-core.php (added)
-
tags/1.9.0/includes/class-snap-pixel-edd.php (added)
-
tags/1.9.0/includes/class-snap-pixel-woocommerce.php (added)
-
tags/1.9.0/includes/class-snap-pixel.php (added)
-
tags/1.9.0/includes/index.php (added)
-
tags/1.9.0/index.php (added)
-
tags/1.9.0/languages (added)
-
tags/1.9.0/languages/README.md (added)
-
tags/1.9.0/languages/index.php (added)
-
tags/1.9.0/readme.txt (added)
-
tags/1.9.0/snap-pixel.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/snap-pixel.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
snap-pixel/trunk/readme.txt
r3252605 r3254209 8 8 Tested up to: 6.7.2 9 9 Requires PHP: 5.6 10 Stable tag: 1. 8.010 Stable tag: 1.9.0 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 186 186 == Changelog == 187 187 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 188 192 = 1.8.0 = 189 193 * Major code refactoring for improved security and performance … … 242 246 == Upgrade Notice == 243 247 248 = 1.9.0 = 249 Important security update that fixes a nonce verification vulnerability. Please upgrade immediately. 250 244 251 = 1.8.0 = 245 252 Major update with improved security, better UI, and enhanced WooCommerce integration. Please backup before upgrading. -
snap-pixel/trunk/snap-pixel.php
r3252591 r3254209 4 4 * Plugin URI: https://wordpress.org/plugins/snap-pixel 5 5 * 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.06 * Version: 1.9.0 7 7 * Author: Hassan Ali 8 8 * Author URI: https://creativehassan.com … … 21 21 22 22 // Define plugin constants 23 define( 'SNAP_PIXEL_VERSION', '1. 8.0' );23 define( 'SNAP_PIXEL_VERSION', '1.9.0' ); 24 24 define( 'SNAP_PIXEL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 25 25 define( 'SNAP_PIXEL_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.