Plugin Directory

Changeset 3257813


Ignore:
Timestamp:
03/18/2025 12:39:20 PM (13 months ago)
Author:
cod24
Message:
  • Bugs fixes and improvements
Location:
cod24-shipping
Files:
26 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • cod24-shipping/trunk/cod24-shipping.php

    r3255043 r3257813  
    33Plugin Name: COD24 Shipping For Woocommerce
    44Description: This plugin is adding COD24 shipping methods to woocommerce.
    5 Version: 4.0.1
     5Version: 4.0.2
    66Author: COD24
    77Author URI: https://cod24.ir
  • cod24-shipping/trunk/inc/class-cod24-woo.php

    r3255043 r3257813  
    66 * Package: COD24 Shipping
    77 * Author: COD24
    8  * Last Modified Time: 2025/03/13 01:11:50
     8 * Last Modified Time: 2025/03/18 16:02:43
    99 * License: GPL-2.0+
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    710710                    }
    711711                   
    712                     $cod24_info['serial'] = '';
    713                     $cod24_info['barcode'] = '';
    714712                }
     713               
     714                $cod24_info['serial'] = ( !empty( $old_cod24_info['serial'] ) ) ? $old_cod24_info['serial'] : '';
     715                $cod24_info['barcode'] = ( !empty( $old_cod24_info['barcode'] ) ) ? $old_cod24_info['barcode'] : '';
    715716               
    716717                $order->update_meta_data( '_cod24_info', $cod24_info );
  • cod24-shipping/trunk/readme.txt

    r3255043 r3257813  
    44Requires at least: 5.0
    55Tested up to: 6.7
    6 Stable tag: 4.0.1
     6Stable tag: 4.0.2
    77License: GPL-2.0+
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4444== Changelog ==
    4545
     46= 4.0.2 =
     47* Bugs fixes and improvements
     48
    4649= 4.0.1 =
    4750* bug fixed in the checkout page for old structure orders
Note: See TracChangeset for help on using the changeset viewer.