Skip to content

Commit c35c882

Browse files
committed
Merge branch 'release/2.0.9'
2 parents ae857cb + a5387de commit c35c882

File tree

6 files changed

+585
-474
lines changed

6 files changed

+585
-474
lines changed

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.8
6+
Version: 2.0.9
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.8';
57+
public $version = '2.0.9';
5858

5959
/**
6060
* Holds various class instances

includes/views/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<?php
8181

8282
$label = isset( $option['label'] ) ? $option['label'] : $option;
83-
echo esc_attr( $label . $feature );
83+
echo wp_kses_post( $label . $feature );
8484

8585
$input_box = isset( $option['event_label_box'] ) ?: false;
8686

languages/woocommerce-conversion-tracking.pot

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Copyright (C) 2020 weDevs
1+
# Copyright (C) 2021 weDevs
22
# This file is distributed under the GPL2.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Conversion Tracking 2.0.8\n"
5+
"Project-Id-Version: WooCommerce Conversion Tracking 2.0.9\n"
66
"Report-Msgid-Bugs-To: https://example.com\n"
7-
"POT-Creation-Date: 2020-06-10 06:53:08+00:00\n"
7+
"POT-Creation-Date: 2021-10-06 11:06:18+00:00\n"
88
"MIME-Version: 1.0\n"
99
"Content-Type: text/plain; charset=utf-8\n"
1010
"Content-Transfer-Encoding: 8bit\n"
11-
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
1414
"X-Generator: grunt-wp-i18n 0.5.4\n"

0 commit comments

Comments
 (0)