Changeset 2183075
- Timestamp:
- 10/30/2019 01:02:24 PM (6 years ago)
- Location:
- daisycon-woocommerce-pixel/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
daisycon-woocommerce.php (modified) (2 diffs)
-
public/class-daisycon-woocommerce-public.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
daisycon-woocommerce-pixel/trunk/README.txt
r2120725 r2183075 49 49 == Changelog == 50 50 = 1.0.5 = 51 * Kortingscode wordt nu correct meegegeven 52 53 = 1.0.5 = 51 54 * LCC methode is nu ook toegevoegd 52 55 … … 68 71 == Upgrade Notice == 69 72 = 1.0.5 = 73 * Kortingscode wordt nu correct meegegeven 74 75 = 1.0.5 = 70 76 * LCC methode is nu toegevoegd 71 77 -
daisycon-woocommerce-pixel/trunk/daisycon-woocommerce.php
r2120728 r2183075 12 12 * Plugin URI: https://www.daisycon.com/nl/tools/woocommerce-conversie-pixel/ 13 13 * Description: This plugin will automatically add the Daisycon Pixel to the WooCommmerce succespage 14 * Version: 1. 0.514 * Version: 1.1 15 15 * Author: daisycon 16 16 * Author URI: https://www.daisycon.com … … 29 29 * Currently plugin version. 30 30 */ 31 define( 'DAISYCON_PLUGIN_VERSION', '1. 0.5' );31 define( 'DAISYCON_PLUGIN_VERSION', '1.1' ); 32 32 33 33 /** -
daisycon-woocommerce-pixel/trunk/public/class-daisycon-woocommerce-public.php
r2120720 r2183075 256 256 // Coupons used? Get the first coupon used 257 257 if( $coupon = $this->_get_used_coupons() ){ 258 $basic_variables[' cp'] = $coupon;258 $basic_variables['pr'] = $coupon; 259 259 } 260 260
Note: See TracChangeset
for help on using the changeset viewer.