Plugin Directory

Changeset 3208422


Ignore:
Timestamp:
12/16/2024 09:25:36 AM (16 months ago)
Author:
wpoperations
Message:

Minor bugs fixed

Location:
salert
Files:
120 added
3 edited

Legend:

Unmodified
Added
Removed
  • salert/trunk/inc/dynamic-styles.php

    r2349435 r3208422  
    4646$border_radius = $salert_settings['border-radius'];
    4747$resp = $salert_settings['enable-resp'];
    48 if($resp==1){
     48if( $resp == 1 ) {
    4949    $display = 'block';
    5050}else{
    51     $display = 'none';
     51    $display = 'none !important';
    5252}
    5353if($border_enable==1){
     
    8282                  }
    8383                  @media (max-width: 767px){
    84                      #salertWrapper { display: {$display} !important;}
     84                     #salertWrapper { display: {$display};}
    8585                  }
    8686                   ";
  • salert/trunk/readme.txt

    r3186498 r3208422  
    33License: GPLv2 or later
    44License URI: http://www.gnu.org/licenses/gpl-2.0.html
    5 Tested up to: 6.6.2
     5Tested up to: 6.7.1
    66Tags: woocommerce, notification, fake notification, sales notification
    7 Stable tag: 1.2.7
     7Stable tag: 1.2.8
    88
    99Display beautiful popup sales notification on your website with just few clicks.
     
    3939
    4040== Changelog ==
     41
     42= 1.2.8 =
     43- Minor bug fixed
    4144
    4245= 1.2.7 =
  • salert/trunk/salert.php

    r3186498 r3208422  
    55  Plugin URI:  https://wpoperation.com/plugins/salert/
    66  Description: The plugin will generate fake sales notifications, which will help to boost your sales.Also works without WooCommerce Plugin.
    7   Version:     1.2.7
    8   Tested up to: 6.6.2
     7  Version:     1.2.8
     8  Tested up to: 6.7.1
    99  Author:      WPoperation
    1010  Author URI:  https://wpoperation.com/
     
    2222defined('SALERT_PATH') or define('SALERT_PATH',plugin_dir_path(__FILE__));
    2323defined('SALERT_DIR') or define('SALERT_DIR',plugin_dir_url(__FILE__));
    24 defined('SALERT_VERSION') or define('SALERT_VERSION','1.2.7');
     24defined('SALERT_VERSION') or define('SALERT_VERSION','1.2.8');
    2525/*
    2626**Require File Directories
Note: See TracChangeset for help on using the changeset viewer.