Skip to content

Commit 252c92e

Browse files
committed
version bump & npm build
1 parent 99f9c95 commit 252c92e

9 files changed

Lines changed: 27 additions & 23 deletions

File tree

README.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: sales notification, fomo, social proof, woocommerce sales, notification ba
55
Requires at least: 5.0
66
Tested up to: 6.9
77
Requires PHP: 5.6
8-
Stable tag: 3.2.5
8+
Stable tag: 3.2.6
99
License: GPL-3.0-or-later
1010
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -209,6 +209,10 @@ Yes. Your data is legally safe and we guarantee to not make use of your data und
209209

210210
== Changelog ==
211211

212+
= 3.2.6 - 19/04/2026 =
213+
Fixed: NotificationX bar at the bottom causing layout shift (CLS)
214+
Few minor bug fixes and improvements.
215+
212216
= 3.2.5 - 09/04/2026 =
213217
Fixed: PHP fatal error in cron job (nx_cron_update).
214218
Few minor bug fixes and improvements.

assets/admin/js/admin.asset.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-media-utils', 'wp-polyfill'), 'version' => '098ce5b605e344b84fef');
1+
<?php return array('dependencies' => array('lodash', 'moment', 'react', 'react-dom', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-media-utils', 'wp-polyfill'), 'version' => 'd571533679af6ac4faef');

assets/admin/js/admin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/public/js/crossSite.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/public/js/frontend.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/Extensions/PressBar/PressBar.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,16 +2261,16 @@ public function load_plugin_dependencies() {
22612261
}
22622262

22632263
public function doc() {
2264-
return sprintf(__('<p>You can showcase the notification bar to run instant popup campaigns on WordPress sites. For further assistance, check out our step-by-step guides on adding notification bars built with both <a target="_blank" href="%1$s">Elementor</a> and <a target="_blank" href="%2$s">Gutenberg</a>.</p>
2265-
<p>🎦 Watch the <a target = "_blank" href = "%3$s">video tutorial</a> for a quick guide.</p>
2264+
return sprintf(__('<p>Supercharge your WordPress site with an <strong>AI-powered Notification Bar</strong> that help you create and launches instant popup campaigns — smarter and faster than ever. Let AI generate compelling bar content for you in seconds. Need help getting started? Explore our step-by-step guides to set up your AI-enhanced notification bars using both <a target="_blank" href="%1$s">Elementor</a> and <a target="_blank" href="%2$s">Gutenberg</a>.</p>
2265+
<p>🎦 Check the <a target = "_blank" href = "%3$s">documentation</a> for a quick guide.</p>
22662266
<p><strong>Recommended Blog : </strong></p>
2267-
<p>🔥 How to <a target="_blank" href="%4$s">design a Notification Bar with Elementor Page Builder.</a></p>
2268-
<p>🔥 <a href="%5$s" target="_blank">Evergreen Dynamic Notification Bar</a> to Boost Sales in WordPress.</p>', 'notificationx'),
2267+
<p>🔥<a target="_blank" href="%4$s">How to Design a Notification Bar with AI Using NotificationX (A Comprehensive Guide)</a></p>
2268+
<p>🔥 <a href="%5$s" target="_blank">How to design a Notification Bar with Elementor Page Builder.</p>', 'notificationx'),
22692269
'https://notificationx.com/docs/notification-bar/',
22702270
'https://notificationx.com/docs/configure-a-notification-bar-in-gutenberg/',
2271-
'https://www.youtube.com/watch?v=l7s9FXgzbEM',
2272-
'https://notificationx.com/docs/notification-bar-with-elementor/',
2273-
'https://notificationx.com/blog/dynamic-notification-bar-wordpress/'
2271+
'https://notificationx.com/docs/how-to-design-a-notification-bar-with-ai/',
2272+
'https://notificationx.com/blog/guide-to-design-a-notification-bar-with-ai/',
2273+
'https://notificationx.com/docs/notification-bar-with-elementor/'
22742274
);
22752275
}
22762276
}

languages/notificationx.pot

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GPL-3.0+.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: NotificationX 3.2.5\n"
5+
"Project-Id-Version: NotificationX 3.2.6\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/notificationx\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2026-04-09T04:44:37+00:00\n"
12+
"POT-Creation-Date: 2026-04-19T08:49:20+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.11.0\n"
1515
"X-Domain: notificationx\n"
@@ -88,11 +88,11 @@ msgstr ""
8888
msgid "Grab The Offer"
8989
msgstr ""
9090

91-
#: includes/Admin/Admin.php:367
91+
#: includes/Admin/Admin.php:396
9292
msgid "Want to help make <strong>NotificationX</strong> even more awesome? You can get a <strong>10% discount coupon</strong> for Premium extensions if you allow us to track the usage."
9393
msgstr ""
9494

95-
#: includes/Admin/Admin.php:368
95+
#: includes/Admin/Admin.php:397
9696
msgid ""
9797
"We collect non-sensitive diagnostic data and plugin usage information.\n"
9898
"\t\t\tYour site URL, WordPress & PHP version, plugins & themes and email address to send you the\n"
@@ -5346,11 +5346,11 @@ msgstr ""
53465346

53475347
#: includes/Extensions/PressBar/PressBar.php:2264
53485348
msgid ""
5349-
"<p>You can showcase the notification bar to run instant popup campaigns on WordPress sites. For further assistance, check out our step-by-step guides on adding notification bars built with both <a target=\"_blank\" href=\"%1$s\">Elementor</a> and <a target=\"_blank\" href=\"%2$s\">Gutenberg</a>.</p>\n"
5350-
"\t\t<p>🎦 Watch the <a target = \"_blank\" href = \"%3$s\">video tutorial</a> for a quick guide.</p>\n"
5349+
"<p>Supercharge your WordPress site with an <strong>AI-powered Notification Bar</strong> that help you create and launches instant popup campaigns — smarter and faster than ever. Let AI generate compelling bar content for you in seconds. Need help getting started? Explore our step-by-step guides to set up your AI-enhanced notification bars using both <a target=\"_blank\" href=\"%1$s\">Elementor</a> and <a target=\"_blank\" href=\"%2$s\">Gutenberg</a>.</p>\n"
5350+
"\t\t<p>🎦 Check the <a target = \"_blank\" href = \"%3$s\">documentation</a> for a quick guide.</p>\n"
53515351
"\t\t<p><strong>Recommended Blog : </strong></p>\n"
5352-
"\t\t<p>🔥 How to <a target=\"_blank\" href=\"%4$s\">design a Notification Bar with Elementor Page Builder.</a></p>\n"
5353-
"\t\t<p>🔥 <a href=\"%5$s\" target=\"_blank\">Evergreen Dynamic Notification Bar</a> to Boost Sales in WordPress.</p>"
5352+
"\t\t<p>🔥<a target=\"_blank\" href=\"%4$s\">How to Design a Notification Bar with AI Using NotificationX (A Comprehensive Guide)</a></p>\n"
5353+
"\t\t<p>🔥 <a href=\"%5$s\" target=\"_blank\">How to design a Notification Bar with Elementor Page Builder.</p>"
53545354
msgstr ""
53555355

53565356
#: includes/Extensions/ReviewX/ReviewX.php:72

notificationx.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: NotificationX
44
* Plugin URI: https://notificationx.com
55
* Description: Social Proof & Recent Sales Popup, Comment Notification, Subscription Notification, Notification Bar and many more.
6-
* Version: 3.2.5
6+
* Version: 3.2.6
77
* Author: WPDeveloper
88
* Author URI: https://wpdeveloper.com
99
* License: GPL-3.0+
@@ -26,7 +26,7 @@
2626
* Defines CONSTANTS for Whole plugins.
2727
*/
2828
define( 'NOTIFICATIONX_FILE', __FILE__ );
29-
define( 'NOTIFICATIONX_VERSION', '3.2.5' );
29+
define( 'NOTIFICATIONX_VERSION', '3.2.6' );
3030
define( 'NOTIFICATIONX_URL', plugins_url( '/', __FILE__ ) );
3131
define( 'NOTIFICATIONX_PATH', plugin_dir_path( __FILE__ ) );
3232
define( 'NOTIFICATIONX_BASENAME', plugin_basename( __FILE__ ) );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notificationx",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"main": "nxdev/index.js",
55
"author": "WPDeveloper",
66
"scripts": {

0 commit comments

Comments
 (0)