Plugin Directory

Changeset 2817736


Ignore:
Timestamp:
11/14/2022 02:51:12 PM (3 years ago)
Author:
mdalabar
Message:

Updated to v2.4.4
i) Fix: Legacy widget error when placing on any sidebar.

Location:
byconsole-woo-order-delivery-time/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • byconsole-woo-order-delivery-time/trunk/ByConsoleWooODT.php

    r2815861 r2817736  
    1212* Description: Let your buyers to choose if order to deliver or pickup along with their chosen date and time (Need to have Woocommerce installed first).
    1313
    14 * Version: 2.4.3
     14* Version: 2.4.4
    1515
    1616* Author: ByConsole
     
    32293229if (!class_exists('WooCommerce')) return;
    32303230
     3231//if(!is_admin()){ 
     3232
     3233if(!empty(WC()->cart->cart_contents)){
     3234
     3235
    32313236foreach (WC()->cart->get_cart() as $key => $value) {
    32323237
     
    32363241
    32373242    break;
     3243
     3244}
    32383245
    32393246}
  • byconsole-woo-order-delivery-time/trunk/readme.txt

    r2815861 r2817736  
    55Requires at least: 3.5
    66Tested up to: 6.0.2
    7 Stable tag: 2.4.3
     7Stable tag: 2.4.4
    88Requires PHP: 7.4
    99WC requires at least: 2.6
     
    343343
    344344
     345= 2.4.4(14/11/2022) =
     346i) Fix: Legacy widget error when placing on any sidebar.
     347
    345348= 2.4.3(10/11/2022) =
    346349i) Fix: Pickup and delivery time not showing at frontend, backend & on order notes.
     
    588591== Upgrade Notice ==
    589592
    590 = 2.4.3(10/11/2022) =
    591 i) Fix: Pickup and delivery time not showing at frontend, backend & on order notes.
    592 ii) Fix: Pickup location name missing on order note.
     593= 2.4.4(14/11/2022) =
     594i) Fix: Legacy widget error when placing on any sidebar.
Note: See TracChangeset for help on using the changeset viewer.