Skip to content

Commit 9686fae

Browse files
committed
Merge branch 'release/2.0.6'
2 parents 2ad936d + 9a80bea commit 9686fae

6 files changed

Lines changed: 1580 additions & 134 deletions

File tree

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/products/plugins/woocommerce-conversion-tracking/
55
Description: Adds various conversion tracking codes to cart, checkout, registration success and product page on WooCommerce
6-
Version: 2.0.5
6+
Version: 2.0.6
77
Author: Tareq Hasan
88
Author URI: https://tareq.co/
99
License: GPL2
@@ -54,7 +54,7 @@ class WeDevs_WC_Conversion_Tracking {
5454
*
5555
* @var string
5656
*/
57-
public $version = '2.0.5';
57+
public $version = '2.0.6';
5858

5959
/**
6060
* Holds various class instances

includes/integration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function validate_textarea_field( $key, $value ) {
111111
function product_options_save( $post_id ) {
112112

113113
if ( isset( $_POST['_wc_conv_track'] ) ) {
114-
$value = trim( sanitize_text_field( wp_unslash( $_POST['_wc_conv_track'] ) ) ) );
114+
$value = trim( sanitize_text_field( wp_unslash( $_POST['_wc_conv_track'] ) ) );
115115
update_post_meta( $post_id, '_wc_conv_track', $value );
116116
}
117117
}

languages/woocommerce-conversion-tracking.pot

Lines changed: 30 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
1-
# Copyright (C) 2019 Tareq Hasan
1+
# Copyright (C) 2020 Tareq Hasan
22
# This file is distributed under the GPL2.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Conversion Tracking 2.0.4\n"
5+
"Project-Id-Version: WooCommerce Conversion Tracking 2.0.6\n"
66
"Report-Msgid-Bugs-To: https://example.com\n"
7-
"POT-Creation-Date: 2019-08-21 06:56:44+00:00\n"
7+
"POT-Creation-Date: 2020-01-02 06:28:00+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: 2019-MO-DA HO:MI+ZONE\n"
11+
"PO-Revision-Date: 2020-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"
1515

16-
#: conversion-tracking.php:268
16+
#: conversion-tracking.php:279
1717
msgid "Get PRO"
1818
msgstr ""
1919

20-
#: conversion-tracking.php:271
20+
#: conversion-tracking.php:282
2121
msgid "Docs"
2222
msgstr ""
2323

24-
#: conversion-tracking.php:272
24+
#: conversion-tracking.php:283
2525
msgid "Settings"
2626
msgstr ""
2727

28-
#: conversion-tracking.php:285
28+
#: conversion-tracking.php:296
2929
msgid ""
3030
"<b>Woocommerce conversion tracking</b> requires <a target=\"_blank\" "
3131
"href=\"https://wordpress.org/plugins/woocommerce/\">Woocommerce</a>"
3232
msgstr ""
3333

34-
#: conversion-tracking.php:318
34+
#: conversion-tracking.php:329
3535
msgid ""
3636
"Reach beyond your imagination in creating web pages. <strong> Try Happy "
3737
"Addons for Elementor to shape your dream.</strong> 😊"
@@ -45,15 +45,15 @@ msgstr ""
4545
msgid "Integrations"
4646
msgstr ""
4747

48-
#: includes/class-ajax.php:43
48+
#: includes/class-ajax.php:53
4949
msgid "Settings has been saved successfully!"
5050
msgstr ""
5151

52-
#: includes/class-ajax.php:64
52+
#: includes/class-ajax.php:74
5353
msgid "ERROR: Error fetching plugin information: %s"
5454
msgstr ""
5555

56-
#: includes/class-ajax.php:89
56+
#: includes/class-ajax.php:99
5757
msgid "Successfully installed and activate,"
5858
msgstr ""
5959

@@ -99,41 +99,41 @@ msgstr ""
9999
msgid "Get Premium"
100100
msgstr ""
101101

102-
#: includes/class-wedevs-insights.php:282
102+
#: includes/class-wedevs-insights.php:284
103103
msgid ""
104104
"Want to help make <strong>%s</strong> even more awesome? Allow weDevs to "
105105
"collect non-sensitive diagnostic data and usage information."
106106
msgstr ""
107107

108-
#: includes/class-wedevs-insights.php:287
108+
#: includes/class-wedevs-insights.php:289 lib/appsero/Insights.php:374
109109
msgid "what we collect"
110110
msgstr ""
111111

112-
#: includes/class-wedevs-insights.php:293
112+
#: includes/class-wedevs-insights.php:295 lib/appsero/Insights.php:381
113113
msgid "Allow"
114114
msgstr ""
115115

116-
#: includes/class-wedevs-insights.php:294
116+
#: includes/class-wedevs-insights.php:297 lib/appsero/Insights.php:382
117117
msgid "No thanks"
118118
msgstr ""
119119

120-
#: includes/class-wedevs-insights.php:471
120+
#: includes/class-wedevs-insights.php:480
121121
msgid "Once Weekly"
122122
msgstr ""
123123

124-
#: includes/class-wedevs-insights.php:607
124+
#: includes/class-wedevs-insights.php:616 lib/appsero/Insights.php:747
125125
msgid "If you have a moment, please let us know why you are deactivating:"
126126
msgstr ""
127127

128-
#: includes/class-wedevs-insights.php:621
128+
#: includes/class-wedevs-insights.php:630 lib/appsero/Insights.php:762
129129
msgid "I rather wouldn't say"
130130
msgstr ""
131131

132-
#: includes/class-wedevs-insights.php:622
132+
#: includes/class-wedevs-insights.php:631 lib/appsero/Insights.php:763
133133
msgid "Submit & Deactivate"
134134
msgstr ""
135135

136-
#: includes/class-wedevs-insights.php:623
136+
#: includes/class-wedevs-insights.php:632 lib/appsero/Insights.php:764
137137
msgid "Cancel"
138138
msgstr ""
139139

@@ -183,7 +183,7 @@ msgstr ""
183183
msgid "Adds script on the purchase success page"
184184
msgstr ""
185185

186-
#: includes/integration.php:72 includes/integration.php:137
186+
#: includes/integration.php:72 includes/integration.php:139
187187
#. translators: %s: dynamic values
188188
msgid "You can use dynamic values: %s"
189189
msgstr ""
@@ -196,11 +196,11 @@ msgstr ""
196196
msgid "Adds script on the successful registraion page"
197197
msgstr ""
198198

199-
#: includes/integration.php:132
199+
#: includes/integration.php:134
200200
msgid "Conversion Tracking Code"
201201
msgstr ""
202202

203-
#: includes/integration.php:134
203+
#: includes/integration.php:136
204204
msgid "Insert conversion tracking code for this product."
205205
msgstr ""
206206

@@ -303,6 +303,12 @@ msgstr ""
303303
msgid "Microsoft Advertising"
304304
msgstr ""
305305

306+
#: lib/appsero/Insights.php:369
307+
msgid ""
308+
"Want to help make <strong>%1$s</strong> even more awesome? Allow %1$s to "
309+
"collect non-sensitive diagnostic data and usage information."
310+
msgstr ""
311+
306312
#. Plugin Name of the plugin/theme
307313
msgid "WooCommerce Conversion Tracking"
308314
msgstr ""

0 commit comments

Comments
 (0)