Plugin Directory

Changeset 3269768


Ignore:
Timestamp:
04/09/2025 02:36:07 PM (12 months ago)
Author:
relevanz
Message:

Release 2.1.9

Location:
releva-nz/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • releva-nz/trunk/README.txt

    r3235175 r3269768  
    33Tags: e-commerce, sales, advertising, marketing, retargeting, remarketing
    44Requires at least: 3.0.1
    5 Tested up to: 6.7
     5Tested up to: 6.8
    66Requires PHP: 5.2
    77Stable tag: trunk
     
    8484* Support to run also on Wordpress only installations
    8585* Fix translations
     86
     87= 2.1.9 =
     88* Extended support functionality
     89* compability with WP 6.8
  • releva-nz/trunk/includes/class-relevatracking.php

    r3235175 r3269768  
    7070
    7171        $this->plugin_name = 'relevatracking';
    72         $this->version = '2.1.8';
     72        $this->version = '2.1.9';
    7373
    7474        $this->load_dependencies();
  • releva-nz/trunk/public/class-relevatracking-public.php

    r3235175 r3269768  
    179179
    180180        header('Content-Type: application/json');
    181 
     181       
     182        global $wp_version;
    182183        $wc_version = '';
    183184        $system = 'WordPress';
     
    191192                'system' => $system,
    192193                'version' => $wc_version,
     194                'wp_version' => $wp_version
    193195            ],
    194196            'environment' => $this->getServerEnvironment(),
     
    447449        // is there any option client_id
    448450        if ($this->client_id) {
     451            if (function_exists('is_order_received_page') && is_order_received_page()) {
     452                return;
     453            }
     454
    449455            $additional_html = (string)get_option('relevatracking_additional_html');
    450456            if(!$additional_html) {
  • releva-nz/trunk/relevatracking.php

    r3235175 r3269768  
    1717 * Plugin URI:        https://releva.nz
    1818 * Description:       Technology for personalized advertising
    19  * Version:           2.1.8
     19 * Version:           2.1.9
    2020 * Author:            releva.nz
    2121 * License:           GPL-2.0+
Note: See TracChangeset for help on using the changeset viewer.