Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alimuzzaman committed Oct 9, 2023
1 parent 517d723 commit c96be1c
Show file tree
Hide file tree
Showing 10 changed files with 52 additions and 244 deletions.
9 changes: 8 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.3
Requires PHP: 5.6
Stable tag: 2.7.5
Stable tag: 2.7.6
License: GPL-3.0-or-later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2.7.6 - 09/10/2023 =
- Fixed: Live Preview for Fluent Form notification
- Fixed: Countdown starts before input time for Notification Bar.
- Improvement: Notification templates for Fluent Form notification.
- Fixed: Compatibility issues with PHP 8.2
- Few minor bug fixes and improvements.

= 2.7.5 - 11/09/2023 =
- Fixed: Security issues for optimized performance.
- Few minor bug fixes and improvements.
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-data', 'wp-date', 'wp-element', 'wp-escape-html', 'wp-hooks', 'wp-i18n', 'wp-media-utils'), 'version' => '0eda4e9f11e396e6fd17');
<?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' => '59881fec7b56de285037');
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.

2 changes: 1 addition & 1 deletion assets/public/locale/hy-am.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion blocks/notificationx/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-server-side-render'), 'version' => 'a48d972f925c42925f14');
<?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill', 'wp-server-side-render'), 'version' => 'a80a7398890801e09706');
2 changes: 1 addition & 1 deletion blocks/notificationx/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit c96be1c

Please sign in to comment.