Plugin Directory

Changeset 3491992


Ignore:
Timestamp:
03/26/2026 04:45:44 PM (8 days ago)
Author:
AmauriC
Message:

Version: 1.32.0

Location:
tarteaucitronjs/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tarteaucitronjs/trunk/Admin.php

    r3474530 r3491992  
    101101
    102102
    103             $url = 'https://cdntag.tarteaucitron.io/load.js?domain=' . $_SERVER['SERVER_NAME'] . '&uuid=' . tac_sanitize(get_option('tarteaucitronUUID'), 'uuid');
     103            $url = 'https://tarteaucitron.io/load.js?_random=' . wp_rand(1, 99999999) . '&domain=' . $_SERVER['SERVER_NAME'] . '&uuid=' . tac_sanitize(get_option('tarteaucitronUUID'), 'uuid');
    104104            $response = wp_remote_get($url);
    105105
     
    195195    if (tac_sanitize(get_option('tarteaucitronUUID'), 'uuid') == "") {return;}
    196196
    197     $url = 'https://cdntag.tarteaucitron.io/load.js?domain=' . $_SERVER['SERVER_NAME'] . '&uuid=' . tac_sanitize(get_option('tarteaucitronUUID'), 'uuid');
     197    $url = 'https://tarteaucitron.io/load.js?_random=' . wp_rand(1, 99999999) . '&domain=' . $_SERVER['SERVER_NAME'] . '&uuid=' . tac_sanitize(get_option('tarteaucitronUUID'), 'uuid');
    198198    $response = wp_remote_get($url);
    199199
  • tarteaucitronjs/trunk/readme.txt

    r3474530 r3491992  
    3232
    3333== Changelog ==
     34
     35= 1.32.0 =
     36* Bypass the cache to check the license validity
    3437
    3538= 1.31.0 =
  • tarteaucitronjs/trunk/tarteaucitron.php

    r3474530 r3491992  
    44Plugin URI: https://tarteaucitron.io/
    55Description: Compliant and accessible cookie banner
    6 Version: 1.31.0
     6Version: 1.32.0
    77Text Domain: tarteaucitronjs
    88Domain Path: /languages/
Note: See TracChangeset for help on using the changeset viewer.