Skip to content

Commit

Permalink
Preparing release v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hasinur1997 committed Aug 5, 2019
1 parent 9a16825 commit 00182f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conversion-tracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WooCommerce Conversion Tracking
Plugin URI: https://wedevs.com/products/plugins/woocommerce-conversion-tracking/
Description: Adds various conversion tracking codes to cart, checkout, registration success and product page on WooCommerce
Version: 2.0.2
Version: 2.0.3
Author: Tareq Hasan
Author URI: https://tareq.co/
License: GPL2
Expand Down Expand Up @@ -54,7 +54,7 @@ class WeDevs_WC_Conversion_Tracking {
*
* @var string
*/
public $version = '2.0.2';
public $version = '2.0.3';

/**
* Holds various class instances
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Woocommerce-Conversion-Tracking",
"version": "2.0.2",
"version": "2.0.3",
"description": "Conversion tracking plugin for WooCommerce",
"author": "Tareq Hasan",
"license": "GPL",
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,11 @@ We put the JavaScript scripts provided by you in the page and it fires a convers
5. Custom Codes

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

= Version 2.0.2 (29-April-2019)
= Version 2.0.2 (29-April-2019) =

* [fix] Missing value of product price

Expand Down

0 comments on commit 00182f0

Please sign in to comment.