Changeset 2947157
- Timestamp:
- 08/03/2023 12:07:06 PM (3 years ago)
- Location:
- awin-advertiser-tracking/trunk
- Files:
-
- 2 edited
-
awin-advertiser-tracking.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
awin-advertiser-tracking/trunk/awin-advertiser-tracking.php
r2872225 r2947157 5 5 * Plugin URI: https://wordpress.org/plugins/awin-advertiser-tracking 6 6 * Description: The Awin Advertiser Tracking plugin allows for seamless integration of our core Advertiser Tracking Suite within WooCommerce. 7 * Version: 1.1. 47 * Version: 1.1.5 8 8 * Author: awinglobal 9 9 * Author URI: https://profiles.wordpress.org/awinglobal/ … … 15 15 */ 16 16 17 define('AWIN_ADVERTISER_TRACKING_VERSION', '1.1. 4');17 define('AWIN_ADVERTISER_TRACKING_VERSION', '1.1.5'); 18 18 define('AWIN_SLUG', 'awin_advertiser_tracking'); 19 19 define('AWIN_TEXT_DOMAIN', 'awin-advertiser-tracking'); … … 23 23 define('AWIN_AWC_COOKIE_NAME', 'adv_awc'); 24 24 25 if (in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))) ) {25 if (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']))) { 26 26 27 27 add_action('admin_menu', 'awin_add_admin_menu'); -
awin-advertiser-tracking/trunk/readme.txt
r2872225 r2947157 8 8 Author: awinglobal 9 9 Requires at least: 3.5 10 Tested up to: 6. 1.111 Stable tag: 1.1. 412 Version: 1.1. 410 Tested up to: 6.3 11 Stable tag: 1.1.5 12 Version: 1.1.5 13 13 Requires PHP: 7.3 14 14 … … 49 49 == Changelog == 50 50 51 = 1.1.5 = 52 * Added support for WP multisite installations, tested with Wordpress 6.3 53 51 54 = 1.1.4 = 52 55 * Added product categories to basket items 53 56 54 57 = 1.1.3 = 55 * Fixes get_used_coupons issue, tested with Wor Press 6.1.1 / WooCommerce 7.3.058 * Fixes get_used_coupons issue, tested with WordPress 6.1.1 / WooCommerce 7.3.0 56 59 57 60 = 1.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.