Skip to content

Commit dfda61a

Browse files
committed
Merge branch 'release/2.1.2'
2 parents 56d5de8 + db5e025 commit dfda61a

File tree

6 files changed

+17
-13
lines changed

6 files changed

+17
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
WooCommerce Conversion Tracking
1+
Conversion Tracking for WooCommerce
22
====================
33

44
Integrates conversion tracking codes from Facebook, Google and various providers.

conversion-tracking.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/*
3-
Plugin Name: WooCommerce Conversion Tracking
3+
Plugin Name: Conversion Tracking for WooCommerce
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
66
Version: 2.1.1
@@ -251,7 +251,7 @@ public function plugin_upgrades() {
251251
public function init_tracker() {
252252
$client = new WeDevs_WC_Conversion_Tracking\Dependencies\Appsero\Client(
253253
'6816029d-7d48-4ed3-8ae4-aeb6a9496f21',
254-
'WooCommerce Conversion Tracking',
254+
'Conversion Tracking for WooCommerce',
255255
__FILE__
256256
);
257257

@@ -313,7 +313,7 @@ public function check_woocommerce_exist() {
313313
if ( ! function_exists( 'WC' ) ) {
314314
?>
315315
<div class="error notice is-dismissible">
316-
<p><?php echo __( '<b>Woocommerce conversion tracking</b> requires <a target="_blank" href="https://wordpress.org/plugins/woocommerce/">Woocommerce</a>', 'woocommerce-conversion-tracking' ); ?></p>
316+
<p><?php echo __( '<b>Conversion Tracking for WooCommerce</b> requires <a target="_blank" href="https://wordpress.org/plugins/woocommerce/">Woocommerce</a>', 'woocommerce-conversion-tracking' ); ?></p>
317317
</div>
318318
<?php
319319
}

includes/class-event-dispatcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ private function dispatch_event( $event, $value = '' ) {
183183
*/
184184
public function enqueue_scripts() {
185185

186-
echo '<!-- Starting: WooCommerce Conversion Tracking (https://wordpress.org/plugins/woocommerce-conversion-tracking/) -->' . PHP_EOL;
186+
echo '<!-- Starting: Conversion Tracking for WooCommerce (https://wordpress.org/plugins/woocommerce-conversion-tracking/) -->' . PHP_EOL;
187187
foreach ( $this->integrations as $integration ) {
188188
$integration->enqueue_script();
189189
}
190-
echo '<!-- End: WooCommerce Conversion Tracking Codes -->' . PHP_EOL;
190+
echo '<!-- End: Conversion Tracking for WooCommerce Codes -->' . PHP_EOL;
191191
}
192192
}

includes/integration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,9 @@ function print_conversion_code( $code ) {
294294

295295
ob_start();
296296

297-
echo "<!-- Tracking pixel by WooCommerce Conversion Tracking plugin by Tareq Hasan -->\n";
297+
echo "<!-- Tracking pixel by Conversion Tracking for WooCommerce plugin by Tareq Hasan -->\n";
298298
echo $code;
299-
echo "\n<!-- Tracking pixel by WooCommerce Conversion Tracking plugin -->\n";
299+
echo "\n<!-- Tracking pixel by Conversion Tracking for WooCommerce plugin -->\n";
300300

301301
return ob_get_clean();
302302
}

includes/views/welcome-20.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</button>
99

1010
<div class="msg-wrap">
11-
<h3>WooCommerce Conversion Tracking just got <span style="color:#CD47B1">better</span></h3>
11+
<h3>Conversion Tracking for WooCommerce just got <span style="color:#CD47B1">better</span></h3>
1212

1313
<p>
1414
Good news, now you can easily track conversions of your WooCommerce store and send data to your favorite ad platforms for improved and precised retargeting campaigns without any coding at all! This makes your Facebook, Twitter, Google Adwords marketing and retargeting easier than ever!

readme.txt

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
=== WooCommerce Conversion Tracking ===
1+
=== Conversion Tracking for WooCommerce ===
22
Contributors: tareq1988, wedevs
33
Tags: ecommerce, e-commerce, commerce, woocommerce, tracking, facebook, google, adwords, tracking-pixel
44
Donate link: https://tareq.co/donate/
@@ -7,7 +7,7 @@ Tested up to: 6.8.2
77
Requires PHP: 7.4
88
WC requires at least: 5.0.0
99
WC tested up to: 10.1.1
10-
Stable tag: 2.1.1
10+
Stable tag: 2.1.2
1111
License: GPLv3
1212
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1313

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

105105
== Changelog ==
106106

107+
= Version 2.1.1 (13 Oct, 2025) =
108+
109+
- **Update:** Update plugin name.
110+
107111
= Version 2.1.1 (26 Aug, 2025) =
108112

109-
- **fix:** Resolved "Constant WCCT_VERSION already defined" warning caused by multiple plugin initializations in WooCommerce Conversion Tracking.
113+
- **fix:** Resolved "Constant WCCT_VERSION already defined" warning caused by multiple plugin initializations in Conversion Tracking for WooCommerce.
110114
- **Update:** Added missing 'Requires PHP' header
111115
- **Update:** WordPress 6.8.2 compatibility
112116
- **chore:** Updated Appsero SDK to the latest version for improved stability and performance.
@@ -121,7 +125,7 @@ Additionally, read weDevs [privacy policy](https://wedevs.com/privacy-policy/) f
121125

122126
- **Update:** WordPress 6.4.2 compatibility
123127
- **Fix:** Updated Appsero Client Library to the latest version which will fix a security issue
124-
- **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.
128+
- **Fix:** Fixed a Broken Access Control vulnerability in Conversion Tracking for WooCommerce Plugin that allowed lower privileged users to install and activate a new plugin via an ajax action without a nonce parameter.
125129

126130
= Version 2.0.11 (15 Sep, 2023) =
127131

0 commit comments

Comments
 (0)