From 942297b35368d35b8c6e256887c2d86107e8ffca Mon Sep 17 00:00:00 2001 From: MD Shakibul Islam <78678198+shuvo247@users.noreply.github.com> Date: Sun, 29 Oct 2023 12:00:38 +0600 Subject: [PATCH] update readme and version v2.7.7 --- README.txt | 6 +++++- notificationx.php | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 97de0882..cbea6a78 100755 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: sales notification, fomo, social proof, woocommerce notification, notifica Requires at least: 5.0 Tested up to: 6.3 Requires PHP: 5.6 -Stable tag: 2.7.6 +Stable tag: 2.7.7 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -219,6 +219,10 @@ Yes. Your data is legally safe and we guarantee to not make use of your data und == Changelog == += 2.7.7 - 29/10/2023 = +- Fixed: WPForms old data wasn't showing. +- Few minor bug fixes and improvements. + = 2.7.6 - 09/10/2023 = - Fixed: Live Preview for Fluent Form notification - Fixed: Countdown starts before input time for Notification Bar. diff --git a/notificationx.php b/notificationx.php index 64f5c90f..3ca3824c 100755 --- a/notificationx.php +++ b/notificationx.php @@ -3,7 +3,7 @@ * Plugin Name: NotificationX * Plugin URI: https://notificationx.com * Description: Social Proof & Recent Sales Popup, Comment Notification, Subscription Notification, Notification Bar and many more. - * Version: 2.7.6 + * Version: 2.7.7 * Author: WPDeveloper * Author URI: https://wpdeveloper.com * License: GPL-3.0+ @@ -26,7 +26,7 @@ * Defines CONSTANTS for Whole plugins. */ define( 'NOTIFICATIONX_FILE', __FILE__ ); -define( 'NOTIFICATIONX_VERSION', '2.7.6' ); +define( 'NOTIFICATIONX_VERSION', '2.7.7' ); define( 'NOTIFICATIONX_URL', plugins_url( '/', __FILE__ ) ); define( 'NOTIFICATIONX_PATH', plugin_dir_path( __FILE__ ) ); define( 'NOTIFICATIONX_BASENAME', plugin_basename( __FILE__ ) );