diff --git a/README.txt b/README.txt index 47050ff..3fb9856 100644 --- a/README.txt +++ b/README.txt @@ -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 @@ -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. @@ -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. diff --git a/whatsappme.php b/whatsappme.php index f93ae00..6e4edc4 100644 --- a/whatsappme.php +++ b/whatsappme.php @@ -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+ @@ -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,