Changeset 3495725
- Timestamp:
- 03/31/2026 02:58:16 PM (45 hours ago)
- Location:
- tracksure/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
tracksure.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tracksure/trunk/readme.txt
r3495497 r3495725 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0. 27 Stable tag: 1.0.3 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 822 822 == Changelog == 823 823 824 = 1.0.3 - 2026-03-31 = 825 * Fix: Re-release of 1.0.2 (previous SVN upload was corrupted) 826 824 827 = 1.0.2 - 2026-03-31 = 825 828 * Fix: Journeys page now shows correct total visitor count — previously limited to 50 due to missing server-side pagination … … 855 858 == Upgrade Notice == 856 859 860 = 1.0.3 = 861 Re-release of 1.0.2 — data accuracy fixes and performance improvements. 862 857 863 = 1.0.2 = 858 864 Data accuracy fix: Journeys and Sessions pages now show correct totals. Frontend JS minified for faster page loads. -
tracksure/trunk/tracksure.php
r3495497 r3495725 5 5 * Plugin URI: https://tracksure.cloud 6 6 * 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. 27 * Version: 1.0.3 8 8 * Author: TrackSure Team 9 9 * Author URI: https://profiles.wordpress.org/tracksure/ … … 24 24 25 25 // Define plugin constants. 26 define('TRACKSURE_VERSION', '1.0. 2');26 define('TRACKSURE_VERSION', '1.0.3'); 27 27 define('TRACKSURE_DB_VERSION', '1.0.0'); 28 28 define('TRACKSURE_PLUGIN_FILE', __FILE__);
Note: See TracChangeset
for help on using the changeset viewer.