Skip to content

Commit 7b80d09

Browse files
committed
Merge tag 'v2.0.10' into develop
Tagging version 2.0.10
2 parents e06715e + e3893f6 commit 7b80d09

3 files changed

Lines changed: 11 additions & 7 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/woocommerce-conversion-tracking/
55
Description: Adds various conversion tracking codes to cart, checkout, registration success and product page on WooCommerce
6-
Version: 2.0.9
6+
Version: 2.0.10
77
Author: weDevs
88
Author URI: https://wedevs.com/?utm_source=ORG_Author_URI_WCCT
99
License: GPL2
@@ -54,7 +54,7 @@ class WeDevs_WC_Conversion_Tracking {
5454
*
5555
* @var string
5656
*/
57-
public $version = '2.0.9';
57+
public $version = '2.0.10';
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.9",
3+
"version": "2.0.10",
44
"description": "Conversion tracking plugin for WooCommerce",
55
"author": "Tareq Hasan",
66
"license": "GPL",

readme.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Contributors: tareq1988, wedevs
33
Tags: ecommerce, e-commerce, commerce, woocommerce, tracking, facebook, google, adwords, tracking-pixel
44
Donate link: https://tareq.co/donate/
5-
Requires at least: 4.0
6-
Tested up to: 5.8
5+
Requires at least: 5.4
6+
Tested up to: 6.0
77
WC requires at least: 3.0
8-
WC tested up to: 5.7.1
9-
Stable tag: 2.0.9
8+
WC tested up to: 6.5
9+
Stable tag: 2.0.10
1010
License: GPLv3
1111
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1212

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

104104
== Changelog ==
105105

106+
= Version 2.0.10 (2 June, 2022) =
107+
108+
* **Fix:** WordPress 6.0 compatibility
109+
106110
= Version 2.0.9 (6 October, 2021) =
107111

108112
* **Fix:** Perfect Audience breaking checkbox section issue.

0 commit comments

Comments
 (0)