Plugin Directory

Changeset 3495725


Ignore:
Timestamp:
03/31/2026 02:58:16 PM (45 hours ago)
Author:
tracksure
Message:

Fix: Meta pixel issues

Location:
tracksure/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tracksure/trunk/readme.txt

    r3495497 r3495725  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.0.2
     7Stable tag: 1.0.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    822822== Changelog ==
    823823
     824= 1.0.3 - 2026-03-31 =
     825* Fix: Re-release of 1.0.2 (previous SVN upload was corrupted)
     826
    824827= 1.0.2 - 2026-03-31 =
    825828* Fix: Journeys page now shows correct total visitor count — previously limited to 50 due to missing server-side pagination
     
    855858== Upgrade Notice ==
    856859
     860= 1.0.3 =
     861Re-release of 1.0.2 — data accuracy fixes and performance improvements.
     862
    857863= 1.0.2 =
    858864Data accuracy fix: Journeys and Sessions pages now show correct totals. Frontend JS minified for faster page loads.
  • tracksure/trunk/tracksure.php

    r3495497 r3495725  
    55 * Plugin URI: https://tracksure.cloud
    66 * Description: Server-side tracking, analytics and pixel manager for WordPress. Boost ROAS with Conversion API (CAPI), recover lost conversions from ad blockers, and run first-party analytics.
    7  * Version: 1.0.2
     7 * Version: 1.0.3
    88 * Author: TrackSure Team
    99 * Author URI: https://profiles.wordpress.org/tracksure/
     
    2424
    2525// Define plugin constants.
    26 define('TRACKSURE_VERSION', '1.0.2');
     26define('TRACKSURE_VERSION', '1.0.3');
    2727define('TRACKSURE_DB_VERSION', '1.0.0');
    2828define('TRACKSURE_PLUGIN_FILE', __FILE__);
Note: See TracChangeset for help on using the changeset viewer.