diff --git a/README.txt b/README.txt index 32e587cf..6d0655cf 100755 --- a/README.txt +++ b/README.txt @@ -5,7 +5,7 @@ Tags: sales notification, fomo, social proof, live sales feed, recent sales noti Requires at least: 4.0 Tested up to: 5.2.2 Requires PHP: 5.4 -Stable tag: 1.2.5 +Stable tag: 1.2.6 License: GPLv3 License URI: https://opensource.org/licenses/GPL-3.0 @@ -144,6 +144,11 @@ Yes. Your data is legally safe and we guarantee to not make use of your data und == Changelog == += 1.2.6 - 02/09/2019 = + +- Sound helpder improved +- Few minor bugfix and improvement + = 1.2.5 - 28/08/2019 = - Added : GiveWP Donation Notification diff --git a/notificationx.php b/notificationx.php index 2d21a4cb..c0f0d3e2 100755 --- a/notificationx.php +++ b/notificationx.php @@ -8,7 +8,7 @@ * Plugin Name: NotificationX * Plugin URI: https://wpdeveloper.net/NotificationX * Description: Social Proof & Recent Sales Popup, Comment Notification, Subscription Notification, Notification Bar and many more. - * Version: 1.2.5 + * Version: 1.2.6 * Author: WPDeveloper * Author URI: https://wpdeveloper.net * License: GPL-2.0+ @@ -25,7 +25,7 @@ /** * Defines CONSTANTS for Whole plugins. */ -define( 'NOTIFICATIONX_VERSION', '1.2.5' ); +define( 'NOTIFICATIONX_VERSION', '1.2.6' ); define( 'NOTIFICATIONX_PLUGIN_URL', 'https://notificationx.com' ); define( 'NOTIFICATIONX_URL', plugins_url( '/', __FILE__ ) ); define( 'NOTIFICATIONX_ADMIN_URL', NOTIFICATIONX_URL . 'admin/' );