Skip to content

Commit 8f442a5

Browse files
committed
Prepare release v2.0.1
1 parent 7ff4dda commit 8f442a5

3 files changed

Lines changed: 11 additions & 6 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
6+
Version: 2.0.1
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.2.6
11+
WC tested up to: 3.5.7
1212
*/
1313

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

readme.txt

Lines changed: 7 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: 4.9.4
7-
Stable tag: 2.0
6+
Tested up to: 5.1.1
7+
Stable tag: 2.0.1
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

8989
== Changelog ==
9090

91+
= Version 2.0.1 (04-April-2019) =
92+
93+
* [fix] Added plugin require notice
94+
95+
9196
= Version 2.0 (22-February-2018) =
9297

9398
* Major version released

0 commit comments

Comments
 (0)