Plugin Directory

Changeset 2780593


Ignore:
Timestamp:
09/06/2022 09:40:26 AM (4 years ago)
Author:
ThemeFarmer
Message:

v 1.2.7

Location:
woo-tools/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-tools/trunk/modules/floating-cart/php/class-floating-cart.php

    r2591229 r2780593  
    5050    }
    5151    public static function print_floating_cart_html(){
     52        if(WC()->cart){
    5253        ?>
    5354        <div class="tfwctool-floating-cart-container">
     
    6970        </div>
    7071        <?php
     72        }
    7173    }
    7274
  • woo-tools/trunk/woo-tools.php

    r2767129 r2780593  
    66Author URI: https://www.themefarmer.com/
    77Domain Path: /language/
    8 Version: 1.2.6
     8Version: 1.2.7
    99Text Domain: woocommerce-tools
    1010WC requires at least: 3.0
    11 WC tested up to: 5.6.0
     11WC tested up to: 6.8.2
    1212
    1313WooCommerce Tools is free software: you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.