Changeset 3453910
- Timestamp:
- 02/04/2026 03:37:22 PM (5 weeks ago)
- Location:
- metrion
- Files:
-
- 62 added
- 3 edited
-
tags/1.6.2 (added)
-
tags/1.6.2/assets (added)
-
tags/1.6.2/assets/icon-128x128.png (added)
-
tags/1.6.2/assets/icon-256x256.png (added)
-
tags/1.6.2/css (added)
-
tags/1.6.2/css/settings.css (added)
-
tags/1.6.2/includes (added)
-
tags/1.6.2/includes/api_endpoints.php (added)
-
tags/1.6.2/includes/event_capture.php (added)
-
tags/1.6.2/includes/initial.php (added)
-
tags/1.6.2/includes/js_bundler.php (added)
-
tags/1.6.2/js (added)
-
tags/1.6.2/js/cmp (added)
-
tags/1.6.2/js/cmp/cmplz (added)
-
tags/1.6.2/js/cmp/cmplz/logic.js (added)
-
tags/1.6.2/js/cmp/cookiebot (added)
-
tags/1.6.2/js/cmp/cookiebot/logic.js (added)
-
tags/1.6.2/js/cmp/cookieconfirm (added)
-
tags/1.6.2/js/cmp/cookieconfirm/logic.js (added)
-
tags/1.6.2/js/cmp/cookiefirst (added)
-
tags/1.6.2/js/cmp/cookiefirst/logic.js (added)
-
tags/1.6.2/js/cmp/cookiepal (added)
-
tags/1.6.2/js/cmp/cookiepal/logic.js (added)
-
tags/1.6.2/js/cmp/cookieyes (added)
-
tags/1.6.2/js/cmp/cookieyes/logic.js (added)
-
tags/1.6.2/js/cmp/moove_gdpr (added)
-
tags/1.6.2/js/cmp/moove_gdpr/logic.js (added)
-
tags/1.6.2/js/cmp/no_cmp (added)
-
tags/1.6.2/js/cmp/no_cmp/logic.js (added)
-
tags/1.6.2/js/cmp/onetrust (added)
-
tags/1.6.2/js/cmp/onetrust/logic.js (added)
-
tags/1.6.2/js/core (added)
-
tags/1.6.2/js/core/events.js (added)
-
tags/1.6.2/js/core/initialisation_sequence.js (added)
-
tags/1.6.2/js/detect (added)
-
tags/1.6.2/js/detect/detect.js (added)
-
tags/1.6.2/js/elementor (added)
-
tags/1.6.2/js/elementor/form_events.js (added)
-
tags/1.6.2/js/google_ads (added)
-
tags/1.6.2/js/google_ads/consent_mode.js (added)
-
tags/1.6.2/js/google_ads/events.js (added)
-
tags/1.6.2/js/google_analytics (added)
-
tags/1.6.2/js/google_analytics/events.js (added)
-
tags/1.6.2/js/meta (added)
-
tags/1.6.2/js/meta/events.js (added)
-
tags/1.6.2/js/microsoft_ads (added)
-
tags/1.6.2/js/microsoft_ads/consent_mode.js (added)
-
tags/1.6.2/js/microsoft_ads/events.js (added)
-
tags/1.6.2/js/myyounit (added)
-
tags/1.6.2/js/myyounit/integration.js (added)
-
tags/1.6.2/js/settings (added)
-
tags/1.6.2/js/settings/settings.js (added)
-
tags/1.6.2/js/tiktok (added)
-
tags/1.6.2/js/tiktok/events.js (added)
-
tags/1.6.2/js/woo (added)
-
tags/1.6.2/js/woo/other_events.js (added)
-
tags/1.6.2/js/woo/purchase_event.js (added)
-
tags/1.6.2/main.php (added)
-
tags/1.6.2/readme.txt (added)
-
tags/1.6.2/uninstall.php (added)
-
tags/1.6.2/views (added)
-
tags/1.6.2/views/settings.php (added)
-
trunk/js/core/events.js (modified) (1 diff)
-
trunk/main.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
metrion/trunk/js/core/events.js
r3453704 r3453910 1058 1058 "clickid", 1059 1059 "tid", 1060 "_kx", 1060 1061 ]; 1061 1062 -
metrion/trunk/main.php
r3453715 r3453910 3 3 * Plugin Name: Metrion 4 4 * Description: Skip manual implementation, sync data directly tailored to destinations like Google Ads and Meta Ads. 5 * Version: 1.6. 15 * Version: 1.6.2 6 6 * Author: Metrion 7 7 * Author URI: https://getmetrion.com … … 12 12 if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly 13 13 14 define('GLOBAL_METRION_PLUGIN_VERSION', '1.6. 1');14 define('GLOBAL_METRION_PLUGIN_VERSION', '1.6.2'); 15 15 16 16 require_once plugin_dir_path(__FILE__) . 'includes/js_bundler.php'; -
metrion/trunk/readme.txt
r3453715 r3453910 4 4 Requires at least: 3.8 5 5 Tested up to: 6.8 6 Stable tag: 1.6. 16 Stable tag: 1.6.2 7 7 Requires PHP: 7.1 8 8 License: GPLv3 or later … … 93 93 == Changelog == 94 94 95 = 1.6.2 = 96 - Collection preparations for Klaviyo 97 95 98 = 1.6.1 = 96 99 - Added MyYounit integration
Note: See TracChangeset
for help on using the changeset viewer.