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 Oct 27, 2024
1 parent b0c580e commit cb5f14c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
6 changes: 5 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 sales, notification ba
Requires at least: 5.0
Tested up to: 6.6
Requires PHP: 5.6
Stable tag: 2.9.1
Stable tag: 2.9.2
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.9.2 - 27/10/2024 =
Improved: Codebase for better performance.
Few minor bug fixes and improvements.

= 2.9.1 - 01/10/2024 =
Fixed: Issues with custom notification shortcode.
Improved: Notification creation and duplication process.
Expand Down
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-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-media-utils'), 'version' => '1a09014ec32ac95bf9fc');
<?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'), 'version' => 'f714fd63b763742acf98');
2 changes: 1 addition & 1 deletion assets/admin/js/admin.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions languages/notificationx.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL-3.0+.
msgid ""
msgstr ""
"Project-Id-Version: NotificationX 2.9.1\n"
"Project-Id-Version: NotificationX 2.9.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/notificationx\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-09-30T10:12:51+00:00\n"
"POT-Creation-Date: 2024-10-27T09:01:57+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: notificationx\n"
Expand Down Expand Up @@ -82,11 +82,11 @@ msgstr ""
msgid "Grab The Offer"
msgstr ""

#: includes/Admin/Admin.php:325
#: includes/Admin/Admin.php:347
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."
msgstr ""

#: includes/Admin/Admin.php:326
#: includes/Admin/Admin.php:348
msgid ""
"We collect non-sensitive diagnostic data and plugin usage information.\n"
"\t\t\tYour site URL, WordPress & PHP version, plugins & themes and email address to send you the\n"
Expand Down
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.9.1
* Version: 2.9.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.9.1' );
define( 'NOTIFICATIONX_VERSION', '2.9.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.9.1",
"version": "2.9.2",
"main": "nxdev/index.js",
"author": "WPDeveloper",
"scripts": {
Expand Down

0 comments on commit cb5f14c

Please sign in to comment.