Changeset 3292246
- Timestamp:
- 05/13/2025 05:03:59 AM (11 months ago)
- Location:
- shipping-manager
- Files:
-
- 4 added
- 6 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from shipping-manager/trunk)
-
tags/1.0.2/assets/img (added)
-
tags/1.0.2/assets/img/logo.png (added)
-
tags/1.0.2/readme.txt (modified) (4 diffs)
-
tags/1.0.2/shipping-manager.php (modified) (2 diffs)
-
tags/1.0.2/views/settings/parts/topbar.php (modified) (1 diff)
-
trunk/assets/img (added)
-
trunk/assets/img/logo.png (added)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/shipping-manager.php (modified) (2 diffs)
-
trunk/views/settings/parts/topbar.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
shipping-manager/tags/1.0.2/readme.txt
r3292236 r3292246 7 7 WC tested up to: 9.8 8 8 Requires PHP: 7.0 9 Stable tag: 1.0. 19 Stable tag: 1.0.2 10 10 License: GPLv3 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 18 18 Shipping Manager offers a complete solution to simplify your WooCommerce shipping experience. You can dynamically customize the shipping fees for weight, box size, and more. It handles all your shipping requirements to deliver flexible, accurate, and cost-effective logistics. 19 19 20 Explore more about the EasyCommerce ecommerceplugin-20 Explore more about the Shipping Manager plugin- 21 21 22 22 ✅ [Documentation](https://themepaste.com/documentation/shipping-manager-documentation) … … 152 152 🚀 Need more help? Check our [Support Docs](https://themepaste.com/documentation/shipping-manager-documentation) or [Contact Our Team](https://themepaste.com/contact-us) 153 153 154 == Installation == 155 156 Install Shipping Manager in just a few simple steps by following the steps mentioned below. 157 158 **Step 1: Find the Shipping Manager plugin** 159 First, log in to your WordPress site’s admin dashboard. Go to Plugins → Add New. Now, type Shipping Manager in the search bar. 160 161 **Step 2: Install and Activate** 162 Now, click Install & Activate and view the plugin on the left-hand side of the dashboard panel. 163 164 165 **However, You can also install the Shipping Manager plugin after downloading the ZIP file.** 166 The ZIP file is available on WordPress.org, where you can download it. 167 168 **Install And Activate after downloading the plugin ZIP file** 169 Go to Plugins > Add Plugin. Then, click the Choose File button and upload the ZIP file you downloaded. Then click the Install Now button and wait until the installation process is completed. 170 171 154 172 == Screenshots == 155 173 … … 187 205 == Changelog == 188 206 189 = v1.0.1 - 2025.05.13 =190 * [ new] Initial release.207 = v1.0.1, v1.0.2 - 2025.05.13 = 208 * [fix] Fix issues. 191 209 192 210 = v1.0.0 - 2025.05.12 = -
shipping-manager/tags/1.0.2/shipping-manager.php
r3292236 r3292246 4 4 * Plugin URI: https://themepaste.com/product/wordpress-plugins/shipping-manager-for-woocommerce 5 5 * Description: Optimize WooCommerce shipping with dynamic rules, box management & real-time rates. Boost profits & customer satisfaction. 6 * Version: 1.0. 16 * Version: 1.0.2 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.0. 1' );43 define( 'TPSM_PLUGIN_VERSION', '1.0.2' ); 44 44 define( 'TPSM_PLUGIN_DIRNAME', dirname( TPSM_PLUGIN_FILE ) ); 45 45 define( 'TPSM_PLUGIN_BASENAME', plugin_basename( TPSM_PLUGIN_FILE ) ); -
shipping-manager/tags/1.0.2/views/settings/parts/topbar.php
r3291937 r3292246 10 10 <?php 11 11 // Set the path for the top bar icon 12 $tpsm_icon = TPSM_ASSETS_URL . '/img/ icons/logo.png';12 $tpsm_icon = TPSM_ASSETS_URL . '/img/logo.png'; 13 13 14 14 // Output the icon with proper escaping -
shipping-manager/trunk/readme.txt
r3292236 r3292246 7 7 WC tested up to: 9.8 8 8 Requires PHP: 7.0 9 Stable tag: 1.0. 19 Stable tag: 1.0.2 10 10 License: GPLv3 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 18 18 Shipping Manager offers a complete solution to simplify your WooCommerce shipping experience. You can dynamically customize the shipping fees for weight, box size, and more. It handles all your shipping requirements to deliver flexible, accurate, and cost-effective logistics. 19 19 20 Explore more about the EasyCommerce ecommerceplugin-20 Explore more about the Shipping Manager plugin- 21 21 22 22 ✅ [Documentation](https://themepaste.com/documentation/shipping-manager-documentation) … … 152 152 🚀 Need more help? Check our [Support Docs](https://themepaste.com/documentation/shipping-manager-documentation) or [Contact Our Team](https://themepaste.com/contact-us) 153 153 154 == Installation == 155 156 Install Shipping Manager in just a few simple steps by following the steps mentioned below. 157 158 **Step 1: Find the Shipping Manager plugin** 159 First, log in to your WordPress site’s admin dashboard. Go to Plugins → Add New. Now, type Shipping Manager in the search bar. 160 161 **Step 2: Install and Activate** 162 Now, click Install & Activate and view the plugin on the left-hand side of the dashboard panel. 163 164 165 **However, You can also install the Shipping Manager plugin after downloading the ZIP file.** 166 The ZIP file is available on WordPress.org, where you can download it. 167 168 **Install And Activate after downloading the plugin ZIP file** 169 Go to Plugins > Add Plugin. Then, click the Choose File button and upload the ZIP file you downloaded. Then click the Install Now button and wait until the installation process is completed. 170 171 154 172 == Screenshots == 155 173 … … 187 205 == Changelog == 188 206 189 = v1.0.1 - 2025.05.13 =190 * [ new] Initial release.207 = v1.0.1, v1.0.2 - 2025.05.13 = 208 * [fix] Fix issues. 191 209 192 210 = v1.0.0 - 2025.05.12 = -
shipping-manager/trunk/shipping-manager.php
r3292236 r3292246 4 4 * Plugin URI: https://themepaste.com/product/wordpress-plugins/shipping-manager-for-woocommerce 5 5 * Description: Optimize WooCommerce shipping with dynamic rules, box management & real-time rates. Boost profits & customer satisfaction. 6 * Version: 1.0. 16 * Version: 1.0.2 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.0. 1' );43 define( 'TPSM_PLUGIN_VERSION', '1.0.2' ); 44 44 define( 'TPSM_PLUGIN_DIRNAME', dirname( TPSM_PLUGIN_FILE ) ); 45 45 define( 'TPSM_PLUGIN_BASENAME', plugin_basename( TPSM_PLUGIN_FILE ) ); -
shipping-manager/trunk/views/settings/parts/topbar.php
r3291937 r3292246 10 10 <?php 11 11 // Set the path for the top bar icon 12 $tpsm_icon = TPSM_ASSETS_URL . '/img/ icons/logo.png';12 $tpsm_icon = TPSM_ASSETS_URL . '/img/logo.png'; 13 13 14 14 // Output the icon with proper escaping
Note: See TracChangeset
for help on using the changeset viewer.