Version Description
- Minor improvements and link to Wame CTA Extras.
Download this release
Release Info
Developer | creapuntome |
Plugin | WhatsApp me |
Version | 3.1.3 |
Comparing to | |
See all releases |
Code changes from version 3.1.2 to 3.1.3
- README.txt +4 -1
- admin/class-whatsappme-admin.php +6 -2
- admin/class-whatsappme-wooadmin.php +1 -0
- admin/css/whatsappme.css +4 -0
- admin/css/whatsappme.min.css +1 -1
- languages/creame-whatsapp-me.pot +36 -31
- whatsappme.php +2 -2
README.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: whatsapp business, whatsapp, click to chat, button, whatsapp support chat,
|
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.3
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 3.1.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -148,6 +148,9 @@ There is a Javascript event that WAme triggers automatically before launch Whats
|
|
148 |
|
149 |
== Changelog ==
|
150 |
|
|
|
|
|
|
|
151 |
= 3.1.2 =
|
152 |
* **NEW:** WooCommerce Call to Action for Products on Sale, also added dynamic vars {DISCOUNT} {REGULAR}.
|
153 |
* FIX Fatal error when selected button image is deleted from media library.
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.3
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 3.1.3
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
148 |
|
149 |
== Changelog ==
|
150 |
|
151 |
+
= 3.1.3 =
|
152 |
+
* Minor improvements and link to Wame CTA Extras.
|
153 |
+
|
154 |
= 3.1.2 =
|
155 |
* **NEW:** WooCommerce Call to Action for Products on Sale, also added dynamic vars {DISCOUNT} {REGULAR}.
|
156 |
* FIX Fatal error when selected button image is deleted from media library.
|
admin/class-whatsappme-admin.php
CHANGED
@@ -479,7 +479,7 @@ class WhatsAppMe_Admin {
|
|
479 |
'<p class="description">' . __( "Contact phone number <strong>(the button will not be shown if it's empty)</strong>", 'creame-whatsapp-me' ) . '</p>' .
|
480 |
'<p class="whatsappme-addon">' . sprintf(
|
481 |
__( 'Add unlimited numbers with %s', 'creame-whatsapp-me' ),
|
482 |
-
'<a href="https://wame.chat/en/addons/random-phone
|
483 |
) . '</p>';
|
484 |
break;
|
485 |
|
@@ -527,7 +527,11 @@ class WhatsAppMe_Admin {
|
|
527 |
|
528 |
case 'message_text':
|
529 |
$output = '<textarea id="whatsappme_message_text" name="whatsappme[message_text]" rows="4" class="regular-text" placeholder="' . esc_attr__( "Hello 👋\nCan we help you?", 'creame-whatsapp-me' ) . '">' . $value . '</textarea>' .
|
530 |
-
'<p class="description">' . __( 'Define a text to encourage users to contact by WhatsApp', 'creame-whatsapp-me' ) . '</p>'
|
|
|
|
|
|
|
|
|
531 |
break;
|
532 |
|
533 |
case 'message_send':
|
479 |
'<p class="description">' . __( "Contact phone number <strong>(the button will not be shown if it's empty)</strong>", 'creame-whatsapp-me' ) . '</p>' .
|
480 |
'<p class="whatsappme-addon">' . sprintf(
|
481 |
__( 'Add unlimited numbers with %s', 'creame-whatsapp-me' ),
|
482 |
+
'<a href="https://wame.chat/en/addons/wame-random-phone/" target="_blank">\'WAme Random Phone\'</a>'
|
483 |
) . '</p>';
|
484 |
break;
|
485 |
|
527 |
|
528 |
case 'message_text':
|
529 |
$output = '<textarea id="whatsappme_message_text" name="whatsappme[message_text]" rows="4" class="regular-text" placeholder="' . esc_attr__( "Hello 👋\nCan we help you?", 'creame-whatsapp-me' ) . '">' . $value . '</textarea>' .
|
530 |
+
'<p class="description">' . __( 'Define a text to encourage users to contact by WhatsApp', 'creame-whatsapp-me' ) . '</p>' .
|
531 |
+
'<p class="whatsappme-addon">' . sprintf(
|
532 |
+
__( 'Add links, images, videos and more with %s', 'creame-whatsapp-me' ),
|
533 |
+
'<a href="https://wame.chat/en/addons/wame-cta-extras/" target="_blank">\'WAme CTA Extras\'</a>'
|
534 |
+
) . '</p>';
|
535 |
break;
|
536 |
|
537 |
case 'message_send':
|
admin/class-whatsappme-wooadmin.php
CHANGED
@@ -277,6 +277,7 @@ class WhatsAppMe_WooAdmin {
|
|
277 |
'<p> ' . __( 'For the <strong>Call to Action for Products on Sale</strong>, you can also use:', 'creame-whatsapp-me' ) . '</p>' .
|
278 |
'<p>' .
|
279 |
'<span><code>{REGULAR}</code> ➜ ' . strip_tags( wc_price( 9.95 ) ) . '</span>, ' .
|
|
|
280 |
'<span><code>{DISCOUNT}</code> ➜ -20%</span>' .
|
281 |
'</p>';
|
282 |
|
277 |
'<p> ' . __( 'For the <strong>Call to Action for Products on Sale</strong>, you can also use:', 'creame-whatsapp-me' ) . '</p>' .
|
278 |
'<p>' .
|
279 |
'<span><code>{REGULAR}</code> ➜ ' . strip_tags( wc_price( 9.95 ) ) . '</span>, ' .
|
280 |
+
'<span><code>{PRICE}</code> ➜ ' . strip_tags( wc_price( 7.95 ) ) . '</span>, ' .
|
281 |
'<span><code>{DISCOUNT}</code> ➜ -20%</span>' .
|
282 |
'</p>';
|
283 |
|
admin/css/whatsappme.css
CHANGED
@@ -79,6 +79,10 @@
|
|
79 |
}
|
80 |
|
81 |
.form-table td p.whatsappme-addon {
|
|
|
|
|
|
|
|
|
82 |
font-size: 13px;
|
83 |
}
|
84 |
|
79 |
}
|
80 |
|
81 |
.form-table td p.whatsappme-addon {
|
82 |
+
display: inline-block;
|
83 |
+
padding: 0 6px;
|
84 |
+
border-radius: 3px;
|
85 |
+
background: #fffbe5;
|
86 |
font-size: 13px;
|
87 |
}
|
88 |
|
admin/css/whatsappme.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.wame-hidden{display:none!important}.js #whatsappme_form textarea{overflow:hidden;min-height:100px}.wametab{display:none}.wametab-active{display:block!important}#whatsappme_tab_advanced tr:hover{background:rgba(0,0,0,.05)}#whatsappme_tab_advanced td,#whatsappme_tab_advanced th{padding:7px 15px}#whatsappme_tab_advanced label{margin-right:15px}#whatsappme_tab_advanced .dashicons{opacity:.5}#whatsappme_tab_advanced input[type=radio]+span{transition:all .2s}#whatsappme_tab_advanced input[type=radio]:checked+span{color:#79ba49;opacity:1}#whatsappme_tab_advanced input[type=radio]:checked+.dashicons-hidden{color:#ca4a1f}.whatsappme-show-help{display:inline-block;width:1.1em;height:1.1em;line-height:1.1em;border-radius:50%;background:#999;color:#fff;font-weight:700;text-decoration:none;text-align:center}.whatsappme-show-help:active,.whatsappme-show-help:focus,.whatsappme-show-help:hover{background:#444;color:#fff}#tab-panel-styles-and-vars span{white-space:nowrap}#tab-panel-styles-and-vars code{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.form-table td p.whatsappme-addon{font-size:13px}.iti--allow-dropdown input{padding-left:52px!important}#whatsappme_button_image_wrapper{position:relative;padding:8px 0 0 80px}#whatsappme_button_image_holder{position:absolute;top:0;left:0;box-sizing:border-box;width:60px;height:60px;border:1px solid #25d366;border-radius:50%;background:#25d366 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="36" height="36"><path fill="%23fff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z"/></svg>') no-repeat center;box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);overflow:hidden}[dir=rtl] #whatsappme_button_image_wrapper{padding:8px 80px 0 0}[dir=rtl] #whatsappme_button_image_holder{right:0;left:auto}.whatsappme_vars_help{margin-top:5px;font-size:11px;font-weight:400;line-height:1.9;opacity:0;transition:opacity .2s ease-out .2s}tr.whatsappme--focus .whatsappme_vars_help,tr:hover .whatsappme_vars_help{opacity:1;transition-delay:.5s}.whatsappme_vars_help code{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;padding:2px 1px;font-size:inherit;vertical-align:bottom}.whatsappme_vars_help code:hover{background:rgba(0,0,0,.2)}@media screen and (max-width:782px){.whatsappme_vars_help{margin-top:2px;opacity:1}.whatsappme_vars_help br{display:none}}.whatsappme-metabox code{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;padding:2px 1px;font-size:smaller;vertical-align:text-bottom}.whatsappme-metabox .dashicons{opacity:.5}.whatsappme-metabox input::placeholder{color:#dedfe0}.whatsappme-metabox input::-ms-input-placeholder{color:#dedfe0}.whatsappme-metabox input[type=radio]{margin-right:1px}.whatsappme-metabox input[type=radio]+span{margin-right:5px;transition:all .2s}.whatsappme-metabox input[type=radio]:checked+span{color:#79ba49;opacity:1}.whatsappme-metabox input[type=radio]:checked+.dashicons-hidden{color:#ca4a1f}.js .whatsappme-metabox textarea{overflow:hidden;min-height:3em}
|
1 |
+
.wame-hidden{display:none!important}.js #whatsappme_form textarea{overflow:hidden;min-height:100px}.wametab{display:none}.wametab-active{display:block!important}#whatsappme_tab_advanced tr:hover{background:rgba(0,0,0,.05)}#whatsappme_tab_advanced td,#whatsappme_tab_advanced th{padding:7px 15px}#whatsappme_tab_advanced label{margin-right:15px}#whatsappme_tab_advanced .dashicons{opacity:.5}#whatsappme_tab_advanced input[type=radio]+span{transition:all .2s}#whatsappme_tab_advanced input[type=radio]:checked+span{color:#79ba49;opacity:1}#whatsappme_tab_advanced input[type=radio]:checked+.dashicons-hidden{color:#ca4a1f}.whatsappme-show-help{display:inline-block;width:1.1em;height:1.1em;line-height:1.1em;border-radius:50%;background:#999;color:#fff;font-weight:700;text-decoration:none;text-align:center}.whatsappme-show-help:active,.whatsappme-show-help:focus,.whatsappme-show-help:hover{background:#444;color:#fff}#tab-panel-styles-and-vars span{white-space:nowrap}#tab-panel-styles-and-vars code{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}.form-table td p.whatsappme-addon{display:inline-block;padding:0 6px;border-radius:3px;background:#fffbe5;font-size:13px}.iti--allow-dropdown input{padding-left:52px!important}#whatsappme_button_image_wrapper{position:relative;padding:8px 0 0 80px}#whatsappme_button_image_holder{position:absolute;top:0;left:0;box-sizing:border-box;width:60px;height:60px;border:1px solid #25d366;border-radius:50%;background:#25d366 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="36" height="36"><path fill="%23fff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z"/></svg>') no-repeat center;box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);overflow:hidden}[dir=rtl] #whatsappme_button_image_wrapper{padding:8px 80px 0 0}[dir=rtl] #whatsappme_button_image_holder{right:0;left:auto}.whatsappme_vars_help{margin-top:5px;font-size:11px;font-weight:400;line-height:1.9;opacity:0;transition:opacity .2s ease-out .2s}tr.whatsappme--focus .whatsappme_vars_help,tr:hover .whatsappme_vars_help{opacity:1;transition-delay:.5s}.whatsappme_vars_help code{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;padding:2px 1px;font-size:inherit;vertical-align:bottom}.whatsappme_vars_help code:hover{background:rgba(0,0,0,.2)}@media screen and (max-width:782px){.whatsappme_vars_help{margin-top:2px;opacity:1}.whatsappme_vars_help br{display:none}}.whatsappme-metabox code{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;padding:2px 1px;font-size:smaller;vertical-align:text-bottom}.whatsappme-metabox .dashicons{opacity:.5}.whatsappme-metabox input::placeholder{color:#dedfe0}.whatsappme-metabox input::-ms-input-placeholder{color:#dedfe0}.whatsappme-metabox input[type=radio]{margin-right:1px}.whatsappme-metabox input[type=radio]+span{margin-right:5px;transition:all .2s}.whatsappme-metabox input[type=radio]:checked+span{color:#79ba49;opacity:1}.whatsappme-metabox input[type=radio]:checked+.dashicons-hidden{color:#ca4a1f}.js .whatsappme-metabox textarea{overflow:hidden;min-height:3em}
|
languages/creame-whatsapp-me.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: WAme chat\n"
|
5 |
-
"POT-Creation-Date: 2019-11-13
|
6 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
7 |
"Last-Translator: Your Name <you@example.com>\n"
|
8 |
"Language-Team: Creame <hola@crea.me>\n"
|
@@ -29,16 +29,16 @@ msgstr ""
|
|
29 |
msgid "Advanced"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: admin/class-whatsappme-admin.php:116 admin/class-whatsappme-admin.php:
|
33 |
#: public/class-whatsappme-public.php:102
|
34 |
msgid "Open chat"
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: admin/class-whatsappme-admin.php:238 admin/class-whatsappme-admin.php:
|
38 |
msgid "Telephone"
|
39 |
msgstr ""
|
40 |
|
41 |
-
#: admin/class-whatsappme-admin.php:239 admin/class-whatsappme-admin.php:
|
42 |
msgid "Message"
|
43 |
msgstr ""
|
44 |
|
@@ -66,7 +66,7 @@ msgstr ""
|
|
66 |
msgid "WhatsApp Web"
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: admin/class-whatsappme-admin.php:248 admin/class-whatsappme-admin.php:
|
70 |
msgid "Call to Action"
|
71 |
msgstr ""
|
72 |
|
@@ -78,7 +78,7 @@ msgstr ""
|
|
78 |
msgid "Chat Delay"
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: admin/class-whatsappme-admin.php:251 admin/class-whatsappme-admin.php:
|
82 |
msgid "Notification Balloon"
|
83 |
msgstr ""
|
84 |
|
@@ -174,13 +174,13 @@ msgstr ""
|
|
174 |
msgid "Custom Post Types"
|
175 |
msgstr ""
|
176 |
|
177 |
-
#: admin/class-whatsappme-admin.php:466 admin/class-whatsappme-admin.php:
|
178 |
-
#: admin/class-whatsappme-admin.php:
|
179 |
msgid "Show"
|
180 |
msgstr ""
|
181 |
|
182 |
-
#: admin/class-whatsappme-admin.php:468 admin/class-whatsappme-admin.php:
|
183 |
-
#: admin/class-whatsappme-admin.php:
|
184 |
msgid "Hide"
|
185 |
msgstr ""
|
186 |
|
@@ -261,99 +261,104 @@ msgstr ""
|
|
261 |
msgid "Define a text to encourage users to contact by WhatsApp"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: admin/class-whatsappme-admin.php:
|
|
|
|
|
|
|
|
|
|
|
265 |
msgid "Hi *{SITE}*! I need more info about {TITLE} {URL}"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: admin/class-whatsappme-admin.php:
|
269 |
msgid "Predefined text for the first message the user will send you"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: admin/class-whatsappme-admin.php:
|
273 |
msgid "Text of the start WhatsApp button on Chat Window"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: admin/class-whatsappme-admin.php:
|
277 |
msgid "seconds (0 disabled)"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: admin/class-whatsappme-admin.php:
|
281 |
msgid "Chat Window is automatically displayed after delay"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: admin/class-whatsappme-admin.php:
|
285 |
msgid ""
|
286 |
"Display a notification balloon instead of opening the Chat Window for a "
|
287 |
"\"less intrusive\" mode"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: admin/class-whatsappme-admin.php:
|
291 |
msgid "Styles and Variables"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: admin/class-whatsappme-admin.php:
|
295 |
msgid ""
|
296 |
"You can use formatting styles like in WhatsApp: _<em>italic</em>_ "
|
297 |
"*<strong>bold</strong>* ~<del>strikethrough</del>~."
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: admin/class-whatsappme-admin.php:
|
301 |
msgid ""
|
302 |
"You can use dynamic variables that will be replaced by the values of the "
|
303 |
"page the user visits:"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: admin/class-whatsappme-admin.php:
|
307 |
msgid "Page Title"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: admin/class-whatsappme-admin.php:
|
311 |
msgid "Support and Help"
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: admin/class-whatsappme-admin.php:
|
315 |
#, php-format
|
316 |
msgid ""
|
317 |
"If you need help, please check the <a href=\"%s\" rel=\"external\" target="
|
318 |
"\"_blank\">plugin support forum</a>."
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: admin/class-whatsappme-admin.php:
|
322 |
msgid "If you like WAme 😍"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: admin/class-whatsappme-admin.php:
|
326 |
#, php-format
|
327 |
msgid "Subscribe to our newsletter and our blog at %s."
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: admin/class-whatsappme-admin.php:
|
331 |
#, php-format
|
332 |
msgid "Learn from our tutorials on %s."
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: admin/class-whatsappme-admin.php:
|
336 |
#, php-format
|
337 |
msgid "Or rate us on %s."
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: admin/class-whatsappme-admin.php:
|
341 |
msgid "Settings"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: admin/class-whatsappme-admin.php:
|
345 |
msgid "WAme chat"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: admin/class-whatsappme-admin.php:
|
349 |
msgid "You can use vars"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: admin/class-whatsappme-admin.php:
|
353 |
msgid "Default visibility"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: admin/class-whatsappme-admin.php:
|
357 |
msgid "Show Help"
|
358 |
msgstr ""
|
359 |
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: WAme chat\n"
|
5 |
+
"POT-Creation-Date: 2019-11-13 16:52+0100\n"
|
6 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
7 |
"Last-Translator: Your Name <you@example.com>\n"
|
8 |
"Language-Team: Creame <hola@crea.me>\n"
|
29 |
msgid "Advanced"
|
30 |
msgstr ""
|
31 |
|
32 |
+
#: admin/class-whatsappme-admin.php:116 admin/class-whatsappme-admin.php:543
|
33 |
#: public/class-whatsappme-public.php:102
|
34 |
msgid "Open chat"
|
35 |
msgstr ""
|
36 |
|
37 |
+
#: admin/class-whatsappme-admin.php:238 admin/class-whatsappme-admin.php:792
|
38 |
msgid "Telephone"
|
39 |
msgstr ""
|
40 |
|
41 |
+
#: admin/class-whatsappme-admin.php:239 admin/class-whatsappme-admin.php:800
|
42 |
msgid "Message"
|
43 |
msgstr ""
|
44 |
|
66 |
msgid "WhatsApp Web"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: admin/class-whatsappme-admin.php:248 admin/class-whatsappme-admin.php:796
|
70 |
msgid "Call to Action"
|
71 |
msgstr ""
|
72 |
|
78 |
msgid "Chat Delay"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: admin/class-whatsappme-admin.php:251 admin/class-whatsappme-admin.php:553
|
82 |
msgid "Notification Balloon"
|
83 |
msgstr ""
|
84 |
|
174 |
msgid "Custom Post Types"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: admin/class-whatsappme-admin.php:466 admin/class-whatsappme-admin.php:588
|
178 |
+
#: admin/class-whatsappme-admin.php:808
|
179 |
msgid "Show"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: admin/class-whatsappme-admin.php:468 admin/class-whatsappme-admin.php:590
|
183 |
+
#: admin/class-whatsappme-admin.php:810
|
184 |
msgid "Hide"
|
185 |
msgstr ""
|
186 |
|
261 |
msgid "Define a text to encourage users to contact by WhatsApp"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: admin/class-whatsappme-admin.php:532
|
265 |
+
#, php-format
|
266 |
+
msgid "Add links, images, videos and more with %s"
|
267 |
+
msgstr ""
|
268 |
+
|
269 |
+
#: admin/class-whatsappme-admin.php:538
|
270 |
msgid "Hi *{SITE}*! I need more info about {TITLE} {URL}"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: admin/class-whatsappme-admin.php:539
|
274 |
msgid "Predefined text for the first message the user will send you"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: admin/class-whatsappme-admin.php:544
|
278 |
msgid "Text of the start WhatsApp button on Chat Window"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: admin/class-whatsappme-admin.php:548
|
282 |
msgid "seconds (0 disabled)"
|
283 |
msgstr ""
|
284 |
|
285 |
+
#: admin/class-whatsappme-admin.php:549
|
286 |
msgid "Chat Window is automatically displayed after delay"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: admin/class-whatsappme-admin.php:555
|
290 |
msgid ""
|
291 |
"Display a notification balloon instead of opening the Chat Window for a "
|
292 |
"\"less intrusive\" mode"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: admin/class-whatsappme-admin.php:619
|
296 |
msgid "Styles and Variables"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: admin/class-whatsappme-admin.php:622
|
300 |
msgid ""
|
301 |
"You can use formatting styles like in WhatsApp: _<em>italic</em>_ "
|
302 |
"*<strong>bold</strong>* ~<del>strikethrough</del>~."
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: admin/class-whatsappme-admin.php:623
|
306 |
msgid ""
|
307 |
"You can use dynamic variables that will be replaced by the values of the "
|
308 |
"page the user visits:"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: admin/class-whatsappme-admin.php:627
|
312 |
msgid "Page Title"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: admin/class-whatsappme-admin.php:636
|
316 |
msgid "Support and Help"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: admin/class-whatsappme-admin.php:639
|
320 |
#, php-format
|
321 |
msgid ""
|
322 |
"If you need help, please check the <a href=\"%s\" rel=\"external\" target="
|
323 |
"\"_blank\">plugin support forum</a>."
|
324 |
msgstr ""
|
325 |
|
326 |
+
#: admin/class-whatsappme-admin.php:642
|
327 |
msgid "If you like WAme 😍"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: admin/class-whatsappme-admin.php:645
|
331 |
#, php-format
|
332 |
msgid "Subscribe to our newsletter and our blog at %s."
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: admin/class-whatsappme-admin.php:649
|
336 |
#, php-format
|
337 |
msgid "Learn from our tutorials on %s."
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: admin/class-whatsappme-admin.php:653
|
341 |
#, php-format
|
342 |
msgid "Or rate us on %s."
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: admin/class-whatsappme-admin.php:670
|
346 |
msgid "Settings"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: admin/class-whatsappme-admin.php:739
|
350 |
msgid "WAme chat"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: admin/class-whatsappme-admin.php:803 admin/class-whatsappme-admin.php:871
|
354 |
msgid "You can use vars"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: admin/class-whatsappme-admin.php:812
|
358 |
msgid "Default visibility"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: admin/class-whatsappme-admin.php:872
|
362 |
msgid "Show Help"
|
363 |
msgstr ""
|
364 |
|
whatsappme.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* Plugin Name: WAme chat
|
10 |
* Plugin URI: https://wame.chat
|
11 |
* Description: Connect a WordPress chat with WhatsApp. The best solution for marketing and support. Stop losing customers and increase your sales.
|
12 |
-
* Version: 3.1.
|
13 |
* Author: Creame
|
14 |
* Author URI: https://crea.me
|
15 |
* License: GPL-2.0+
|
@@ -27,7 +27,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
27 |
* Currently plugin version.
|
28 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
29 |
*/
|
30 |
-
define( 'WHATSAPPME_VERSION', '3.1.
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|
9 |
* Plugin Name: WAme chat
|
10 |
* Plugin URI: https://wame.chat
|
11 |
* Description: Connect a WordPress chat with WhatsApp. The best solution for marketing and support. Stop losing customers and increase your sales.
|
12 |
+
* Version: 3.1.3
|
13 |
* Author: Creame
|
14 |
* Author URI: https://crea.me
|
15 |
* License: GPL-2.0+
|
27 |
* Currently plugin version.
|
28 |
* Start at version 1.0.0 and use SemVer - https://semver.org
|
29 |
*/
|
30 |
+
define( 'WHATSAPPME_VERSION', '3.1.3' );
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|