Skip to content

Commit 00182f0

Browse files
committed
Preparing release v2.0.3
1 parent 9a16825 commit 00182f0

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

conversion-tracking.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: WooCommerce Conversion Tracking
44
Plugin URI: https://wedevs.com/products/plugins/woocommerce-conversion-tracking/
55
Description: Adds various conversion tracking codes to cart, checkout, registration success and product page on WooCommerce
6-
Version: 2.0.2
6+
Version: 2.0.3
77
Author: Tareq Hasan
88
Author URI: https://tareq.co/
99
License: GPL2
@@ -54,7 +54,7 @@ class WeDevs_WC_Conversion_Tracking {
5454
*
5555
* @var string
5656
*/
57-
public $version = '2.0.2';
57+
public $version = '2.0.3';
5858

5959
/**
6060
* Holds various class instances

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Woocommerce-Conversion-Tracking",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Conversion tracking plugin for WooCommerce",
55
"author": "Tareq Hasan",
66
"license": "GPL",

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,11 @@ We put the JavaScript scripts provided by you in the page and it fires a convers
8888
5. Custom Codes
8989

9090
== Changelog ==
91+
= Version 2.0.3 (05-August-2019) =
92+
* [fix] AddToCart Event doesn't work for ajax
93+
* [new] Add happy addons banner
9194

92-
= Version 2.0.2 (29-April-2019)
95+
= Version 2.0.2 (29-April-2019) =
9396

9497
* [fix] Missing value of product price
9598

0 commit comments

Comments
 (0)