Plugin Directory

Changeset 3186498


Ignore:
Timestamp:
11/12/2024 12:28:46 PM (17 months ago)
Author:
wpoperations
Message:

Minor bug fixed

Location:
salert
Files:
40 added
2 edited

Legend:

Unmodified
Added
Removed
  • salert/trunk/readme.txt

    r3155085 r3186498  
    55Tested up to: 6.6.2
    66Tags: woocommerce, notification, fake notification, sales notification
    7 Stable tag: 1.2.6
     7Stable tag: 1.2.7
    88
     9Display beautiful popup sales notification on your website with just few clicks.
    910
    1011== Description ==
     
    1415=== Features ===
    1516
    16 Create fake sales notification to visitors
    17 Customize notification box color, size, font color, font size etc.
    18 Define position to display notification on the screen.
    19 Live preview changes
    20 Background options
    21 Typography options
    22 Animation Options
    23 Translation Ready
    24 Lifetime Free support
    25 Constant updates
     17* Create fake sales notification to visitors.
     18* Customize notification box color, size, font color, font size etc.
     19* Define position to display notification on the screen.
     20* Live preview changes.
     21* Background options.
     22* Typography options.
     23* Animation Options.
     24* Translation Ready.
     25* Lifetime Free support.
     26* Constant updates.
    2627
    2728== Installation ==
     
    3839
    3940== Changelog ==
     41
     42= 1.2.7 =
     43- Minor bug fixed
    4044
    4145= 1.2.6 =
  • salert/trunk/salert.php

    r3155085 r3186498  
    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.6
     7  Version:     1.2.7
    88  Tested up to: 6.6.2
    99  Author:      WPoperation
     
    1313  Domain Path: /languages/
    1414  Text Domain: salert
    15   Requires Plugins: woocommerce
     15
    1616 */
    1717
     
    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.6');
     24defined('SALERT_VERSION') or define('SALERT_VERSION','1.2.7');
    2525/*
    2626**Require File Directories
Note: See TracChangeset for help on using the changeset viewer.