Changeset 3483627
- Timestamp:
- 03/16/2026 09:18:12 AM (13 days ago)
- Location:
- turbo-shipping-rules-for-woocommerce
- Files:
-
- 19 added
- 3 edited
-
tags/1.0.2 (added)
-
tags/1.0.2/includes (added)
-
tags/1.0.2/includes/admin-menu.php (added)
-
tags/1.0.2/includes/admin-shipping-zones.php (added)
-
tags/1.0.2/includes/class-tsrfw-states-table.php (added)
-
tags/1.0.2/includes/register-post-type.php (added)
-
tags/1.0.2/includes/state-add-form.php (added)
-
tags/1.0.2/includes/state-bulk-upload.php (added)
-
tags/1.0.2/includes/state-edit-form.php (added)
-
tags/1.0.2/includes/state-list.php (added)
-
tags/1.0.2/includes/weight-based-shipping.php (added)
-
tags/1.0.2/js (added)
-
tags/1.0.2/js/custom-shipping-zones.js (added)
-
tags/1.0.2/js/tsrfw-admin.js (added)
-
tags/1.0.2/license.txt (added)
-
tags/1.0.2/readme.txt (added)
-
tags/1.0.2/turbo-shipping-rules-for-woocommerce.php (added)
-
tags/1.0.2/wppulse (added)
-
tags/1.0.2/wppulse/wppulse-plugin-analytics-engine-sdk.php (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/turbo-shipping-rules-for-woocommerce.php (modified) (3 diffs)
-
trunk/wppulse/wppulse-plugin-analytics-engine-sdk.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
turbo-shipping-rules-for-woocommerce/trunk/readme.txt
r3380696 r3483627 3 3 Tags: woocommerce shipping, shipping rules, custom shipping, weight based shipping, shipping zones 4 4 Requires at least: 5.4 5 Tested up to: 6. 85 Tested up to: 6.9 6 6 Requires PHP: 7.2 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPL2+ 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 WC requires at least: 6.1 11 WC tested up to: 10. 211 WC tested up to: 10.6 12 12 13 13 Manage WooCommerce shipping with custom states and weight-based methods filtered by product categories. Fast and flexible. … … 81 81 == Changelog == 82 82 83 = 1.0.2 = 84 * Tested: Tested and verified for full compatibility with wordpress version 6.9 and woocommerce version 10.6.1. 85 83 86 = 1.0.1 = 84 87 * Fixed: Security check error when performing bulk actions (Move to Trash, Delete Permanently, Restore) in the States list table. -
turbo-shipping-rules-for-woocommerce/trunk/turbo-shipping-rules-for-woocommerce.php
r3381058 r3483627 4 4 * Plugin URI: https://wp-turbo.com/turbo-shipping-rules-for-woocommerce/ 5 5 * Description: Easily manage WooCommerce shipping with custom states (inside city, outside city, intercity) and advanced weight-based shipping methods filtered by product categories. Fast, simple, and powerful shipping manager for WooCommerce. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Requires Plugins: woocommerce 8 8 * Author: Turbo Addons … … 13 13 * Requires at least: 5.4 14 14 * Requires PHP: 7.2 15 * Tested up to: 6. 815 * Tested up to: 6.9 16 16 * WC requires at least: 6.1 17 * WC tested up to: 10. 217 * WC tested up to: 10.6 18 18 */ 19 19 … … 58 58 final class TSRFW_Shipping_Rules_For_Woo { 59 59 private static $instance = null; 60 const TSRFW_VERSION = '1.0. 1';60 const TSRFW_VERSION = '1.0.2'; 61 61 public static function instance() { 62 62 if (self::$instance === null) { -
turbo-shipping-rules-for-woocommerce/trunk/wppulse/wppulse-plugin-analytics-engine-sdk.php
r3381058 r3483627 13 13 */ 14 14 class WPPulse_SDK { 15 15 16 16 const WPPULSE_SDKVERSION = '1.0.0'; 17 private static $cfg = [];18 private static $file = '';17 private static $cfg = []; 18 private static $file = ''; 19 19 20 20 /**
Note: See TracChangeset
for help on using the changeset viewer.