Plugin Directory

Changeset 3453128


Ignore:
Timestamp:
02/03/2026 05:37:01 PM (7 weeks ago)
Author:
ferdev
Message:

Tagging version 4.9.1

Location:
woocommerce-shipstation-integration
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woocommerce-shipstation-integration/tags/4.9.1/changelog.txt

    r3437877 r3453128  
    11*** ShipStation for WooCommerce ***
     2
     3= 4.9.1 - 2026-02-03 =
     4* Tweak - WooCommerce 10.5 Compatibility.
    25
    36= 4.9.0 - 2026-01-12 =
  • woocommerce-shipstation-integration/tags/4.9.1/languages/woocommerce-shipstation.pot

    r3437877 r3453128  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: ShipStation for WooCommerce 4.9.0\n"
     5"Project-Id-Version: ShipStation for WooCommerce 4.9.1\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-shipstation\n"
    8 "POT-Creation-Date: 2026-01-12 15:29:19+00:00\n"
     8"POT-Creation-Date: 2026-02-03 17:36:49+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • woocommerce-shipstation-integration/tags/4.9.1/readme.txt

    r3437877 r3453128  
    44Requires at least: 6.8
    55Tested up to: 6.9
    6 WC tested up to: 10.4
    7 WC requires at least: 10.2
     6WC tested up to: 10.5
     7WC requires at least: 10.3
    88Requires PHP: 7.4
    99Requires Plugins: woocommerce
    10 Stable tag: 4.9.0
     10Stable tag: 4.9.1
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7575== Changelog ==
    7676
     77= 4.9.1 - 2026-02-03 =
     78* Tweak - WooCommerce 10.5 Compatibility.
     79
    7780= 4.9.0 - 2026-01-12 =
    7881* Add   - REST API endpoints to export and import order data.
  • woocommerce-shipstation-integration/tags/4.9.1/woocommerce-shipstation.php

    r3437877 r3453128  
    33 * Plugin Name: ShipStation for WooCommerce
    44 * Plugin URI: https://woocommerce.com/products/shipstation-integration/
    5  * Version: 4.9.0
     5 * Version: 4.9.1
    66 * Description: Power your entire shipping operation from one platform.
    77 * Author: WooCommerce
     
    1313 * Requires at least: 6.8
    1414 * Tested up to: 6.9
    15  * WC requires at least: 10.2
    16  * WC tested up to: 10.4
     15 * WC requires at least: 10.3
     16 * WC tested up to: 10.5
    1717 *
    1818 * Copyright: © 2026 WooCommerce
     
    4040}
    4141
    42 define( 'WC_SHIPSTATION_VERSION', '4.9.0' ); // WRCS: DEFINED_VERSION.
     42define( 'WC_SHIPSTATION_VERSION', '4.9.1' ); // WRCS: DEFINED_VERSION.
    4343
    4444require_once WC_SHIPSTATION_ABSPATH . 'includes/class-main.php';
  • woocommerce-shipstation-integration/trunk/changelog.txt

    r3437877 r3453128  
    11*** ShipStation for WooCommerce ***
     2
     3= 4.9.1 - 2026-02-03 =
     4* Tweak - WooCommerce 10.5 Compatibility.
    25
    36= 4.9.0 - 2026-01-12 =
  • woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot

    r3437877 r3453128  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: ShipStation for WooCommerce 4.9.0\n"
     5"Project-Id-Version: ShipStation for WooCommerce 4.9.1\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-shipstation\n"
    8 "POT-Creation-Date: 2026-01-12 15:29:19+00:00\n"
     8"POT-Creation-Date: 2026-02-03 17:36:49+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • woocommerce-shipstation-integration/trunk/readme.txt

    r3437877 r3453128  
    44Requires at least: 6.8
    55Tested up to: 6.9
    6 WC tested up to: 10.4
    7 WC requires at least: 10.2
     6WC tested up to: 10.5
     7WC requires at least: 10.3
    88Requires PHP: 7.4
    99Requires Plugins: woocommerce
    10 Stable tag: 4.9.0
     10Stable tag: 4.9.1
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7575== Changelog ==
    7676
     77= 4.9.1 - 2026-02-03 =
     78* Tweak - WooCommerce 10.5 Compatibility.
     79
    7780= 4.9.0 - 2026-01-12 =
    7881* Add   - REST API endpoints to export and import order data.
  • woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php

    r3437877 r3453128  
    33 * Plugin Name: ShipStation for WooCommerce
    44 * Plugin URI: https://woocommerce.com/products/shipstation-integration/
    5  * Version: 4.9.0
     5 * Version: 4.9.1
    66 * Description: Power your entire shipping operation from one platform.
    77 * Author: WooCommerce
     
    1313 * Requires at least: 6.8
    1414 * Tested up to: 6.9
    15  * WC requires at least: 10.2
    16  * WC tested up to: 10.4
     15 * WC requires at least: 10.3
     16 * WC tested up to: 10.5
    1717 *
    1818 * Copyright: © 2026 WooCommerce
     
    4040}
    4141
    42 define( 'WC_SHIPSTATION_VERSION', '4.9.0' ); // WRCS: DEFINED_VERSION.
     42define( 'WC_SHIPSTATION_VERSION', '4.9.1' ); // WRCS: DEFINED_VERSION.
    4343
    4444require_once WC_SHIPSTATION_ABSPATH . 'includes/class-main.php';
Note: See TracChangeset for help on using the changeset viewer.