Plugin Directory

Changeset 3378979


Ignore:
Timestamp:
10/15/2025 02:40:50 PM (6 weeks ago)
Author:
automattic
Message:

Tagging version 4.8.1

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

Legend:

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

    r3374516 r3378979  
    11*** ShipStation for WooCommerce ***
     2
     3= 4.8.1 - 2025-10-15 =
     4* Tweak - WooCommerce 10.3 compatibility.
    25
    36= 4.8.0 - 2025-10-07 =
  • woocommerce-shipstation-integration/tags/4.8.1/languages/woocommerce-shipstation.pot

    r3374516 r3378979  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: ShipStation for WooCommerce 4.8.0\n"
     5"Project-Id-Version: ShipStation for WooCommerce 4.8.1\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-shipstation\n"
    8 "POT-Creation-Date: 2025-10-07 15:13:38+00:00\n"
     8"POT-Creation-Date: 2025-10-15 14:39:58+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • woocommerce-shipstation-integration/tags/4.8.1/readme.txt

    r3374516 r3378979  
    44Requires at least: 6.7
    55Tested up to: 6.8
    6 WC tested up to: 10.2
    7 WC requires at least: 10.0
     6WC tested up to: 10.3
     7WC requires at least: 10.1
    88Requires PHP: 7.4
    99Requires Plugins: woocommerce
    10 Stable tag: 4.8.0
     10Stable tag: 4.8.1
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7575== Changelog ==
    7676
     77= 4.8.1 - 2025-10-15 =
     78* Tweak - WooCommerce 10.3 compatibility.
     79
    7780= 4.8.0 - 2025-10-07 =
    7881* Add - Enhanced ShipStation authentication interface for a smoother user experience.
  • woocommerce-shipstation-integration/tags/4.8.1/woocommerce-shipstation.php

    r3374516 r3378979  
    33 * Plugin Name: ShipStation for WooCommerce
    44 * Plugin URI: https://woocommerce.com/products/shipstation-integration/
    5  * Version: 4.8.0
     5 * Version: 4.8.1
    66 * Description: Power your entire shipping operation from one platform.
    77 * Author: WooCommerce
     
    1313 * Requires at least: 6.7
    1414 * Tested up to: 6.8
    15  * WC requires at least: 10.0
    16  * WC tested up to: 10.2
     15 * WC requires at least: 10.1
     16 * WC tested up to: 10.3
    1717 *
    1818 * Copyright: © 2025 WooCommerce
     
    6464    }
    6565
    66     define( 'WC_SHIPSTATION_VERSION', '4.8.0' ); // WRCS: DEFINED_VERSION.
     66    define( 'WC_SHIPSTATION_VERSION', '4.8.1' ); // WRCS: DEFINED_VERSION.
    6767
    6868    if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
  • woocommerce-shipstation-integration/trunk/changelog.txt

    r3374516 r3378979  
    11*** ShipStation for WooCommerce ***
     2
     3= 4.8.1 - 2025-10-15 =
     4* Tweak - WooCommerce 10.3 compatibility.
    25
    36= 4.8.0 - 2025-10-07 =
  • woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot

    r3374516 r3378979  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: ShipStation for WooCommerce 4.8.0\n"
     5"Project-Id-Version: ShipStation for WooCommerce 4.8.1\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-shipstation\n"
    8 "POT-Creation-Date: 2025-10-07 15:13:38+00:00\n"
     8"POT-Creation-Date: 2025-10-15 14:39:58+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • woocommerce-shipstation-integration/trunk/readme.txt

    r3374516 r3378979  
    44Requires at least: 6.7
    55Tested up to: 6.8
    6 WC tested up to: 10.2
    7 WC requires at least: 10.0
     6WC tested up to: 10.3
     7WC requires at least: 10.1
    88Requires PHP: 7.4
    99Requires Plugins: woocommerce
    10 Stable tag: 4.8.0
     10Stable tag: 4.8.1
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7575== Changelog ==
    7676
     77= 4.8.1 - 2025-10-15 =
     78* Tweak - WooCommerce 10.3 compatibility.
     79
    7780= 4.8.0 - 2025-10-07 =
    7881* Add - Enhanced ShipStation authentication interface for a smoother user experience.
  • woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php

    r3374516 r3378979  
    33 * Plugin Name: ShipStation for WooCommerce
    44 * Plugin URI: https://woocommerce.com/products/shipstation-integration/
    5  * Version: 4.8.0
     5 * Version: 4.8.1
    66 * Description: Power your entire shipping operation from one platform.
    77 * Author: WooCommerce
     
    1313 * Requires at least: 6.7
    1414 * Tested up to: 6.8
    15  * WC requires at least: 10.0
    16  * WC tested up to: 10.2
     15 * WC requires at least: 10.1
     16 * WC tested up to: 10.3
    1717 *
    1818 * Copyright: © 2025 WooCommerce
     
    6464    }
    6565
    66     define( 'WC_SHIPSTATION_VERSION', '4.8.0' ); // WRCS: DEFINED_VERSION.
     66    define( 'WC_SHIPSTATION_VERSION', '4.8.1' ); // WRCS: DEFINED_VERSION.
    6767
    6868    if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
Note: See TracChangeset for help on using the changeset viewer.