Plugin Directory

Changeset 3295424


Ignore:
Timestamp:
05/17/2025 08:25:59 PM (11 months ago)
Author:
cod24
Message:
  • Bugs fixes and improvements
Location:
cod24-shipping
Files:
26 added
1 deleted
4 edited

Legend:

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

    r3271879 r3295424  
    33Plugin Name: COD24 Shipping For Woocommerce
    44Description: This plugin is adding COD24 shipping methods to woocommerce.
    5 Version: 4.0.5
     5Version: 4.0.6
    66Author: COD24
    77Author URI: https://cod24.ir
     
    2727        public function __construct()
    2828        {
    29             define('COD24_PLUGIN_VERSION', '4.0.5');
     29            define('COD24_PLUGIN_VERSION', '4.0.6');
    3030            define('COD24_PLUGIN_DIR', plugin_dir_path(__FILE__));
    3131            define('COD24_PLUGIN_URL', plugin_dir_url(__FILE__));
  • cod24-shipping/trunk/inc/api/class-cod24-api.php

    r3254068 r3295424  
    66 * Package: COD24 Shipping
    77 * Author: COD24
    8  * Last Modified Time: 2024/09/16 22:53:31
     8 * Last Modified Time: 2025/05/17 23:53:05
    99 * License: GPL-2.0+
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    271271            else
    272272                $customer_note = '-';
     273            $api_note = '2140FFDB-FA18-463D-8FEB-9609EC039515';
     274
    273275            $products_list = array();
    274276       
     
    361363                'idTypeSend' => $service_type,
    362364                'idPayMethod' => $pay_type,
    363                 'description' => $customer_note,
     365                'description' => $api_note . $customer_note,
    364366                'firstName' => $customer_first_name,
    365367                'lastName' => $customer_last_name,
  • cod24-shipping/trunk/inc/api/class-cod24-tipax-api.php

    r3254068 r3295424  
    66 * Package: COD24 Shipping
    77 * Author: COD24
    8  * Last Modified Time: 2025/03/10 23:32:06
     8 * Last Modified Time: 2025/05/17 23:53:11
    99 * License: GPL-2.0+
    1010 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    155155            else
    156156                $customer_note = '-';
     157            $api_note = '2140FFDB-FA18-463D-8FEB-9609EC039515';
     158
    157159            $products_list = array();
    158160       
     
    268270                'idPackageContent' => $idPackageContent,
    269271                'idPaymentType' => $idPaymentType,
    270                 'description' => $customer_note,
     272                'description' => $api_note . $customer_note,
    271273                'firstName' => $customer_first_name,
    272274                'lastName' => $customer_last_name,
  • cod24-shipping/trunk/readme.txt

    r3271879 r3295424  
    33Tags: cod24, iran shipping, tipax, woocommerce shipping, shipping method
    44Requires at least: 5.0
    5 Tested up to: 6.8
    6 Stable tag: 4.0.5
     5Tested up to: 6.8.1
     6Stable tag: 4.0.6
    77License: GPL-2.0+
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4343
    4444== Changelog ==
     45
     46= 4.0.6 =
     47* Bugs fixes and improvements
    4548
    4649= 4.0.5 =
Note: See TracChangeset for help on using the changeset viewer.