Changeset 3269768
- Timestamp:
- 04/09/2025 02:36:07 PM (12 months ago)
- Location:
- releva-nz/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
includes/class-relevatracking.php (modified) (1 diff)
-
public/class-relevatracking-public.php (modified) (3 diffs)
-
relevatracking.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releva-nz/trunk/README.txt
r3235175 r3269768 3 3 Tags: e-commerce, sales, advertising, marketing, retargeting, remarketing 4 4 Requires at least: 3.0.1 5 Tested up to: 6. 75 Tested up to: 6.8 6 6 Requires PHP: 5.2 7 7 Stable tag: trunk … … 84 84 * Support to run also on Wordpress only installations 85 85 * 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 70 70 71 71 $this->plugin_name = 'relevatracking'; 72 $this->version = '2.1. 8';72 $this->version = '2.1.9'; 73 73 74 74 $this->load_dependencies(); -
releva-nz/trunk/public/class-relevatracking-public.php
r3235175 r3269768 179 179 180 180 header('Content-Type: application/json'); 181 181 182 global $wp_version; 182 183 $wc_version = ''; 183 184 $system = 'WordPress'; … … 191 192 'system' => $system, 192 193 'version' => $wc_version, 194 'wp_version' => $wp_version 193 195 ], 194 196 'environment' => $this->getServerEnvironment(), … … 447 449 // is there any option client_id 448 450 if ($this->client_id) { 451 if (function_exists('is_order_received_page') && is_order_received_page()) { 452 return; 453 } 454 449 455 $additional_html = (string)get_option('relevatracking_additional_html'); 450 456 if(!$additional_html) { -
releva-nz/trunk/relevatracking.php
r3235175 r3269768 17 17 * Plugin URI: https://releva.nz 18 18 * Description: Technology for personalized advertising 19 * Version: 2.1. 819 * Version: 2.1.9 20 20 * Author: releva.nz 21 21 * License: GPL-2.0+
Note: See TracChangeset
for help on using the changeset viewer.