Plugin Directory

Changeset 3402558


Ignore:
Timestamp:
11/25/2025 01:13:46 PM (4 months ago)
Author:
metriondev
Message:

Replaced cookie extension call function with improved

Location:
metrion
Files:
55 added
3 edited

Legend:

Unmodified
Added
Removed
  • metrion/trunk/includes/api_endpoints.php

    r3300778 r3402558  
    253253    }
    254254
    255     // Extend the cookie if still valid
    256     metrion_extend_cookie($cookie_name, $uuid, $cookie_expiration_days);
     255    metrion_update_identification_cookies();
    257256    return new WP_REST_Response(['status' => 'cookie extended'], 200);
    258257}
  • metrion/trunk/main.php

    r3385193 r3402558  
    33* Plugin Name:          Metrion
    44* Description:          Skip manual implementation, sync data directly tailored to destinations like Google Ads and Meta Ads.
    5 * Version:              1.5.9
     5* Version:              1.5.10
    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.5.9');
     14define('GLOBAL_METRION_PLUGIN_VERSION', '1.5.10');
    1515
    1616require_once plugin_dir_path(__FILE__) . 'includes/js_bundler.php';
  • metrion/trunk/readme.txt

    r3385193 r3402558  
    44Requires at least: 3.8
    55Tested up to: 6.8
    6 Stable tag: 1.5.9
     6Stable tag: 1.5.10
    77Requires PHP: 7.1
    88License: GPLv3 or later
     
    8787
    8888== Changelog ==
     89
     90= 1.5.10 =
     91- Replaced cookie extension with improved call
    8992
    9093= 1.5.9 =
Note: See TracChangeset for help on using the changeset viewer.