Plugin Directory

Changeset 3483627


Ignore:
Timestamp:
03/16/2026 09:18:12 AM (13 days ago)
Author:
turboaddons
Message:

Tested: Tested and verified for full compatibility with wordpress version 6.9 and woocommerce version 10.6.1.

Location:
turbo-shipping-rules-for-woocommerce
Files:
19 added
3 edited

Legend:

Unmodified
Added
Removed
  • turbo-shipping-rules-for-woocommerce/trunk/readme.txt

    r3380696 r3483627  
    33Tags: woocommerce shipping, shipping rules, custom shipping, weight based shipping, shipping zones
    44Requires at least: 5.4
    5 Tested up to: 6.8
     5Tested up to: 6.9
    66Requires PHP: 7.2
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPL2+
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1010WC requires at least: 6.1
    11 WC tested up to: 10.2
     11WC tested up to: 10.6
    1212
    1313Manage WooCommerce shipping with custom states and weight-based methods filtered by product categories. Fast and flexible.
     
    8181== Changelog ==
    8282
     83= 1.0.2 =
     84* Tested: Tested and verified for full compatibility with wordpress version 6.9 and woocommerce version 10.6.1.
     85
    8386= 1.0.1 =
    8487* 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  
    44 * Plugin URI: https://wp-turbo.com/turbo-shipping-rules-for-woocommerce/
    55 * 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.1
     6 * Version: 1.0.2
    77 * Requires Plugins: woocommerce
    88 * Author: Turbo Addons
     
    1313 * Requires at least: 5.4
    1414 * Requires PHP: 7.2
    15  * Tested up to: 6.8
     15 * Tested up to: 6.9
    1616 * WC requires at least: 6.1
    17  * WC tested up to: 10.2
     17 * WC tested up to: 10.6
    1818 */
    1919
     
    5858    final class TSRFW_Shipping_Rules_For_Woo {
    5959        private static $instance = null;
    60         const TSRFW_VERSION = '1.0.1';
     60        const TSRFW_VERSION = '1.0.2';
    6161        public static function instance() {
    6262            if (self::$instance === null) {
  • turbo-shipping-rules-for-woocommerce/trunk/wppulse/wppulse-plugin-analytics-engine-sdk.php

    r3381058 r3483627  
    1313 */
    1414class WPPulse_SDK {
    15 
     15   
    1616    const WPPULSE_SDKVERSION = '1.0.0';
    17     private static $cfg = [];
    18     private static $file = '';
     17    private static $cfg = [];
     18    private static $file = '';
    1919
    2020    /**
Note: See TracChangeset for help on using the changeset viewer.