Skip to content

Commit b3b60a6

Browse files
committed
Preparing release v2.0.4
1 parent bce7a23 commit b3b60a6

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

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.3
6+
Version: 2.0.4
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.6.2
11+
WC tested up to: 3.7.0
1212
*/
1313

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

readme.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: ecommerce, e-commerce, commerce, woocommerce, tracking, facebook, google,
44
Donate link: https://tareq.co/donate/
55
Requires at least: 4.0
66
Tested up to: 5.1.1
7-
Stable tag: 2.0.2
7+
Stable tag: 2.0.4
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -88,6 +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.4 (21-August-2019) =
92+
* [fix] Happyaddons dismissable banner
93+
* [fix] Getting started link doesn't work
94+
* [tweak] Change from Google Adwords to Google Ads
95+
9196
= Version 2.0.3 (05-August-2019) =
9297
* [fix] AddToCart Event doesn't work for ajax
9398
* [new] Add happy addons banner

0 commit comments

Comments
 (0)