Skip to content

Commit

Permalink
readme, version and pressbar update
Browse files Browse the repository at this point in the history
  • Loading branch information
shuvo7670 committed Jun 5, 2024
1 parent 0dd9b41 commit 75b6575
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== NotificationX - Best FOMO, Social Proof, Custom & Live Sales Notification, WooCommerce Sales Popup, Floating & Sticky Notification Bar ===
=== NotificationX - WooCommerce Sales Notification Popup, Custom & Live Sales Notification, FOMO, Social Proof, Announcement Banner & Sticky Notification Bar ===
Contributors: Asif2BD, priyomukul, wpdevteam, re_enter_rupok, alimuzzamanalim, sapanmozammel, shuvo247, fuadragib
Donate link: https://notificationx.com
Tags: sales notification, fomo, social proof, woocommerce sales, notification bar
Expand Down Expand Up @@ -205,7 +205,7 @@ Yes. Your data is legally safe and we guarantee to not make use of your data und

== Changelog ==

= 2.8.8 - 04/6/2024 =
= 2.8.8 - 05/6/2024 =
Added: Notification bar Auto hide after expiration.
Fixed: NotificationX conflicts with WooCommerce Subscription plugin.
Fixed: Start & End time selection style was broken.
Expand Down
2 changes: 2 additions & 0 deletions includes/Extensions/PressBar/PressBar.php
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,7 @@ public function content_fields($fields) {
'type' => 'text',
'rules' => Rules::logicalRule([
Rules::is('elementor_id', false),
Rules::is('gutenberg_id', false),
Rules::is('enable_countdown', true),
]),
),
Expand All @@ -1116,6 +1117,7 @@ public function content_fields($fields) {
'default' => __('Expired', 'notificationx'),
'rules' => Rules::logicalRule([
Rules::is('elementor_id', false),
Rules::is('gutenberg_id', false),
Rules::is('evergreen_timer', false),
Rules::is('enable_countdown', true),
]),
Expand Down
9 changes: 4 additions & 5 deletions includes/Types/WooCommerceSales.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,14 @@ public function __construct(){
'image_shape' => 'square',
'template' => $common_fields,
],
'theme-four' => array(
'is_pro' => true,
'source' => NOTIFICATIONX_ADMIN_URL . 'images/extensions/themes/pro/nx-conv-theme-four.png',
'theme-five' => array(
'source' => NOTIFICATIONX_ADMIN_URL . 'images/extensions/themes/pro/nx-conv-theme-five.png',
'image_shape' => 'circle',
'template' => $common_fields,
),
'theme-five' => array(
'theme-four' => array(
'is_pro' => true,
'source' => NOTIFICATIONX_ADMIN_URL . 'images/extensions/themes/pro/nx-conv-theme-five.png',
'source' => NOTIFICATIONX_ADMIN_URL . 'images/extensions/themes/pro/nx-conv-theme-four.png',
'image_shape' => 'circle',
'template' => $common_fields,
),
Expand Down

0 comments on commit 75b6575

Please sign in to comment.