Skip to content

Commit

Permalink
Date picker issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
alimuzzaman committed Nov 2, 2022
1 parent 9646b38 commit 0cf5d96
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 17 deletions.
7 changes: 5 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: sales notification, fomo, social proof, woocommerce notification, notifica
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.6
Stable tag: 2.5.6
Stable tag: 2.5.7
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -219,13 +219,16 @@ Yes. Your data is legally safe and we guarantee to not make use of your data und

== Changelog ==

= 2.5.7 - 02/11/2022 =
- Fixed: Clicking on Date picker causes page blank issues.
- Few minor bug fixes and improvements

= 2.5.6 - 28/09/2022 =
- Fixed: Language file conflict with Caching plugin.
- Fixed: Fatal error when Elementor old version is enabled.
- Fixed: Notices wasn’t appearing when Loco Translate plugin enabled.
- Few minor bug fixes and improvements

- Few minor bug fixes and improvements
= 2.5.5 - 13/09/2022 =
- Added: New setting anonymous REST API for NotificationX.
- Fixed: NotificationX Bar button text clicking issue
Expand Down
4 changes: 2 additions & 2 deletions assets/admin/css/admin.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/admin/js/admin.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-media-utils', 'wp-polyfill'), 'version' => 'cdd45a3a54e81e31e783');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-media-utils'), 'version' => '448e4ed73dd6f172a8f9');
16 changes: 8 additions & 8 deletions assets/admin/js/admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/public/js/crossSite.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/public/js/frontend.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions notificationx.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.6
* Version: 2.5.7
* Author: WPDeveloper
* Author URI: https://wpdeveloper.com
* License: GPL-3.0+
Expand All @@ -26,7 +26,7 @@
* Defines CONSTANTS for Whole plugins.
*/
define( 'NOTIFICATIONX_FILE', __FILE__ );
define( 'NOTIFICATIONX_VERSION', '2.5.6' );
define( 'NOTIFICATIONX_VERSION', '2.5.7' );
define( 'NOTIFICATIONX_URL', plugins_url( '/', __FILE__ ) );
define( 'NOTIFICATIONX_PATH', plugin_dir_path( __FILE__ ) );
define( 'NOTIFICATIONX_BASENAME', plugin_basename( __FILE__ ) );
Expand Down

0 comments on commit 0cf5d96

Please sign in to comment.