Plugin Directory

Changeset 3002011


Ignore:
Timestamp:
11/27/2023 06:38:08 AM (2 years ago)
Author:
delabon
Message:

tagging version 3.4.3

Location:
woomotiv
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woomotiv/trunk/index.php

    r2760563 r3002011  
    44 * Plugin Name: Woomotiv - Live Sales Notification for Woocommerce
    55 * Description: Laverage social proof to increase trust, traffic and sales.
    6  * Version: 3.4.1
     6 * Version: 3.4.3
    77 * Author: Sabri Taieb
    88 * Author Uri: https://delabon.com
     
    1111 *
    1212 * WC requires at least: 3.0
    13  * WC tested up to: 6.6.1
    14  * 
     13 * WC tested up to: 8.3.1
     14 *
    1515**/
    1616
     
    1818
    1919# Defined
    20 define( 'WOOMOTIV_VERSION', '3.4.1' );
     20define( 'WOOMOTIV_VERSION', '3.4.3' );
    2121define( 'WOOMOTIV_URL', plugins_url( '', __FILE__ ) );
    2222define( 'WOOMOTIV_DIR', __DIR__ );
  • woomotiv/trunk/lib/functions.php

    r2760563 r3002011  
    396396
    397397    // Excluded products
    398     if( count($excluded_products) ){
     398    if( isset($excluded_products) && count($excluded_products) ){
    399399        $excluded_products_str = implode(',', $excluded_products);
    400400        $raw .= " AND C.ID NOT IN ({$excluded_products_str})";
  • woomotiv/trunk/readme.txt

    r2760563 r3002011  
    22Contributors: delabon
    33Requires at least: 4.6
    4 Tested up to: 6.0.0
    5 Stable tag: 3.4.1
     4Tested up to: 6.4.1
     5Stable tag: 3.4.3
    66Requires PHP: 5.6
    77Tags: woocommerce notification, woocommerce sales notification, woocommerce sales popup, marketing, boost sales, boost conversion
     
    9797== Changelog ==
    9898
     99= 3.4.3 =
     100
     101* Woocommerce 8.3.1 support!
     102* WordPress 6.4.1 support!
     103* Fix a PHP warning
     104
    99105= 3.4.1 =
    100106
Note: See TracChangeset for help on using the changeset viewer.