Changeset 3335108
- Timestamp:
- 07/28/2025 05:05:21 AM (7 months ago)
- Location:
- shipping-manager
- Files:
-
- 2 added
- 4 edited
- 1 copied
-
tags/1.1.7 (copied) (copied from shipping-manager/trunk)
-
tags/1.1.7/blueprint.json (added)
-
tags/1.1.7/readme.txt (modified) (2 diffs)
-
tags/1.1.7/shipping-manager.php (modified) (2 diffs)
-
trunk/blueprint.json (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/shipping-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shipping-manager/tags/1.1.7/readme.txt
r3329229 r3335108 7 7 WC tested up to: 9.8 8 8 Requires PHP: 7.0 9 Stable tag: 1.1. 69 Stable tag: 1.1.7 10 10 License: GPLv3 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 192 192 == Changelog == 193 193 194 = v1.1.7 - 2025.07.28 = 195 * [fix] a simple issue. 196 * [new] blueprint.json file added 197 * [new] The Live Preview link to Playground is currently enabled. 198 199 194 200 = v1.1.6 - 2025.07.14 = 195 201 * [fix] Fixed notice issue. -
shipping-manager/tags/1.1.7/shipping-manager.php
r3329229 r3335108 4 4 * Plugin URI: https://themepaste.com/product/wordpress-plugins/shipping-manager-for-woocommerce 5 5 * Description: Powerful WooCommerce shipping plugin with table rate, weight-based rates, shipping class support, and advanced shipping rules. 6 * Version: 1.1. 66 * Version: 1.1.7 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.0 … … 41 41 42 42 define( 'TPSM_PLUGIN_FILE', __FILE__ ); 43 define( 'TPSM_PLUGIN_VERSION', '1.1. 6' );43 define( 'TPSM_PLUGIN_VERSION', '1.1.7' ); 44 44 define( 'TPSM_PLUGIN_DIRNAME', dirname( TPSM_PLUGIN_FILE ) ); 45 45 define( 'TPSM_PLUGIN_BASENAME', plugin_basename( TPSM_PLUGIN_FILE ) ); -
shipping-manager/trunk/readme.txt
r3329229 r3335108 7 7 WC tested up to: 9.8 8 8 Requires PHP: 7.0 9 Stable tag: 1.1. 69 Stable tag: 1.1.7 10 10 License: GPLv3 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 192 192 == Changelog == 193 193 194 = v1.1.7 - 2025.07.28 = 195 * [fix] a simple issue. 196 * [new] blueprint.json file added 197 * [new] The Live Preview link to Playground is currently enabled. 198 199 194 200 = v1.1.6 - 2025.07.14 = 195 201 * [fix] Fixed notice issue. -
shipping-manager/trunk/shipping-manager.php
r3329229 r3335108 4 4 * Plugin URI: https://themepaste.com/product/wordpress-plugins/shipping-manager-for-woocommerce 5 5 * Description: Powerful WooCommerce shipping plugin with table rate, weight-based rates, shipping class support, and advanced shipping rules. 6 * Version: 1.1. 66 * Version: 1.1.7 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.0 … … 41 41 42 42 define( 'TPSM_PLUGIN_FILE', __FILE__ ); 43 define( 'TPSM_PLUGIN_VERSION', '1.1. 6' );43 define( 'TPSM_PLUGIN_VERSION', '1.1.7' ); 44 44 define( 'TPSM_PLUGIN_DIRNAME', dirname( TPSM_PLUGIN_FILE ) ); 45 45 define( 'TPSM_PLUGIN_BASENAME', plugin_basename( TPSM_PLUGIN_FILE ) );
Note: See TracChangeset
for help on using the changeset viewer.