From 84342ce9485ae85fc45b58a5f1e49f0f0c292d20 Mon Sep 17 00:00:00 2001 From: Paco Toledo Date: Mon, 28 Mar 2022 16:32:56 +0200 Subject: [PATCH] v 4.4.1 --- README.txt | 12 +++++++++--- joinchat.php | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index 360a0ff..6ab4305 100644 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: Chat, Click to Chat, Facebook Messenger, WhatsApp, Telegram, Whatsapp Busi Requires at least: 3.5.0 Tested up to: 5.9 Requires PHP: 5.3 -Stable tag: 4.4.0 +Stable tag: 4.4.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -20,7 +20,7 @@ WhatsApp, Messenger, Telegram, Phone call… capture users through their favorit https://www.youtube.com/watch?v=Ad2ZpPnX_3Q -[Documentation](https://join.chat/en/docs/?utm_source=wporg&utm_medium=web&utm_campaign=v4_4) | [Add-ons](https://join.chat/en/addons/?utm_source=wporg&utm_medium=web&utm_campaign=v4_4) | [Support](https://join.chat/en/support/?utm_source=wporg&utm_medium=web&utm_campaign=v4_4) +[Documentation](https://join.chat/en/docs/?utm_source=wporg&utm_medium=web&utm_campaign=v4_4) | [Premium](https://join.chat/en/premium/?utm_source=wporg&utm_medium=web&utm_campaign=v4_4) | [Support](https://join.chat/en/support/?utm_source=wporg&utm_medium=web&utm_campaign=v4_4) ### ⌁ What you can do with Join.chat (formerly WAme) ✅ @@ -329,6 +329,9 @@ Join.chat save two localStorage variables for proper operation: == Changelog == += 4.4.1 = +* FIX Google Ads conversion field is too short. + = 4.4 = * **NEW: Display QR Code on desktop** to scan with phone. * **NEW: Opt-in** text for user consent (optional or required). @@ -340,7 +343,7 @@ Join.chat save two localStorage variables for proper operation: * **TIP:** Easier configuration, double click to apply the example settings in placeholders. * CHANGED default z-index is `9999`. * CHANGED allow set empty CTA for products with `{}` in main settings. -* **CHANGED** GA4 custom 'JoinChat' event now is 'generate_lead' recomended event. +* **CHANGED** GA4 custom 'JoinChat' event now is 'generate_lead' recommended event. = 4.3.2 = * Styles minor improvements, fix tooltip align. @@ -489,6 +492,9 @@ See [changelog.txt](https://plugins.svn.wordpress.org/creame-whatsapp-me/trunk/c == Upgrade Notice == += 4.4.0 = +Google Analytics 4 custom "JoinChat" event replaced with recommended "generate_lead" event. + = 4.0.0 = **Join.chat rebrand!!** Analytics events change from `WhatsAppMe` to `JoinChat` and classes, actions and filters change from `wame` or `whatsappme` to `joinchat`. diff --git a/joinchat.php b/joinchat.php index 123e0ab..b51395e 100644 --- a/joinchat.php +++ b/joinchat.php @@ -9,7 +9,7 @@ * Plugin Name: Join.chat * Plugin URI: https://join.chat * Description: Connects a WordPress chat with WhatsApp. The best solution for marketing and support. Stop losing customers and increase your sales. - * Version: 4.4.0 + * Version: 4.4.1 * Author: Creame * Author URI: https://crea.me * License: GPL-2.0+ @@ -26,7 +26,7 @@ /** * Define constants. */ -define( 'JOINCHAT_VERSION', '4.4.0' ); +define( 'JOINCHAT_VERSION', '4.4.1' ); define( 'JOINCHAT_FILE', __FILE__ ); define( 'JOINCHAT_DIR', plugin_dir_path( JOINCHAT_FILE ) ); define( 'JOINCHAT_BASENAME', plugin_basename( JOINCHAT_FILE ) );