Changeset 2961224
- Timestamp:
- 08/31/2023 02:16:27 PM (3 years ago)
- Location:
- byconsole-woo-order-delivery-time/trunk
- Files:
-
- 2 edited
-
ByConsoleWooODT.php (modified) (5 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
byconsole-woo-order-delivery-time/trunk/ByConsoleWooODT.php
r2951679 r2961224 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. 514 * Version: 2.4.6 15 15 16 16 * Author: ByConsole … … 1721 1721 $prepare_shipping_text= str_replace('[byc_delivery_date]','<b>'.esc_html(get_post_meta( $order_id, 'byconsolewooodt_delivery_date', true )).'</b>',esc_html($bycwooodt_language_translate_array['byconsolewooodt_orders_delivered'])); 1722 1722 1723 if(array_key_exists('byconsolewooodt_time_field_validation',$byconsolewooodt_odt_setting_array)){ //@since 2.4.6 1723 1724 1724 1725 if($byconsolewooodt_odt_setting_array['byconsolewooodt_time_field_validation'] == 'yes'){ … … 1735 1736 } 1736 1737 1738 }// if array_key_exists 1739 1737 1740 } 1738 1741 … … 1741 1744 $prepare_shipping_text= str_replace('[byc_pickup_date]','<b>'.esc_html(get_post_meta( $order_id, 'byconsolewooodt_delivery_date', true )).'</b>',esc_html($bycwooodt_language_translate_array['byconsolewooodt_orders_pick_up'])); 1742 1745 1746 if(array_key_exists('byconsolewooodt_time_field_validation',$byconsolewooodt_odt_setting_array)){ //@since 2.4.6 1747 1743 1748 if($byconsolewooodt_odt_setting_array['byconsolewooodt_time_field_validation'] == 'yes'){ 1744 1749 … … 1750 1755 1751 1756 } 1757 1758 }// if array_key_exists 1752 1759 1753 1760 } -
byconsole-woo-order-delivery-time/trunk/readme.txt
r2951679 r2961224 5 5 Requires at least: 3.5 6 6 Tested up to: 6.3 7 Stable tag: 2.4. 57 Stable tag: 2.4.6 8 8 Requires PHP: 7.4 9 9 WC requires at least: 2.6 … … 345 345 == Change log == 346 346 347 = 2.4.6(31/08/2023) = 348 i) Undefined index notice resolved on checkout page when "Time field validation" checkbox is unchecked on "ODT Settings" tab on backend at "ODT Management" menu settings page. 349 347 350 = 2.4.5(10/08/2023) = 348 351 i) Compatibility test with WordPress version 6.3 and WooCommerce version 8.0.1. … … 597 600 == Upgrade Notice == 598 601 599 = 2.4.5(10/08/2023) = 600 i) Compatibility test with WordPress version 6.3 and WooCommerce version 8.0.1. 601 ii) Fix: Wordpress version 6.3 generates header already sent notice. 602 = 2.4.6(31/08/2023) = 603 i) Undefined index notice resolved on checkout page when "Time field validation" checkbox is unchecked on "ODT Settings" tab on backend at "ODT Management" menu settings page.
Note: See TracChangeset
for help on using the changeset viewer.