Plugin Directory

Changeset 3478390


Ignore:
Timestamp:
03/09/2026 05:23:29 PM (4 weeks ago)
Author:
sendbox
Message:

Version 5.5.1: Add wooss-reset.php for resetting plugin connection data

Location:
sendbox-shipping
Files:
17 deleted
2 edited
8 copied

Legend:

Unmodified
Added
Removed
  • sendbox-shipping/tags/5.5.1/README.txt

    r3478358 r3478390  
    55Requires at least: 6.0
    66Tested up to: 6.9
    7 Stable tag: 5.5.0
     7Stable tag: 5.5.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
  • sendbox-shipping/tags/5.5.1/wooss.php

    r3478358 r3478390  
    44 * Plugin URI:        https://sendbox.co/
    55 * Description:       WooCommerce shipping integration with Sendbox — ship from your store to anywhere in the world.
    6  * Version:           5.5.0
     6 * Version:           5.5.1
    77 * Author:            Sendbox
    88 * Author URI:        https://sendbox.co/
     
    2323}
    2424
    25 define( 'WOOSS_VERSION', '5.5.0' );
     25define( 'WOOSS_VERSION', '5.5.1' );
    2626define( 'WOOSS_PLUGIN_FILE', __FILE__ );
    2727define( 'WOOSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • sendbox-shipping/trunk/README.txt

    r3478358 r3478390  
    55Requires at least: 6.0
    66Tested up to: 6.9
    7 Stable tag: 5.5.0
     7Stable tag: 5.5.1
    88Requires PHP: 7.4
    99License: GPLv2 or later
  • sendbox-shipping/trunk/wooss.php

    r3478358 r3478390  
    44 * Plugin URI:        https://sendbox.co/
    55 * Description:       WooCommerce shipping integration with Sendbox — ship from your store to anywhere in the world.
    6  * Version:           5.5.0
     6 * Version:           5.5.1
    77 * Author:            Sendbox
    88 * Author URI:        https://sendbox.co/
     
    2323}
    2424
    25 define( 'WOOSS_VERSION', '5.5.0' );
     25define( 'WOOSS_VERSION', '5.5.1' );
    2626define( 'WOOSS_PLUGIN_FILE', __FILE__ );
    2727define( 'WOOSS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.