Skip to content

Commit 544a9fd

Browse files
committed
chore: bump version to 2.0.12
1 parent 96c184f commit 544a9fd

4 files changed

Lines changed: 16 additions & 9 deletions

File tree

conversion-tracking.php

Lines changed: 4 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.11
6+
Version: 2.0.12
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.1.0
11+
WC tested up to: 8.5.1
1212
*/
1313

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

5959
/**
6060
* Holds various class instances
@@ -266,6 +266,7 @@ public function init_tracker() {
266266
public function add_hpos_support() {
267267
if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
268268
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
269+
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'cart_checkout_blocks', __FILE__, true );
269270
}
270271
}
271272

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

readme.txt

Lines changed: 9 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.3.1
6+
Tested up to: 6.4.2
77
WC requires at least: 5.0.0
8-
WC tested up to: 8.1.0
9-
Stable tag: 2.0.11
8+
WC tested up to: 8.5.1
9+
Stable tag: 2.0.12
1010
License: GPLv3
1111
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1212

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

104104
== Changelog ==
105105

106+
= Version 2.0.12 (16 Jan, 2024) =
107+
108+
- **Update:** WordPress 6.4.2 compatibility
109+
- **Fix:** Updated Appsero Client Library to the latest version which will fix a security issue
110+
- **Fix:** Fixed a Broken Access Control vulnerability in WooCommerce Conversion Tracking Plugin that allowed lower privileged users to install and activate a new plugin via an ajax action without a nonce parameter.
111+
106112
= Version 2.0.11 (15 Sep, 2023) =
107113

108114
- **Update:** WordPress 6.3.1 compatibility

0 commit comments

Comments
 (0)