Plugin Directory

Changeset 3375249


Ignore:
Timestamp:
10/08/2025 04:59:10 PM (6 months ago)
Author:
awinglobal
Message:

Updated to 2.0.4

Location:
awin-advertiser-tracking/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • awin-advertiser-tracking/trunk/awin-advertiser-tracking.php

    r3374993 r3375249  
    55 * Plugin URI: https://wordpress.org/plugins/awin-advertiser-tracking
    66 * Description: The Awin Advertiser Tracking plugin allows for seamless integration of our core Advertiser Tracking Suite within WooCommerce.
    7  * Version: 2.0.3
     7 * Version: 2.0.4
    88 * Author: awinglobal
    99 * Author URI: https://profiles.wordpress.org/awinglobal/
     
    1515 */
    1616
    17 define('AWIN_ADVERTISER_TRACKING_VERSION', '2.0.3');
     17define('AWIN_ADVERTISER_TRACKING_VERSION', '2.0.4');
    1818define('AWIN_SLUG', 'awin_advertiser_tracking');
    1919define('AWIN_TEXT_DOMAIN', 'awin-advertiser-tracking');
     
    109109        add_settings_field(
    110110            'awin_xtype',
    111             __('X-Type Parameter', AWIN_TEXT_DOMAIN),
     111            __('Custom parameter (Optional, Applies to All Transactions)', AWIN_TEXT_DOMAIN),
    112112            'awin_xtype_render',
    113113            'awin-plugin-page',
     
    159159        value="<?php echo esc_attr($xtype); ?>"
    160160        class="regular-text"
    161         placeholder="Enter X-Type value">
    162 <p class="description">Optional: Enter the X-Type parameter value to be sent in tracking requests.</p>
     161        placeholder="e.g., store-region, brand-name">
     162<p class="description">
     163    Pass a fixed tracking value with every transaction processed through your WooCommerce store.<br><br>
     164    This optional field allows you to send a consistent identifier with every tracked sale. This is useful for distinguishing transactions by store region, brand, or other business-specific grouping. The value entered here will be included in all transactions and available in Awin reports.
     165</p>
    163166<?php
    164167    }
  • awin-advertiser-tracking/trunk/readme.txt

    r3374993 r3375249  
    99Requires at least: 3.5
    1010Tested up to:      6.8.2
    11 Stable tag:        2.0.3
    12 Version:           2.0.3
     11Stable tag:        2.0.4
     12Version:           2.0.4
    1313Requires PHP:      7.3
    1414
     
    5151== Changelog ==
    5252
     53= 2.0.4 =
     54* Enhanced UI text with more detailed explanations and examples
     55
    5356= 2.0.3 =
    54 * Added support for configurable X-Type custom parameter (p6)
    55 * New admin setting field to configure X-Type value
    56 * X-Type parameter sent in Master Tag, conversion pixel, and server-to-server tracking
     57* Added support for configurabl custom parameter (p6)
     58* New admin setting field to configure custom parameter value
     59* Custom parameter sent in Master Tag, conversion pixel, and server-to-server tracking
    5760* Optional parameter - backward compatible with existing installations
    5861* Follows Awin Custom Parameters specification
Note: See TracChangeset for help on using the changeset viewer.