Skip to content

Commit 53e8dc5

Browse files
committed
Prepare release for v2.0.5
1 parent 07f0b24 commit 53e8dc5

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

conversion-tracking.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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.4
6+
Version: 2.0.5
77
Author: Tareq Hasan
88
Author URI: https://tareq.co/
99
License: GPL2
1010
WC requires at least: 2.3
11-
WC tested up to: 3.7.0
11+
WC tested up to: 3.8.1
1212
*/
1313

1414
/**
@@ -54,7 +54,7 @@ class WeDevs_WC_Conversion_Tracking {
5454
*
5555
* @var string
5656
*/
57-
public $version = '2.0.4';
57+
public $version = '2.0.5';
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.4",
3+
"version": "2.0.5",
44
"description": "Conversion tracking plugin for WooCommerce",
55
"author": "Tareq Hasan",
66
"license": "GPL",

readme.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: tareq1988
33
Tags: ecommerce, e-commerce, commerce, woocommerce, tracking, facebook, google, adwords, tracking-pixel
44
Donate link: https://tareq.co/donate/
55
Requires at least: 4.0
6-
Tested up to: 5.1.1
7-
Stable tag: 2.0.4
6+
Tested up to: 5.3.2
7+
Stable tag: 2.0.5
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -100,6 +100,10 @@ Additionally, read weDevs [privacy policy](https://wedevs.com/privacy-policy/) f
100100

101101

102102
== Changelog ==
103+
= Version 2.0.5 (02-January-2020) =
104+
* [fix] Missing ajax addToCart value of facebook
105+
* [fix] php-cs-fixer: Sanitization and nonce verification
106+
103107
= Version 2.0.4 (21-August-2019) =
104108
* [fix] Happyaddons dismissable banner
105109
* [fix] Getting started link doesn't work

0 commit comments

Comments
 (0)