From 2549e0d6fab9d2fd887a0f61622df7bd9feb3080 Mon Sep 17 00:00:00 2001 From: Paco Toledo Date: Wed, 30 Mar 2022 17:36:50 +0200 Subject: [PATCH] v 4.2.2 --- README.txt | 2 +- joinchat.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 80f177c..13ae32f 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.1 +Stable tag: 4.4.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html diff --git a/joinchat.php b/joinchat.php index b51395e..8f613ff 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.1 + * Version: 4.4.2 * Author: Creame * Author URI: https://crea.me * License: GPL-2.0+ @@ -26,7 +26,7 @@ /** * Define constants. */ -define( 'JOINCHAT_VERSION', '4.4.1' ); +define( 'JOINCHAT_VERSION', '4.4.2' ); define( 'JOINCHAT_FILE', __FILE__ ); define( 'JOINCHAT_DIR', plugin_dir_path( JOINCHAT_FILE ) ); define( 'JOINCHAT_BASENAME', plugin_basename( JOINCHAT_FILE ) );