Skip to content

Commit

Permalink
Update readme and change version to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pacotole committed Feb 11, 2020
1 parent 879f6df commit 9ae3c79
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: whatsapp business, whatsapp, click to chat, button, whatsapp support chat,
Requires at least: 3.0.1
Tested up to: 5.3
Requires PHP: 5.3
Stable tag: 3.2.0
Stable tag: 3.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -136,6 +136,11 @@ There is a Javascript event that WAme triggers automatically before launch Whats
});
});`

= Emojis are not saved =

To save emojis the site database must use utf8mb4 encoding.
If your database enconding is utf8 you can use emojis converting them to html entities with a tool [like this](https://mothereff.in/html-entities).

== Screenshots ==

1. Button on desktop.
Expand All @@ -149,6 +154,11 @@ There is a Javascript event that WAme triggers automatically before launch Whats

== Changelog ==

= 3.2.1 =
* FIX svg animations on firefox.
* FIX empty messages on WP < 4.6.
* FIX Google Analytics 'ga' event not sent if gtag for GAds or GTM is present.

= 3.2.0 =
* **NEW:** Dark mode.
* **NEW:** Hide on mobile when keyboard is open.
Expand Down
4 changes: 2 additions & 2 deletions whatsappme.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Plugin Name: VVAme chat
* Plugin URI: https://wame.chat
* Description: Connects a WordPress chat with WhatsApp. The best solution for marketing and support. Stop losing customers and increase your sales.
* Version: 3.2.0
* Version: 3.2.1
* Author: Creame
* Author URI: https://crea.me
* License: GPL-2.0+
Expand All @@ -27,7 +27,7 @@
* Currently plugin version.
* Start at version 1.0.0 and use SemVer - https://semver.org
*/
define( 'WHATSAPPME_VERSION', '3.2.0' );
define( 'WHATSAPPME_VERSION', '3.2.1' );

/**
* The core plugin class that is used to define internationalization,
Expand Down

0 comments on commit 9ae3c79

Please sign in to comment.