Version Description
- Readme texts and description.
Download this release
Release Info
Developer | creapuntome |
Plugin | WhatsApp me |
Version | 2.3.1 |
Comparing to | |
See all releases |
Code changes from version 2.3.0 to 2.3.1
- README.txt +9 -6
- whatsappme.php +3 -3
README.txt
CHANGED
@@ -5,11 +5,11 @@ Tags: whatsapp business, whatsapp, click to chat, button, whatsapp support chat,
|
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.2
|
7 |
Requires PHP: 5.3
|
8 |
-
Stable tag: 2.3.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
12 |
-
The
|
13 |
|
14 |
== Description ==
|
15 |
|
@@ -55,14 +55,14 @@ Having many options is not an advantage, the configuration of WAme is so easy th
|
|
55 |
-[Translate into your language](https://translate.wordpress.org/projects/wp-plugins/creame-whatsapp-me)
|
56 |
|
57 |
### ⌁ If you like WAme 😍
|
58 |
-
1. Subscribe to [our newsletter and our blog]
|
59 |
-
2. Learn from our tutorials on [Youtube Channel]
|
60 |
-
3. Or rate us [on WordPress]
|
61 |
|
62 |
== Installation ==
|
63 |
|
64 |
1. Upload the entire `creame-whatsapp-me` folder to the `/wp-content/plugins/` directory.
|
65 |
-
|
66 |
|
67 |
== Frequently Asked Questions ==
|
68 |
|
@@ -117,6 +117,9 @@ WhatsApp me send an event (if GTM detected) when user click to launch WhatsApp:
|
|
117 |
|
118 |
== Changelog ==
|
119 |
|
|
|
|
|
|
|
120 |
= 2.3.0 =
|
121 |
* **NEW:** WPML/Polylang integration.
|
122 |
* **NEW:** Added setting to launch WhatsApp Web on desktop.
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 5.2
|
7 |
Requires PHP: 5.3
|
8 |
+
Stable tag: 2.3.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
12 |
+
Connect a WordPress chat with WhatsApp. The best solution for marketing and support. Stop losing customers and increase your sales.
|
13 |
|
14 |
== Description ==
|
15 |
|
55 |
-[Translate into your language](https://translate.wordpress.org/projects/wp-plugins/creame-whatsapp-me)
|
56 |
|
57 |
### ⌁ If you like WAme 😍
|
58 |
+
1. Subscribe to [our newsletter and our blog](https://wame.chat/blog/).
|
59 |
+
2. Learn from our tutorials on [Youtube Channel](https://www.youtube.com/channel/UCqHiSNPBaQ918fpVnCU1wog/).
|
60 |
+
3. Or rate us [on WordPress](https://wordpress.org/support/plugin/creame-whatsapp-me/reviews/?filter=5/#new-post).
|
61 |
|
62 |
== Installation ==
|
63 |
|
64 |
1. Upload the entire `creame-whatsapp-me` folder to the `/wp-content/plugins/` directory.
|
65 |
+
2. Activate the plugin through the 'Plugins' menu in WordPress.
|
66 |
|
67 |
== Frequently Asked Questions ==
|
68 |
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
+
= 2.3.1 =
|
121 |
+
* Readme texts and description.
|
122 |
+
|
123 |
= 2.3.0 =
|
124 |
* **NEW:** WPML/Polylang integration.
|
125 |
* **NEW:** Added setting to launch WhatsApp Web on desktop.
|
whatsappme.php
CHANGED
@@ -8,8 +8,8 @@
|
|
8 |
* @wordpress-plugin
|
9 |
* Plugin Name: WhatsApp me
|
10 |
* Plugin URI: https://wame.chat
|
11 |
-
* Description: The
|
12 |
-
* Version: 2.3.
|
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', '2.3.
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|
8 |
* @wordpress-plugin
|
9 |
* Plugin Name: WhatsApp me
|
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: 2.3.1
|
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', '2.3.1' );
|
31 |
|
32 |
/**
|
33 |
* The core plugin class that is used to define internationalization,
|