Plugin Directory

Changeset 3458836


Ignore:
Timestamp:
02/11/2026 09:46:38 AM (4 weeks ago)
Author:
metriondev
Message:

Deploy version 1.6.5 from GitHub Actions

Location:
metrion
Files:
62 added
3 edited

Legend:

Unmodified
Added
Removed
  • metrion/trunk/js/core/events.js

    r3458206 r3458836  
    415415
    416416    clean_url: function (s) {
    417       s.replace(/\/$/, '').replace(/^https?:\/\/(www\.)?/, '')
     417      return s.replace(/\/$/, '').replace(/^https?:\/\/(www\.)?/, '');
    418418    },
    419419  },
  • metrion/trunk/main.php

    r3458206 r3458836  
    33* Plugin Name:          Metrion
    44* Description:          Skip manual implementation, sync data directly tailored to destinations like Google Ads and Meta Ads.
    5 * Version:              1.6.4
     5* Version:              1.6.5
    66* Author:               Metrion
    77* Author URI:           https://getmetrion.com
     
    1212if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    1313
    14 define('GLOBAL_METRION_PLUGIN_VERSION', '1.6.4');
     14define('GLOBAL_METRION_PLUGIN_VERSION', '1.6.5');
    1515
    1616require_once plugin_dir_path(__FILE__) . 'includes/js_bundler.php';
  • metrion/trunk/readme.txt

    r3458206 r3458836  
    44Requires at least: 3.8
    55Tested up to: 6.8
    6 Stable tag: 1.6.4
     6Stable tag: 1.6.5
    77Requires PHP: 7.1
    88License: GPLv3 or later
     
    9393== Changelog ==
    9494
     95= 1.6.5 =
     96- Fixed a case where domains where not correctly sanitized
     97
    9598= 1.6.4 =
    9699- Fixed a case where cookie domains where mismatched from server
Note: See TracChangeset for help on using the changeset viewer.