Plugin Directory

Changeset 2183075


Ignore:
Timestamp:
10/30/2019 01:02:24 PM (6 years ago)
Author:
Daisycon
Message:

Support for coupon codes is now available. If the website already uses the coupon code, upgrading is necessary.

Location:
daisycon-woocommerce-pixel/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • daisycon-woocommerce-pixel/trunk/README.txt

    r2120725 r2183075  
    4949== Changelog ==
    5050= 1.0.5 =
     51* Kortingscode wordt nu correct meegegeven
     52
     53= 1.0.5 =
    5154* LCC methode is nu ook toegevoegd
    5255
     
    6871== Upgrade Notice ==
    6972= 1.0.5 =
     73* Kortingscode wordt nu correct meegegeven
     74
     75= 1.0.5 =
    7076* LCC methode is nu toegevoegd
    7177
  • daisycon-woocommerce-pixel/trunk/daisycon-woocommerce.php

    r2120728 r2183075  
    1212 * Plugin URI:        https://www.daisycon.com/nl/tools/woocommerce-conversie-pixel/
    1313 * Description:       This plugin will automatically add the Daisycon Pixel to the WooCommmerce succespage
    14  * Version:           1.0.5
     14 * Version:           1.1
    1515 * Author:            daisycon
    1616 * Author URI:        https://www.daisycon.com
     
    2929 * Currently plugin version.
    3030 */
    31 define( 'DAISYCON_PLUGIN_VERSION', '1.0.5' );
     31define( 'DAISYCON_PLUGIN_VERSION', '1.1' );
    3232
    3333/**
  • daisycon-woocommerce-pixel/trunk/public/class-daisycon-woocommerce-public.php

    r2120720 r2183075  
    256256        // Coupons used? Get the first coupon used
    257257        if( $coupon = $this->_get_used_coupons() ){
    258             $basic_variables['cp'] = $coupon;
     258            $basic_variables['pr'] = $coupon;
    259259        }
    260260
Note: See TracChangeset for help on using the changeset viewer.