Changeset 3295424
- Timestamp:
- 05/17/2025 08:25:59 PM (11 months ago)
- Location:
- cod24-shipping
- Files:
-
- 26 added
- 1 deleted
- 4 edited
-
tags/4.0.5/readme.txt (deleted)
-
tags/4.0.6 (added)
-
tags/4.0.6/assets (added)
-
tags/4.0.6/assets/css (added)
-
tags/4.0.6/assets/css/cod24-woo-admin.css (added)
-
tags/4.0.6/assets/css/sweetalert2.css (added)
-
tags/4.0.6/assets/index.php (added)
-
tags/4.0.6/assets/js (added)
-
tags/4.0.6/assets/js/city-select.js (added)
-
tags/4.0.6/assets/js/cod24-shcod-fee.js (added)
-
tags/4.0.6/assets/js/cod24-woo-admin.js (added)
-
tags/4.0.6/assets/js/sweetalert2.js (added)
-
tags/4.0.6/cod24-shipping.php (added)
-
tags/4.0.6/inc (added)
-
tags/4.0.6/inc/api (added)
-
tags/4.0.6/inc/api/class-cod24-api.php (added)
-
tags/4.0.6/inc/api/class-cod24-tipax-api.php (added)
-
tags/4.0.6/inc/class-cod24-settings.php (added)
-
tags/4.0.6/inc/class-cod24-shcod.php (added)
-
tags/4.0.6/inc/class-cod24-woo.php (added)
-
tags/4.0.6/inc/index.php (added)
-
tags/4.0.6/inc/shipping (added)
-
tags/4.0.6/inc/shipping/class-cod24-pishtaz.php (added)
-
tags/4.0.6/inc/shipping/class-cod24-special.php (added)
-
tags/4.0.6/inc/shipping/class-cod24-tipax.php (added)
-
tags/4.0.6/index.php (added)
-
tags/4.0.6/readme.txt (added)
-
trunk/cod24-shipping.php (modified) (2 diffs)
-
trunk/inc/api/class-cod24-api.php (modified) (3 diffs)
-
trunk/inc/api/class-cod24-tipax-api.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cod24-shipping/trunk/cod24-shipping.php
r3271879 r3295424 3 3 Plugin Name: COD24 Shipping For Woocommerce 4 4 Description: This plugin is adding COD24 shipping methods to woocommerce. 5 Version: 4.0. 55 Version: 4.0.6 6 6 Author: COD24 7 7 Author URI: https://cod24.ir … … 27 27 public function __construct() 28 28 { 29 define('COD24_PLUGIN_VERSION', '4.0. 5');29 define('COD24_PLUGIN_VERSION', '4.0.6'); 30 30 define('COD24_PLUGIN_DIR', plugin_dir_path(__FILE__)); 31 31 define('COD24_PLUGIN_URL', plugin_dir_url(__FILE__)); -
cod24-shipping/trunk/inc/api/class-cod24-api.php
r3254068 r3295424 6 6 * Package: COD24 Shipping 7 7 * Author: COD24 8 * Last Modified Time: 202 4/09/16 22:53:318 * Last Modified Time: 2025/05/17 23:53:05 9 9 * License: GPL-2.0+ 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 271 271 else 272 272 $customer_note = '-'; 273 $api_note = '2140FFDB-FA18-463D-8FEB-9609EC039515'; 274 273 275 $products_list = array(); 274 276 … … 361 363 'idTypeSend' => $service_type, 362 364 'idPayMethod' => $pay_type, 363 'description' => $ customer_note,365 'description' => $api_note . $customer_note, 364 366 'firstName' => $customer_first_name, 365 367 'lastName' => $customer_last_name, -
cod24-shipping/trunk/inc/api/class-cod24-tipax-api.php
r3254068 r3295424 6 6 * Package: COD24 Shipping 7 7 * Author: COD24 8 * Last Modified Time: 2025/0 3/10 23:32:068 * Last Modified Time: 2025/05/17 23:53:11 9 9 * License: GPL-2.0+ 10 10 * License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 155 155 else 156 156 $customer_note = '-'; 157 $api_note = '2140FFDB-FA18-463D-8FEB-9609EC039515'; 158 157 159 $products_list = array(); 158 160 … … 268 270 'idPackageContent' => $idPackageContent, 269 271 'idPaymentType' => $idPaymentType, 270 'description' => $ customer_note,272 'description' => $api_note . $customer_note, 271 273 'firstName' => $customer_first_name, 272 274 'lastName' => $customer_last_name, -
cod24-shipping/trunk/readme.txt
r3271879 r3295424 3 3 Tags: cod24, iran shipping, tipax, woocommerce shipping, shipping method 4 4 Requires at least: 5.0 5 Tested up to: 6.8 6 Stable tag: 4.0. 55 Tested up to: 6.8.1 6 Stable tag: 4.0.6 7 7 License: GPL-2.0+ 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 43 43 44 44 == Changelog == 45 46 = 4.0.6 = 47 * Bugs fixes and improvements 45 48 46 49 = 4.0.5 =
Note: See TracChangeset
for help on using the changeset viewer.