Skip to content

Commit c6aa1d4

Browse files
committed
release v2.0.6
Merge branch 'release/2.0.6' into develop
2 parents 085e5e6 + 9a80bea commit c6aa1d4

4 files changed

Lines changed: 6 additions & 6 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

languages/woocommerce-conversion-tracking.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# This file is distributed under the GPL2.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Conversion Tracking 2.0.5\n"
5+
"Project-Id-Version: WooCommerce Conversion Tracking 2.0.6\n"
66
"Report-Msgid-Bugs-To: https://example.com\n"
7-
"POT-Creation-Date: 2020-01-02 05:53:14+00:00\n"
7+
"POT-Creation-Date: 2020-01-02 06:28:00+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"

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)