Version Description
- Readme texts
Download this release
Release Info
Developer | creapuntome |
Plugin | WhatsApp me |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- README.txt +11 -8
- whatsappme.php +2 -2
README.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WhatsApp me ===
|
2 |
-
Contributors: creapuntome, pacotole
|
3 |
Tags: whatsapp, button, chat, support, contact
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.9.2
|
6 |
Requires PHP: 5.3
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -14,23 +14,23 @@ Add support to your visitors directly with WhatsApp.
|
|
14 |
|
15 |
### The perfect plugin to engage and retain customers.
|
16 |
|
17 |
-
####
|
18 |
|
19 |
With **WhatsApp me** you will get the visitors of your website to contact you through WhatsApp with a single click.
|
20 |
|
21 |
#### Why WhatsApp?
|
22 |
-
WhatsApp is used in more than 100 countries and supports more than 50 languages. Recent surveys say that 96% of users prefer to use a messaging
|
23 |
|
24 |
Options:
|
25 |
1. Phone: Enter the phone number.
|
26 |
-
1. Mobile only: Select if you want the button to be visible only on mobile devices. WhatsApp
|
27 |
-
1. Call to action: Write a message to encourage users to contact through WhatsApp.
|
28 |
1. Delay: You can define a timeout to display the call-to-action message.
|
29 |
-
1. If you have Google Analytics, an event is triggered when the user launches WhatsApp
|
30 |
|
31 |
== Installation ==
|
32 |
|
33 |
-
1. Upload the entire `
|
34 |
1. Activate the plugin through the 'Plugins' menu in WordPress.
|
35 |
|
36 |
== Screenshots ==
|
@@ -42,6 +42,9 @@ Options:
|
|
42 |
|
43 |
== Changelog ==
|
44 |
|
|
|
|
|
|
|
45 |
= 1.0.2 =
|
46 |
* Fix plugin version
|
47 |
|
1 |
=== WhatsApp me ===
|
2 |
+
Contributors: creapuntome, pacotole, davidlillo
|
3 |
Tags: whatsapp, button, chat, support, contact
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.9.2
|
6 |
Requires PHP: 5.3
|
7 |
+
Stable tag: 1.0.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
14 |
|
15 |
### The perfect plugin to engage and retain customers.
|
16 |
|
17 |
+
#### Communication with your customers can be very easy
|
18 |
|
19 |
With **WhatsApp me** you will get the visitors of your website to contact you through WhatsApp with a single click.
|
20 |
|
21 |
#### Why WhatsApp?
|
22 |
+
WhatsApp is used in more than 100 countries and supports more than 50 languages. Recent surveys say that 96% of users prefer to use a *messaging app* before calling by phone. If none of this has convinced you, think one thing, your grandmother knows how to use WhatsApp. Do not lose more customers and sales. Try **WhatsApp me**.
|
23 |
|
24 |
Options:
|
25 |
1. Phone: Enter the phone number.
|
26 |
+
1. Mobile only: Select if you want the button to be visible only on mobile devices. WhatsApp Web/App will open on the desktop (if available).
|
27 |
+
1. Call to action: Write a message to encourage users to contact you through WhatsApp.
|
28 |
1. Delay: You can define a timeout to display the call-to-action message.
|
29 |
+
1. If you have Google Analytics, an event is triggered when the user launches WhatsApp.
|
30 |
|
31 |
== Installation ==
|
32 |
|
33 |
+
1. Upload the entire `creame-whatsapp-me` folder to the `/wp-content/plugins/` directory.
|
34 |
1. Activate the plugin through the 'Plugins' menu in WordPress.
|
35 |
|
36 |
== Screenshots ==
|
42 |
|
43 |
== Changelog ==
|
44 |
|
45 |
+
= 1.0.3 =
|
46 |
+
* Readme texts
|
47 |
+
|
48 |
= 1.0.2 =
|
49 |
* Fix plugin version
|
50 |
|
whatsappme.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* Plugin Name: WhatsApp me
|
10 |
* Plugin URI: https://github.com/creame/whatsappme
|
11 |
* Description: Add support to your clients directly with WhatsApp.
|
12 |
-
* Version: 1.0.
|
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', '1.0.
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|
9 |
* Plugin Name: WhatsApp me
|
10 |
* Plugin URI: https://github.com/creame/whatsappme
|
11 |
* Description: Add support to your clients directly with WhatsApp.
|
12 |
+
* Version: 1.0.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', '1.0.3' );
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|