Changeset 3267559
- Timestamp:
- 04/06/2025 09:03:16 PM (12 months ago)
- Location:
- cod24-shipping
- Files:
-
- 26 added
- 7 edited
-
tags/4.0.1/assets/js/cod24-woo-admin.js (modified) (1 diff)
-
tags/4.0.2/assets/js/cod24-woo-admin.js (modified) (1 diff)
-
tags/4.0.3/assets/js/cod24-woo-admin.js (modified) (1 diff)
-
tags/4.0.4 (added)
-
tags/4.0.4/assets (added)
-
tags/4.0.4/assets/css (added)
-
tags/4.0.4/assets/css/cod24-woo-admin.css (added)
-
tags/4.0.4/assets/css/sweetalert2.css (added)
-
tags/4.0.4/assets/index.php (added)
-
tags/4.0.4/assets/js (added)
-
tags/4.0.4/assets/js/city-select.js (added)
-
tags/4.0.4/assets/js/cod24-shcod-fee.js (added)
-
tags/4.0.4/assets/js/cod24-woo-admin.js (added)
-
tags/4.0.4/assets/js/sweetalert2.js (added)
-
tags/4.0.4/cod24-shipping.php (added)
-
tags/4.0.4/inc (added)
-
tags/4.0.4/inc/api (added)
-
tags/4.0.4/inc/api/class-cod24-api.php (added)
-
tags/4.0.4/inc/api/class-cod24-tipax-api.php (added)
-
tags/4.0.4/inc/class-cod24-settings.php (added)
-
tags/4.0.4/inc/class-cod24-shcod.php (added)
-
tags/4.0.4/inc/class-cod24-woo.php (added)
-
tags/4.0.4/inc/index.php (added)
-
tags/4.0.4/inc/shipping (added)
-
tags/4.0.4/inc/shipping/class-cod24-pishtaz.php (added)
-
tags/4.0.4/inc/shipping/class-cod24-special.php (added)
-
tags/4.0.4/inc/shipping/class-cod24-tipax.php (added)
-
tags/4.0.4/index.php (added)
-
tags/4.0.4/readme.txt (added)
-
tags/4.0/assets/js/cod24-woo-admin.js (modified) (1 diff)
-
trunk/assets/js/cod24-woo-admin.js (modified) (1 diff)
-
trunk/cod24-shipping.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cod24-shipping/tags/4.0.1/assets/js/cod24-woo-admin.js
r3255043 r3267559 246 246 function getSelectedOrderIDs() { 247 247 var orderIDs = []; 248 $('input[name="id[]"]:checked ').each(function () {248 $('input[name="id[]"]:checked, input[name="post[]"]:checked').each(function () { 249 249 orderIDs.push($(this).val()); 250 250 }); -
cod24-shipping/tags/4.0.2/assets/js/cod24-woo-admin.js
r3257813 r3267559 246 246 function getSelectedOrderIDs() { 247 247 var orderIDs = []; 248 $('input[name="id[]"]:checked ').each(function () {248 $('input[name="id[]"]:checked, input[name="post[]"]:checked').each(function () { 249 249 orderIDs.push($(this).val()); 250 250 }); -
cod24-shipping/tags/4.0.3/assets/js/cod24-woo-admin.js
r3264094 r3267559 246 246 function getSelectedOrderIDs() { 247 247 var orderIDs = []; 248 $('input[name="id[]"]:checked ').each(function () {248 $('input[name="id[]"]:checked, input[name="post[]"]:checked').each(function () { 249 249 orderIDs.push($(this).val()); 250 250 }); -
cod24-shipping/tags/4.0/assets/js/cod24-woo-admin.js
r3254068 r3267559 246 246 function getSelectedOrderIDs() { 247 247 var orderIDs = []; 248 $('input[name="id[]"]:checked ').each(function () {248 $('input[name="id[]"]:checked, input[name="post[]"]:checked').each(function () { 249 249 orderIDs.push($(this).val()); 250 250 }); -
cod24-shipping/trunk/assets/js/cod24-woo-admin.js
r3254068 r3267559 246 246 function getSelectedOrderIDs() { 247 247 var orderIDs = []; 248 $('input[name="id[]"]:checked ').each(function () {248 $('input[name="id[]"]:checked, input[name="post[]"]:checked').each(function () { 249 249 orderIDs.push($(this).val()); 250 250 }); -
cod24-shipping/trunk/cod24-shipping.php
r3264094 r3267559 3 3 Plugin Name: COD24 Shipping For Woocommerce 4 4 Description: This plugin is adding COD24 shipping methods to woocommerce. 5 Version: 4.0. 35 Version: 4.0.4 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. 3');29 define('COD24_PLUGIN_VERSION', '4.0.4'); 30 30 define('COD24_PLUGIN_DIR', plugin_dir_path(__FILE__)); 31 31 define('COD24_PLUGIN_URL', plugin_dir_url(__FILE__)); -
cod24-shipping/trunk/readme.txt
r3264094 r3267559 4 4 Requires at least: 5.0 5 5 Tested up to: 6.7 6 Stable tag: 4.0. 36 Stable tag: 4.0.4 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.4 = 47 * Bugs fixes and improvements 45 48 46 49 = 4.0.3 =
Note: See TracChangeset
for help on using the changeset viewer.