Changeset 2817736
- Timestamp:
- 11/14/2022 02:51:12 PM (3 years ago)
- Location:
- byconsole-woo-order-delivery-time/trunk
- Files:
-
- 2 edited
-
ByConsoleWooODT.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
byconsole-woo-order-delivery-time/trunk/ByConsoleWooODT.php
r2815861 r2817736 12 12 * 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). 13 13 14 * Version: 2.4. 314 * Version: 2.4.4 15 15 16 16 * Author: ByConsole … … 3229 3229 if (!class_exists('WooCommerce')) return; 3230 3230 3231 //if(!is_admin()){ 3232 3233 if(!empty(WC()->cart->cart_contents)){ 3234 3235 3231 3236 foreach (WC()->cart->get_cart() as $key => $value) { 3232 3237 … … 3236 3241 3237 3242 break; 3243 3244 } 3238 3245 3239 3246 } -
byconsole-woo-order-delivery-time/trunk/readme.txt
r2815861 r2817736 5 5 Requires at least: 3.5 6 6 Tested up to: 6.0.2 7 Stable tag: 2.4. 37 Stable tag: 2.4.4 8 8 Requires PHP: 7.4 9 9 WC requires at least: 2.6 … … 343 343 344 344 345 = 2.4.4(14/11/2022) = 346 i) Fix: Legacy widget error when placing on any sidebar. 347 345 348 = 2.4.3(10/11/2022) = 346 349 i) Fix: Pickup and delivery time not showing at frontend, backend & on order notes. … … 588 591 == Upgrade Notice == 589 592 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) = 594 i) Fix: Legacy widget error when placing on any sidebar.
Note: See TracChangeset
for help on using the changeset viewer.