Skip to content

Commit

Permalink
Merge branch 'release/2.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq1988 committed Oct 6, 2021
2 parents ae857cb + a5387de commit c35c882
Show file tree
Hide file tree
Showing 6 changed files with 585 additions and 474 deletions.
4 changes: 2 additions & 2 deletions conversion-tracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: WooCommerce Conversion Tracking
Plugin URI: https://wedevs.com/woocommerce-conversion-tracking/
Description: Adds various conversion tracking codes to cart, checkout, registration success and product page on WooCommerce
Version: 2.0.8
Version: 2.0.9
Author: weDevs
Author URI: https://wedevs.com/?utm_source=ORG_Author_URI_WCCT
License: GPL2
Expand Down Expand Up @@ -54,7 +54,7 @@ class WeDevs_WC_Conversion_Tracking {
*
* @var string
*/
public $version = '2.0.8';
public $version = '2.0.9';

/**
* Holds various class instances
Expand Down
2 changes: 1 addition & 1 deletion includes/views/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<?php

$label = isset( $option['label'] ) ? $option['label'] : $option;
echo esc_attr( $label . $feature );
echo wp_kses_post( $label . $feature );

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

Expand Down
8 changes: 4 additions & 4 deletions languages/woocommerce-conversion-tracking.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (C) 2020 weDevs
# Copyright (C) 2021 weDevs
# This file is distributed under the GPL2.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Conversion Tracking 2.0.8\n"
"Project-Id-Version: WooCommerce Conversion Tracking 2.0.9\n"
"Report-Msgid-Bugs-To: https://example.com\n"
"POT-Creation-Date: 2020-06-10 06:53:08+00:00\n"
"POT-Creation-Date: 2021-10-06 11:06:18+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2021-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
"X-Generator: grunt-wp-i18n 0.5.4\n"
Expand Down
Loading

0 comments on commit c35c882

Please sign in to comment.