Plugin Directory

Changeset 3453910


Ignore:
Timestamp:
02/04/2026 03:37:22 PM (5 weeks ago)
Author:
metriondev
Message:

Deploy version 1.6.2 from GitHub Actions

Location:
metrion
Files:
62 added
3 edited

Legend:

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

    r3453704 r3453910  
    10581058      "clickid",
    10591059      "tid",
     1060      "_kx",
    10601061    ];
    10611062
  • metrion/trunk/main.php

    r3453715 r3453910  
    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.1
     5* Version:              1.6.2
    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.1');
     14define('GLOBAL_METRION_PLUGIN_VERSION', '1.6.2');
    1515
    1616require_once plugin_dir_path(__FILE__) . 'includes/js_bundler.php';
  • metrion/trunk/readme.txt

    r3453715 r3453910  
    44Requires at least: 3.8
    55Tested up to: 6.8
    6 Stable tag: 1.6.1
     6Stable tag: 1.6.2
    77Requires PHP: 7.1
    88License: GPLv3 or later
     
    9393== Changelog ==
    9494
     95= 1.6.2 =
     96- Collection preparations for Klaviyo
     97
    9598= 1.6.1 =
    9699- Added MyYounit integration
Note: See TracChangeset for help on using the changeset viewer.