Plugin Directory

Changeset 3268088


Ignore:
Timestamp:
04/07/2025 07:42:55 PM (12 months ago)
Author:
SamNajian
Message:

Tagging version 4.4.9

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

Legend:

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

    r3253325 r3268088  
    11*** ShipStation for WooCommerce ***
     2
     3= 4.4.9 - 2025-04-07 =
     4* Tweak - WooCommerce 9.8 compatibility.
    25
    36= 4.4.8 - 2025-03-10 =
  • woocommerce-shipstation-integration/tags/4.4.9/languages/woocommerce-shipstation.pot

    r3253325 r3268088  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.8\n"
     5"Project-Id-Version: WooCommerce - ShipStation Integration 4.4.9\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-shipstation\n"
    8 "POT-Creation-Date: 2025-03-10 12:56:59+00:00\n"
     8"POT-Creation-Date: 2025-04-07 19:42:35+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
    15 "X-Generator: node-wp-i18n 1.2.3\n"
     15"X-Generator: node-wp-i18n 1.2.7\n"
    1616
    1717#: includes/api-requests/class-wc-shipstation-api-export.php:141
  • woocommerce-shipstation-integration/tags/4.4.9/readme.txt

    r3253325 r3268088  
    88Requires PHP: 7.4
    99Requires Plugins: woocommerce
    10 Stable tag: 4.4.8
     10Stable tag: 4.4.9
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6868
    6969== Changelog ==
     70
     71= 4.4.9 - 2025-04-07 =
     72* Tweak - WooCommerce 9.8 compatibility.
    7073
    7174= 4.4.8 - 2025-03-10 =
  • woocommerce-shipstation-integration/tags/4.4.9/woocommerce-shipstation.php

    r3253325 r3268088  
    33 * Plugin Name: WooCommerce - ShipStation Integration
    44 * Plugin URI: https://woocommerce.com/products/shipstation-integration/
    5  * Version: 4.4.8
     5 * Version: 4.4.9
    66 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support.
    77 * Author: WooCommerce
     
    1313 * Requires at least: 6.6
    1414 * Tested up to: 6.7
    15  * WC requires at least: 9.5
    16  * WC tested up to: 9.7
     15 * WC requires at least: 9.6
     16 * WC tested up to: 9.8
    1717 *
    1818 * @package WC_ShipStation
     
    5050    }
    5151
    52     define( 'WC_SHIPSTATION_VERSION', '4.4.8' ); // WRCS: DEFINED_VERSION.
     52    define( 'WC_SHIPSTATION_VERSION', '4.4.9' ); // WRCS: DEFINED_VERSION.
    5353
    5454    if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
  • woocommerce-shipstation-integration/trunk/changelog.txt

    r3253325 r3268088  
    11*** ShipStation for WooCommerce ***
     2
     3= 4.4.9 - 2025-04-07 =
     4* Tweak - WooCommerce 9.8 compatibility.
    25
    36= 4.4.8 - 2025-03-10 =
  • woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot

    r3253325 r3268088  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.8\n"
     5"Project-Id-Version: WooCommerce - ShipStation Integration 4.4.9\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-shipstation\n"
    8 "POT-Creation-Date: 2025-03-10 12:56:59+00:00\n"
     8"POT-Creation-Date: 2025-04-07 19:42:35+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <LL@li.org>\n"
    15 "X-Generator: node-wp-i18n 1.2.3\n"
     15"X-Generator: node-wp-i18n 1.2.7\n"
    1616
    1717#: includes/api-requests/class-wc-shipstation-api-export.php:141
  • woocommerce-shipstation-integration/trunk/readme.txt

    r3253325 r3268088  
    88Requires PHP: 7.4
    99Requires Plugins: woocommerce
    10 Stable tag: 4.4.8
     10Stable tag: 4.4.9
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6868
    6969== Changelog ==
     70
     71= 4.4.9 - 2025-04-07 =
     72* Tweak - WooCommerce 9.8 compatibility.
    7073
    7174= 4.4.8 - 2025-03-10 =
  • woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php

    r3253325 r3268088  
    33 * Plugin Name: WooCommerce - ShipStation Integration
    44 * Plugin URI: https://woocommerce.com/products/shipstation-integration/
    5  * Version: 4.4.8
     5 * Version: 4.4.9
    66 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support.
    77 * Author: WooCommerce
     
    1313 * Requires at least: 6.6
    1414 * Tested up to: 6.7
    15  * WC requires at least: 9.5
    16  * WC tested up to: 9.7
     15 * WC requires at least: 9.6
     16 * WC tested up to: 9.8
    1717 *
    1818 * @package WC_ShipStation
     
    5050    }
    5151
    52     define( 'WC_SHIPSTATION_VERSION', '4.4.8' ); // WRCS: DEFINED_VERSION.
     52    define( 'WC_SHIPSTATION_VERSION', '4.4.9' ); // WRCS: DEFINED_VERSION.
    5353
    5454    if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
Note: See TracChangeset for help on using the changeset viewer.