Changeset 3458836
- Timestamp:
- 02/11/2026 09:46:38 AM (4 weeks ago)
- Location:
- metrion
- Files:
-
- 62 added
- 3 edited
-
tags/1.6.5 (added)
-
tags/1.6.5/assets (added)
-
tags/1.6.5/assets/icon-128x128.png (added)
-
tags/1.6.5/assets/icon-256x256.png (added)
-
tags/1.6.5/css (added)
-
tags/1.6.5/css/settings.css (added)
-
tags/1.6.5/includes (added)
-
tags/1.6.5/includes/api_endpoints.php (added)
-
tags/1.6.5/includes/event_capture.php (added)
-
tags/1.6.5/includes/initial.php (added)
-
tags/1.6.5/includes/js_bundler.php (added)
-
tags/1.6.5/js (added)
-
tags/1.6.5/js/cmp (added)
-
tags/1.6.5/js/cmp/cmplz (added)
-
tags/1.6.5/js/cmp/cmplz/logic.js (added)
-
tags/1.6.5/js/cmp/cookiebot (added)
-
tags/1.6.5/js/cmp/cookiebot/logic.js (added)
-
tags/1.6.5/js/cmp/cookieconfirm (added)
-
tags/1.6.5/js/cmp/cookieconfirm/logic.js (added)
-
tags/1.6.5/js/cmp/cookiefirst (added)
-
tags/1.6.5/js/cmp/cookiefirst/logic.js (added)
-
tags/1.6.5/js/cmp/cookiepal (added)
-
tags/1.6.5/js/cmp/cookiepal/logic.js (added)
-
tags/1.6.5/js/cmp/cookieyes (added)
-
tags/1.6.5/js/cmp/cookieyes/logic.js (added)
-
tags/1.6.5/js/cmp/moove_gdpr (added)
-
tags/1.6.5/js/cmp/moove_gdpr/logic.js (added)
-
tags/1.6.5/js/cmp/no_cmp (added)
-
tags/1.6.5/js/cmp/no_cmp/logic.js (added)
-
tags/1.6.5/js/cmp/onetrust (added)
-
tags/1.6.5/js/cmp/onetrust/logic.js (added)
-
tags/1.6.5/js/core (added)
-
tags/1.6.5/js/core/events.js (added)
-
tags/1.6.5/js/core/initialisation_sequence.js (added)
-
tags/1.6.5/js/detect (added)
-
tags/1.6.5/js/detect/detect.js (added)
-
tags/1.6.5/js/elementor (added)
-
tags/1.6.5/js/elementor/form_events.js (added)
-
tags/1.6.5/js/google_ads (added)
-
tags/1.6.5/js/google_ads/consent_mode.js (added)
-
tags/1.6.5/js/google_ads/events.js (added)
-
tags/1.6.5/js/google_analytics (added)
-
tags/1.6.5/js/google_analytics/events.js (added)
-
tags/1.6.5/js/meta (added)
-
tags/1.6.5/js/meta/events.js (added)
-
tags/1.6.5/js/microsoft_ads (added)
-
tags/1.6.5/js/microsoft_ads/consent_mode.js (added)
-
tags/1.6.5/js/microsoft_ads/events.js (added)
-
tags/1.6.5/js/myyounit (added)
-
tags/1.6.5/js/myyounit/integration.js (added)
-
tags/1.6.5/js/settings (added)
-
tags/1.6.5/js/settings/settings.js (added)
-
tags/1.6.5/js/tiktok (added)
-
tags/1.6.5/js/tiktok/events.js (added)
-
tags/1.6.5/js/woo (added)
-
tags/1.6.5/js/woo/other_events.js (added)
-
tags/1.6.5/js/woo/purchase_event.js (added)
-
tags/1.6.5/main.php (added)
-
tags/1.6.5/readme.txt (added)
-
tags/1.6.5/uninstall.php (added)
-
tags/1.6.5/views (added)
-
tags/1.6.5/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
r3458206 r3458836 415 415 416 416 clean_url: function (s) { 417 s.replace(/\/$/, '').replace(/^https?:\/\/(www\.)?/, '')417 return s.replace(/\/$/, '').replace(/^https?:\/\/(www\.)?/, ''); 418 418 }, 419 419 }, -
metrion/trunk/main.php
r3458206 r3458836 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. 45 * Version: 1.6.5 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. 4');14 define('GLOBAL_METRION_PLUGIN_VERSION', '1.6.5'); 15 15 16 16 require_once plugin_dir_path(__FILE__) . 'includes/js_bundler.php'; -
metrion/trunk/readme.txt
r3458206 r3458836 4 4 Requires at least: 3.8 5 5 Tested up to: 6.8 6 Stable tag: 1.6. 46 Stable tag: 1.6.5 7 7 Requires PHP: 7.1 8 8 License: GPLv3 or later … … 93 93 == Changelog == 94 94 95 = 1.6.5 = 96 - Fixed a case where domains where not correctly sanitized 97 95 98 = 1.6.4 = 96 99 - Fixed a case where cookie domains where mismatched from server
Note: See TracChangeset
for help on using the changeset viewer.