Plugin Directory

Changeset 3460830


Ignore:
Timestamp:
02/13/2026 02:08:46 PM (6 days ago)
Author:
themepaste
Message:

Update to version 1.2.2 from GitHub

Location:
shipping-manager
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • shipping-manager/tags/1.2.2/readme.txt

    r3450567 r3460830  
    77WC tested up to: 9.8
    88Requires PHP: 7.0
    9 Stable tag: 1.2.1
     9Stable tag: 1.2.2
    1010License: GPLv3 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    192192== Changelog ==
    193193
     194=1.2.2=
     195* [fix] Fixed notice issue.
     196* [fix] Fix class based shipping issues.
     197* [fix] Fix issues.
     198
     199= 1.2.1 =
    194200* [New] Added dimension-based shipping rules (length × width × height).
    195201* [New] Support for combined quantity and dimension-based shipping conditions.
  • shipping-manager/tags/1.2.2/shipping-manager.php

    r3450567 r3460830  
    44 * Plugin URI:        https://themepaste.com/product/wordpress-plugins/shipping-manager-for-woocommerce
    55 * Description:       Powerful WooCommerce shipping plugin with table rate, weight-based rates, shipping class support, and advanced shipping rules.
    6  * Version:           1.2.1
     6 * Version:           1.2.2
    77 * Requires at least: 5.8
    88 * Requires PHP:      7.0
     
    4141
    4242        define( 'TPSM_PLUGIN_FILE', __FILE__ );
    43         define( 'TPSM_PLUGIN_VERSION', '1.2.1' );
     43        define( 'TPSM_PLUGIN_VERSION', '1.2.2' );
    4444        define( 'TPSM_PLUGIN_DIRNAME', dirname( TPSM_PLUGIN_FILE ) );
    4545        define( 'TPSM_PLUGIN_BASENAME', plugin_basename( TPSM_PLUGIN_FILE ) );
  • shipping-manager/trunk/readme.txt

    r3450567 r3460830  
    77WC tested up to: 9.8
    88Requires PHP: 7.0
    9 Stable tag: 1.2.1
     9Stable tag: 1.2.2
    1010License: GPLv3 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    192192== Changelog ==
    193193
     194=1.2.2=
     195* [fix] Fixed notice issue.
     196* [fix] Fix class based shipping issues.
     197* [fix] Fix issues.
     198
     199= 1.2.1 =
    194200* [New] Added dimension-based shipping rules (length × width × height).
    195201* [New] Support for combined quantity and dimension-based shipping conditions.
  • shipping-manager/trunk/shipping-manager.php

    r3450567 r3460830  
    44 * Plugin URI:        https://themepaste.com/product/wordpress-plugins/shipping-manager-for-woocommerce
    55 * Description:       Powerful WooCommerce shipping plugin with table rate, weight-based rates, shipping class support, and advanced shipping rules.
    6  * Version:           1.2.1
     6 * Version:           1.2.2
    77 * Requires at least: 5.8
    88 * Requires PHP:      7.0
     
    4141
    4242        define( 'TPSM_PLUGIN_FILE', __FILE__ );
    43         define( 'TPSM_PLUGIN_VERSION', '1.2.1' );
     43        define( 'TPSM_PLUGIN_VERSION', '1.2.2' );
    4444        define( 'TPSM_PLUGIN_DIRNAME', dirname( TPSM_PLUGIN_FILE ) );
    4545        define( 'TPSM_PLUGIN_BASENAME', plugin_basename( TPSM_PLUGIN_FILE ) );
Note: See TracChangeset for help on using the changeset viewer.