Plugin Directory

Changeset 3292246


Ignore:
Timestamp:
05/13/2025 05:03:59 AM (11 months ago)
Author:
themepaste
Message:

Update to version 1.0.2 from GitHub

Location:
shipping-manager
Files:
4 added
6 edited
1 copied

Legend:

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

    r3292236 r3292246  
    77WC tested up to: 9.8
    88Requires PHP: 7.0
    9 Stable tag: 1.0.1
     9Stable tag: 1.0.2
    1010License: GPLv3 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1818Shipping 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.
    1919
    20 Explore more about the EasyCommerce ecommerce plugin-
     20Explore more about the Shipping Manager plugin-
    2121
    2222✅ [Documentation](https://themepaste.com/documentation/shipping-manager-documentation)
     
    152152🚀 Need more help? Check our [Support Docs](https://themepaste.com/documentation/shipping-manager-documentation) or [Contact Our Team](https://themepaste.com/contact-us)
    153153
     154== Installation ==
     155
     156Install Shipping Manager in just a few simple steps by following the steps mentioned below.
     157
     158**Step 1: Find the Shipping Manager plugin**
     159First, 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**
     162Now, 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.**
     166The ZIP file is available on WordPress.org, where you can download it.
     167
     168**Install And Activate after downloading the plugin ZIP file**
     169Go 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
    154172== Screenshots ==
    155173
     
    187205== Changelog ==
    188206
    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.
    191209
    192210= v1.0.0 - 2025.05.12 = 
  • shipping-manager/tags/1.0.2/shipping-manager.php

    r3292236 r3292246  
    44 * Plugin URI:        https://themepaste.com/product/wordpress-plugins/shipping-manager-for-woocommerce
    55 * Description:       Optimize WooCommerce shipping with dynamic rules, box management & real-time rates. Boost profits & customer satisfaction.
    6  * Version:           1.0.1
     6 * Version:           1.0.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.0.1' );
     43       define( 'TPSM_PLUGIN_VERSION', '1.0.2' );
    4444       define( 'TPSM_PLUGIN_DIRNAME', dirname( TPSM_PLUGIN_FILE ) );
    4545       define( 'TPSM_PLUGIN_BASENAME', plugin_basename( TPSM_PLUGIN_FILE ) );
  • shipping-manager/tags/1.0.2/views/settings/parts/topbar.php

    r3291937 r3292246  
    1010            <?php
    1111                // 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';
    1313
    1414                // Output the icon with proper escaping
  • shipping-manager/trunk/readme.txt

    r3292236 r3292246  
    77WC tested up to: 9.8
    88Requires PHP: 7.0
    9 Stable tag: 1.0.1
     9Stable tag: 1.0.2
    1010License: GPLv3 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1818Shipping 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.
    1919
    20 Explore more about the EasyCommerce ecommerce plugin-
     20Explore more about the Shipping Manager plugin-
    2121
    2222✅ [Documentation](https://themepaste.com/documentation/shipping-manager-documentation)
     
    152152🚀 Need more help? Check our [Support Docs](https://themepaste.com/documentation/shipping-manager-documentation) or [Contact Our Team](https://themepaste.com/contact-us)
    153153
     154== Installation ==
     155
     156Install Shipping Manager in just a few simple steps by following the steps mentioned below.
     157
     158**Step 1: Find the Shipping Manager plugin**
     159First, 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**
     162Now, 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.**
     166The ZIP file is available on WordPress.org, where you can download it.
     167
     168**Install And Activate after downloading the plugin ZIP file**
     169Go 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
    154172== Screenshots ==
    155173
     
    187205== Changelog ==
    188206
    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.
    191209
    192210= v1.0.0 - 2025.05.12 = 
  • shipping-manager/trunk/shipping-manager.php

    r3292236 r3292246  
    44 * Plugin URI:        https://themepaste.com/product/wordpress-plugins/shipping-manager-for-woocommerce
    55 * Description:       Optimize WooCommerce shipping with dynamic rules, box management & real-time rates. Boost profits & customer satisfaction.
    6  * Version:           1.0.1
     6 * Version:           1.0.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.0.1' );
     43       define( 'TPSM_PLUGIN_VERSION', '1.0.2' );
    4444       define( 'TPSM_PLUGIN_DIRNAME', dirname( TPSM_PLUGIN_FILE ) );
    4545       define( 'TPSM_PLUGIN_BASENAME', plugin_basename( TPSM_PLUGIN_FILE ) );
  • shipping-manager/trunk/views/settings/parts/topbar.php

    r3291937 r3292246  
    1010            <?php
    1111                // 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';
    1313
    1414                // Output the icon with proper escaping
Note: See TracChangeset for help on using the changeset viewer.