Skip to content

Commit 3dc66d7

Browse files
committed
Version bumped to 2.0.6
1 parent 085e5e6 commit 3dc66d7

3 files changed

Lines changed: 4 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.5
6+
Version: 2.0.6
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.5';
57+
public $version = '2.0.6';
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.5",
3+
"version": "2.0.6",
44
"description": "Conversion tracking plugin for WooCommerce",
55
"author": "Tareq Hasan",
66
"license": "GPL",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Additionally, read weDevs [privacy policy](https://wedevs.com/privacy-policy/) f
100100

101101

102102
== Changelog ==
103-
= Version 2.0.5 (02-January-2020) =
103+
= Version 2.0.6 (02-January-2020) =
104104
* [fix] Missing ajax addToCart value of facebook
105105
* [fix] php-cs-fixer: Sanitization and nonce verification
106106

0 commit comments

Comments
 (0)