Skip to content

Commit

Permalink
version bump & npm build
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvo7670 committed Feb 12, 2024
1 parent 24c7002 commit d0f4985
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 19 deletions.
7 changes: 6 additions & 1 deletion 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.4
Requires PHP: 5.6
Stable tag: 2.8.1
Stable tag: 2.8.2
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.8.2 - 12/02/2024 =
- Fixed: Uncaught typeError conflicts with WooCommerce plugin.
- Fixed: Notification template option was missing for few themes.
- Few minor bug fixes and improvements.

= 2.8.1 - 17/01/2024 =
- Fixed: REST API block with BuddyBoss plugin.
- Fixed: Notification Bar button wasn't showing.
Expand Down
6 changes: 4 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-escape-html', 'wp-hooks', 'wp-i18n', 'wp-media-utils'), 'version' => 'e97fcff582468ffd0bb0');
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-date', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-media-utils'), 'version' => '92d2508b55eca7192686');
16 changes: 8 additions & 8 deletions assets/admin/js/admin.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion assets/public/css/crossSite.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion assets/public/css/frontend.css

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.8.1
* Version: 2.8.2
* 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.8.1' );
define( 'NOTIFICATIONX_VERSION', '2.8.2' );
define( 'NOTIFICATIONX_URL', plugins_url( '/', __FILE__ ) );
define( 'NOTIFICATIONX_PATH', plugin_dir_path( __FILE__ ) );
define( 'NOTIFICATIONX_BASENAME', plugin_basename( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notificationx",
"version": "2.8.1",
"version": "2.8.2",
"main": "nxdev/index.js",
"author": "WPDeveloper",
"scripts": {
Expand Down

0 comments on commit d0f4985

Please sign in to comment.