Skip to content

Commit e5c6ac6

Browse files
Merge branch 'release/2.1.0' into develop
2 parents 12dc80a + 4fb9d38 commit e5c6ac6

4 files changed

Lines changed: 14 additions & 9 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/woocommerce-conversion-tracking/
55
Description: Adds various conversion tracking codes to cart, checkout, registration success and product page on WooCommerce
6-
Version: 2.0.12
6+
Version: 2.1.0
77
Author: weDevs
88
Author URI: https://wedevs.com/?utm_source=ORG_Author_URI_WCCT
99
License: GPL2
1010
WC requires at least: 5.0.0
11-
WC tested up to: 8.5.1
11+
WC tested up to: 9.4.3
1212
*/
1313

1414
/**
@@ -54,7 +54,7 @@ class WeDevs_WC_Conversion_Tracking {
5454
*
5555
* @var string
5656
*/
57-
public $version = '2.0.12';
57+
public $version = '2.1.0';
5858

5959
/**
6060
* Holds various class instances

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.12",
3+
"version": "2.1.0",
44
"description": "Conversion tracking plugin for WooCommerce",
55
"author": "Tareq Hasan",
66
"license": "GPL",

readme.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Contributors: tareq1988, wedevs
33
Tags: ecommerce, e-commerce, commerce, woocommerce, tracking, facebook, google, adwords, tracking-pixel
44
Donate link: https://tareq.co/donate/
55
Requires at least: 5.4
6-
Tested up to: 6.4.2
6+
Tested up to: 6.7.1
77
WC requires at least: 5.0.0
8-
WC tested up to: 8.5.1
9-
Stable tag: 2.0.12
8+
WC tested up to: 9.4.3
9+
Stable tag: 2.1.0
1010
License: GPLv3
1111
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1212

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

104104
== Changelog ==
105105

106+
= Version 2.1.0 (09 Dec, 2024) =
107+
108+
- **Update:** Added support for High Performance Order Storage in WooCommerce
109+
- **Update:** WordPress 6.7.1 compatibility
110+
106111
= Version 2.0.12 (16 Jan, 2024) =
107112

108113
- **Update:** WordPress 6.4.2 compatibility

0 commit comments

Comments
 (0)