Plugin Directory

Changeset 2947157


Ignore:
Timestamp:
08/03/2023 12:07:06 PM (3 years ago)
Author:
awinglobal
Message:

Updated to 1.1.5

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

Legend:

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

    r2872225 r2947157  
    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: 1.1.4
     7 * Version: 1.1.5
    88 * Author: awinglobal
    99 * Author URI: https://profiles.wordpress.org/awinglobal/
     
    1515 */
    1616
    17 define('AWIN_ADVERTISER_TRACKING_VERSION', '1.1.4');
     17define('AWIN_ADVERTISER_TRACKING_VERSION', '1.1.5');
    1818define('AWIN_SLUG', 'awin_advertiser_tracking');
    1919define('AWIN_TEXT_DOMAIN', 'awin-advertiser-tracking');
     
    2323define('AWIN_AWC_COOKIE_NAME', 'adv_awc');
    2424
    25 if (in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins')))) {
     25if (in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))) || (is_multisite() && isset(get_site_option('active_sitewide_plugins')['woocommerce/woocommerce.php']))) {
    2626
    2727    add_action('admin_menu', 'awin_add_admin_menu');
  • awin-advertiser-tracking/trunk/readme.txt

    r2872225 r2947157  
    88Author:            awinglobal
    99Requires at least: 3.5
    10 Tested up to:      6.1.1
    11 Stable tag:        1.1.4
    12 Version:           1.1.4
     10Tested up to:      6.3
     11Stable tag:        1.1.5
     12Version:           1.1.5
    1313Requires PHP:      7.3
    1414 
     
    4949== Changelog ==
    5050
     51= 1.1.5 =
     52* Added support for WP multisite installations, tested with Wordpress 6.3
     53
    5154= 1.1.4 =
    5255* Added product categories to basket items
    5356
    5457= 1.1.3 =
    55 * Fixes get_used_coupons issue, tested with WorPress 6.1.1 / WooCommerce 7.3.0
     58* Fixes get_used_coupons issue, tested with WordPress 6.1.1 / WooCommerce 7.3.0
    5659
    5760= 1.1.2 =
Note: See TracChangeset for help on using the changeset viewer.