Skip to content

Commit e971839

Browse files
committed
Version bump to 2.0 and language file updated
1 parent 351b95f commit e971839

4 files changed

Lines changed: 329 additions & 4 deletions

File tree

.svnignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.editorconfig
2+
.gitattributes
3+
.gitignore
4+
.jshintrc
5+
.svnignore
6+
Gruntfile.js
7+
package.json
8+
package-lock.json
9+
README.md
10+
plugin-deploy.sh
11+
assets/components
12+
assets/spa
13+
assets/less
14+
.svnignore
15+
composer.json
16+
phpcs.xml.dist

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = function(grunt) {
3434
options: {
3535
exclude: ['build/.*', 'node_modules/*', 'assets/*'],
3636
domainPath: '/languages/', // Where to save the POT file.
37-
potFilename: 'plugin.pot', // Name of the POT file.
37+
potFilename: 'woocommerce-conversion-tracking.pot', // Name of the POT file.
3838
type: 'wp-plugin', // Type of project (wp-plugin or wp-theme).
3939
potHeaders: {
4040
'report-msgid-bugs-to': 'https://example.com',
Lines changed: 302 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,302 @@
1+
# Copyright (C) 2018 Tareq Hasan
2+
# This file is distributed under the GPL2.
3+
msgid ""
4+
msgstr ""
5+
"Project-Id-Version: WooCommerce Conversion Tracking 2.0\n"
6+
"Report-Msgid-Bugs-To: https://example.com\n"
7+
"POT-Creation-Date: 2018-02-22 11:39:03+00:00\n"
8+
"MIME-Version: 1.0\n"
9+
"Content-Type: text/plain; charset=utf-8\n"
10+
"Content-Transfer-Encoding: 8bit\n"
11+
"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
12+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13+
"Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
14+
"X-Generator: grunt-wp-i18n 0.5.4\n"
15+
16+
#: conversion-tracking.php:268
17+
msgid "Get PRO"
18+
msgstr ""
19+
20+
#: conversion-tracking.php:271
21+
msgid "Docs"
22+
msgstr ""
23+
24+
#: conversion-tracking.php:272
25+
msgid "Settings"
26+
msgstr ""
27+
28+
#: includes/class-admin.php:49
29+
msgid "Conversion Tracking"
30+
msgstr ""
31+
32+
#: includes/class-admin.php:73
33+
msgid "Integrations"
34+
msgstr ""
35+
36+
#: includes/class-ajax.php:41
37+
msgid "Settings has been saved successfully!"
38+
msgstr ""
39+
40+
#: includes/class-integration-pro-features.php:39
41+
msgid "Facebook Product Catalog (Pro)"
42+
msgstr ""
43+
44+
#: includes/class-integration-pro-features.php:44
45+
msgid "Settings (Pro)"
46+
msgstr ""
47+
48+
#: includes/class-integration-pro-features.php:59
49+
msgid "View Product"
50+
msgstr ""
51+
52+
#: includes/class-integration-pro-features.php:64
53+
msgid "View Product Category"
54+
msgstr ""
55+
56+
#: includes/class-integration-pro-features.php:69
57+
msgid "Search"
58+
msgstr ""
59+
60+
#: includes/class-integration-pro-features.php:74
61+
msgid "Add To Wishlist"
62+
msgstr ""
63+
64+
#: includes/class-integration-pro-features.php:90
65+
msgid "Add to Cart "
66+
msgstr ""
67+
68+
#: includes/class-integration-pro-features.php:95
69+
#: includes/class-integration-pro-features.php:111
70+
#: includes/integrations/class-integration-facebook.php:47
71+
msgid "Complete Registration"
72+
msgstr ""
73+
74+
#: includes/class-integration-pro-features.php:126
75+
msgid "Premium Features"
76+
msgstr ""
77+
78+
#: includes/class-integration-pro-features.php:137
79+
msgid "Get Premium"
80+
msgstr ""
81+
82+
#: includes/class-wedevs-insights.php:282
83+
msgid ""
84+
"Want to help make <strong>%s</strong> even more awesome? Allow weDevs to "
85+
"collect non-sensitive diagnostic data and usage information."
86+
msgstr ""
87+
88+
#: includes/class-wedevs-insights.php:287
89+
msgid "what we collect"
90+
msgstr ""
91+
92+
#: includes/class-wedevs-insights.php:293
93+
msgid "Allow"
94+
msgstr ""
95+
96+
#: includes/class-wedevs-insights.php:294
97+
msgid "No thanks"
98+
msgstr ""
99+
100+
#: includes/class-wedevs-insights.php:471
101+
msgid "Once Weekly"
102+
msgstr ""
103+
104+
#: includes/class-wedevs-insights.php:607
105+
msgid "If you have a moment, please let us know why you are deactivating:"
106+
msgstr ""
107+
108+
#: includes/class-wedevs-insights.php:621
109+
msgid "I rather wouldn't say"
110+
msgstr ""
111+
112+
#: includes/class-wedevs-insights.php:622
113+
msgid "Submit & Deactivate"
114+
msgstr ""
115+
116+
#: includes/class-wedevs-insights.php:623
117+
msgid "Cancel"
118+
msgstr ""
119+
120+
#: includes/integration.php:13
121+
msgid "Conversion Tracking Pixel"
122+
msgstr ""
123+
124+
#: includes/integration.php:14
125+
msgid ""
126+
"Various conversion tracking pixel integration like Facebook Ad, Google "
127+
"AdWords, etc. Insert your scripts codes here:"
128+
msgstr ""
129+
130+
#: includes/integration.php:43
131+
msgid "Tags Position"
132+
msgstr ""
133+
134+
#: includes/integration.php:44
135+
msgid "Select which position in your page you want to insert the tag"
136+
msgstr ""
137+
138+
#: includes/integration.php:50 includes/integration.php:52
139+
#. translators: %s: tag name
140+
msgid "Inside %s tag"
141+
msgstr ""
142+
143+
#: includes/integration.php:57 includes/integration.php:67
144+
#: includes/integration.php:80
145+
#. translators: %s: page name
146+
msgid "Tags for %s"
147+
msgstr ""
148+
149+
#: includes/integration.php:58
150+
msgid "View Cart"
151+
msgstr ""
152+
153+
#: includes/integration.php:60
154+
msgid "Adds script on the cart page"
155+
msgstr ""
156+
157+
#: includes/integration.php:68
158+
#: includes/integrations/class-integration-custom.php:31
159+
msgid "Successful Order"
160+
msgstr ""
161+
162+
#: includes/integration.php:70
163+
msgid "Adds script on the purchase success page"
164+
msgstr ""
165+
166+
#: includes/integration.php:72 includes/integration.php:137
167+
#. translators: %s: dynamic values
168+
msgid "You can use dynamic values: %s"
169+
msgstr ""
170+
171+
#: includes/integration.php:81
172+
msgid "User Registration"
173+
msgstr ""
174+
175+
#: includes/integration.php:83
176+
msgid "Adds script on the successful registraion page"
177+
msgstr ""
178+
179+
#: includes/integration.php:132
180+
msgid "Conversion Tracking Code"
181+
msgstr ""
182+
183+
#: includes/integration.php:134
184+
msgid "Insert conversion tracking code for this product."
185+
msgstr ""
186+
187+
#: includes/integrations/class-integration-custom.php:13
188+
#: includes/views/settings.php:154
189+
msgid "Custom"
190+
msgstr ""
191+
192+
#: includes/integrations/class-integration-custom.php:34
193+
#. translators: %s: dynamic values
194+
msgid "Put your JavaScript tracking scripts here. You can use dynamic values: %s"
195+
msgstr ""
196+
197+
#: includes/integrations/class-integration-custom.php:41
198+
msgid "Registration Scripts"
199+
msgstr ""
200+
201+
#: includes/integrations/class-integration-custom.php:43
202+
msgid ""
203+
"<a href=\"%s\" target=\"_blank\">Learn more</a> about setting up custom "
204+
"scripts."
205+
msgstr ""
206+
207+
#: includes/integrations/class-integration-facebook.php:13
208+
#: includes/views/settings.php:150
209+
msgid "Facebook"
210+
msgstr ""
211+
212+
#: includes/integrations/class-integration-facebook.php:33
213+
msgid "Pixel ID"
214+
msgstr ""
215+
216+
#: includes/integrations/class-integration-facebook.php:36
217+
msgid "Find the Pixel ID from <a href=\"%s\" target=\"_blank\">here</a>."
218+
msgstr ""
219+
220+
#: includes/integrations/class-integration-facebook.php:41
221+
#: includes/integrations/class-integration-google.php:38
222+
#: includes/integrations/class-integration-twitter.php:31
223+
msgid "Events"
224+
msgstr ""
225+
226+
#: includes/integrations/class-integration-facebook.php:44
227+
msgid "Add to Cart"
228+
msgstr ""
229+
230+
#: includes/integrations/class-integration-facebook.php:45
231+
msgid "Initiate Checkout"
232+
msgstr ""
233+
234+
#: includes/integrations/class-integration-facebook.php:46
235+
#: includes/integrations/class-integration-google.php:43
236+
#: includes/integrations/class-integration-twitter.php:36
237+
msgid "Purchase"
238+
msgstr ""
239+
240+
#: includes/integrations/class-integration-google.php:13
241+
#: includes/views/settings.php:152
242+
msgid "Google Adwords"
243+
msgstr ""
244+
245+
#: includes/integrations/class-integration-google.php:30
246+
msgid "Account ID"
247+
msgstr ""
248+
249+
#: includes/integrations/class-integration-google.php:33
250+
msgid ""
251+
"Provide the AdWords Account ID. Usually it's something like "
252+
"<code>AW-123456789</code>, <a href=\"%s\" target=\"_blank\">learn more</a>."
253+
msgstr ""
254+
255+
#: includes/integrations/class-integration-twitter.php:13
256+
#: includes/views/settings.php:151
257+
msgid "Twitter"
258+
msgstr ""
259+
260+
#: includes/integrations/class-integration-twitter.php:39
261+
msgid ""
262+
"Find the Universal Tag ID from <a href=\"%s\" target=\"_blank\">here</a>, "
263+
"navigate to Tools &rarr; Conversion Tracking."
264+
msgstr ""
265+
266+
#: includes/views/settings.php:5
267+
msgid "Integration Settings"
268+
msgstr ""
269+
270+
#: includes/views/settings.php:146
271+
msgid "Documentation"
272+
msgstr ""
273+
274+
#: includes/views/settings.php:149
275+
msgid "Getting Started"
276+
msgstr ""
277+
278+
#: includes/views/settings.php:153
279+
msgid "Perfect Audience"
280+
msgstr ""
281+
282+
#. Plugin Name of the plugin/theme
283+
msgid "WooCommerce Conversion Tracking"
284+
msgstr ""
285+
286+
#. Plugin URI of the plugin/theme
287+
msgid "https://wedevs.com/products/plugins/woocommerce-conversion-tracking/"
288+
msgstr ""
289+
290+
#. Description of the plugin/theme
291+
msgid ""
292+
"Adds various conversion tracking codes to cart, checkout, registration "
293+
"success and product page on WooCommerce"
294+
msgstr ""
295+
296+
#. Author of the plugin/theme
297+
msgid "Tareq Hasan"
298+
msgstr ""
299+
300+
#. Author URI of the plugin/theme
301+
msgid "https://tareq.co/"
302+
msgstr ""

readme.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: tareq1988
33
Tags: ecommerce, e-commerce, commerce, woocommerce, tracking, facebook, google, adwords, tracking-pixel
44
Donate link: https://tareq.co/donate/
55
Requires at least: 4.0
6-
Tested up to: 4.9.1
7-
Stable tag: trunk
6+
Tested up to: 4.9.4
7+
Stable tag: 2.0
88
License: GPLv3
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -28,7 +28,7 @@ Extract the zip file and just drop the contents in the wp-content/plugins/ direc
2828

2929
= Minimum Requirements =
3030

31-
* WooCommerce 2.1.0
31+
* WooCommerce 3.0
3232
* PHP version 5.2.4 or greater
3333
* MySQL version 5.0 or greater
3434

@@ -62,6 +62,13 @@ We put the JavaScript scripts provided by you in the page and it fires a convers
6262

6363
== Changelog ==
6464

65+
= Version 2.0 (22-February-2018) =
66+
67+
* Major version released
68+
* Individual gateway integrations
69+
* More streamlined and user friendly UI
70+
71+
6572
= Version 1.2.5 (28-December-2017) =
6673

6774
* Added plugin action links for Docs and Settings.

0 commit comments

Comments
 (0)