Skip to content

Commit 6beab07

Browse files
committed
Merge branch 'release/2.1.1' into develop
2 parents 03e58d4 + bddb5b7 commit 6beab07

4 files changed

Lines changed: 17 additions & 9 deletions

File tree

conversion-tracking.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
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.1.0
6+
Version: 2.1.1
77
Author: weDevs
88
Author URI: https://wedevs.com/?utm_source=ORG_Author_URI_WCCT
99
License: GPL2
1010
Requires PHP: 7.4
1111
Requires Plugins: woocommerce
1212
WC requires at least: 5.0.0
13-
WC tested up to: 9.4.3
13+
WC tested up to: 10.1.1
1414
*/
1515

1616
/**
@@ -56,7 +56,7 @@ class WeDevs_WC_Conversion_Tracking {
5656
*
5757
* @var string
5858
*/
59-
public $version = '2.1.0';
59+
public $version = '2.1.1';
6060

6161
/**
6262
* 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.1.0",
3+
"version": "2.1.1",
44
"description": "Conversion tracking plugin for WooCommerce",
55
"author": "Tareq Hasan",
66
"license": "GPL",

readme.txt

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ 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.7.1
6+
Tested up to: 6.8.2
77
Requires PHP: 7.4
88
WC requires at least: 5.0.0
9-
WC tested up to: 9.4.3
10-
Stable tag: 2.1.0
9+
WC tested up to: 10.1.1
10+
Stable tag: 2.1.1
1111
License: GPLv3
1212
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1313

@@ -104,6 +104,14 @@ Additionally, read weDevs [privacy policy](https://wedevs.com/privacy-policy/) f
104104

105105
== Changelog ==
106106

107+
= Version 2.1.1 (26 Aug, 2025) =
108+
109+
- **fix:** Resolved "Constant WCCT_VERSION already defined" warning caused by multiple plugin initializations in WooCommerce Conversion Tracking.
110+
- **Update:** Added missing 'Requires PHP' header
111+
- **Update:** WordPress 6.8.2 compatibility
112+
- **chore:** Updated Appsero SDK to the latest version for improved stability and performance.
113+
- **chore:** Refactored codebase with Mozart to ensure better dependency management and prevent conflicts with other plugins.
114+
107115
= Version 2.1.0 (09 Dec, 2024) =
108116

109117
- **Update:** Added support for High Performance Order Storage in WooCommerce

0 commit comments

Comments
 (0)