Plugin Directory

Changeset 3177077


Ignore:
Timestamp:
10/28/2024 01:31:27 PM (17 months ago)
Author:
ferdev
Message:

Tagging version 4.4.5

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

Legend:

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

    r3111282 r3177077  
    11*** ShipStation for WooCommerce ***
     2
     3= 4.4.5 - 2024-10-28 =
     4* Tweak - WordPress 6.7 Compatibility.
    25
    36= 4.4.4 - 2024-07-02 =
  • woocommerce-shipstation-integration/tags/4.4.5/languages/woocommerce-shipstation.pot

    r3111282 r3177077  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.4\n"
     5"Project-Id-Version: WooCommerce - ShipStation Integration 4.4.5\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-shipstation\n"
    8 "POT-Creation-Date: 2024-07-02 16:35:45+00:00\n"
     8"POT-Creation-Date: 2024-10-28 13:30:42+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    258258msgstr ""
    259259
    260 #: woocommerce-shipstation.php:108
     260#: woocommerce-shipstation.php:121
    261261msgid "Settings"
    262262msgstr ""
    263263
    264 #: woocommerce-shipstation.php:109
     264#: woocommerce-shipstation.php:122
    265265msgid "Support"
    266266msgstr ""
    267267
    268 #: woocommerce-shipstation.php:110
     268#: woocommerce-shipstation.php:123
    269269msgid "Docs"
    270270msgstr ""
  • woocommerce-shipstation-integration/tags/4.4.5/readme.txt

    r3111282 r3177077  
    22Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes, dwainm, laurendavissmith001
    33Tags: shipping, woocommerce, automattic
    4 Requires at least: 6.4
    5 Tested up to: 6.6
    6 WC tested up to: 9.0
    7 WC requires at least: 8.8
     4Requires at least: 6.5
     5Tested up to: 6.7
     6WC tested up to: 9.3
     7WC requires at least: 9.1
    88Requires PHP: 7.4
    99Requires Plugins: woocommerce
    10 Stable tag: 4.4.4
     10Stable tag: 4.4.5
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4949
    5050== Changelog ==
     51
     52= 4.4.5 - 2024-10-28 =
     53* Tweak - WordPress 6.7 Compatibility.
    5154
    5255= 4.4.4 - 2024-07-02 =
  • woocommerce-shipstation-integration/tags/4.4.5/woocommerce-shipstation.php

    r3111282 r3177077  
    33 * Plugin Name: WooCommerce - ShipStation Integration
    44 * Plugin URI: https://woocommerce.com/products/shipstation-integration/
    5  * Version: 4.4.4
     5 * Version: 4.4.5
    66 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support.
    77 * Author: WooCommerce
     
    99 * Text Domain: woocommerce-shipstation-integration
    1010 * Domain Path: /languages
    11  * Requires at least: 6.4
    12  * Tested up to: 6.6
    13  * WC tested up to: 9.0
    14  * WC requires at least: 8.8
     11 * Requires at least: 6.5
     12 * Tested up to: 6.7
     13 * WC tested up to: 9.3
     14 * WC requires at least: 9.1
    1515 * Requires Plugins: woocommerce
    1616 *
     
    4343 */
    4444function woocommerce_shipstation_init() {
    45     load_plugin_textdomain( 'woocommerce-shipstation-integration', false, basename( __DIR__ ) . '/languages' );
    46 
    4745    if ( ! class_exists( 'WooCommerce' ) ) {
    4846        add_action( 'admin_notices', 'woocommerce_shipstation_missing_wc_notice' );
     
    5149    }
    5250
    53     define( 'WC_SHIPSTATION_VERSION', '4.4.4' ); // WRCS: DEFINED_VERSION.
     51    define( 'WC_SHIPSTATION_VERSION', '4.4.5' ); // WRCS: DEFINED_VERSION.
    5452
    5553    if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
     
    5755    }
    5856
     57    add_action( 'before_woocommerce_init', 'woocommerce_shipstation_includes' );
     58    add_action( 'after_setup_theme', 'woocommerce_shipstation_load_textdomain' );
     59}
     60
     61add_action( 'plugins_loaded', 'woocommerce_shipstation_init' );
     62
     63/**
     64 * Include needed files.
     65 */
     66function woocommerce_shipstation_includes() {
    5967    // Include order util trait class file.
    6068    require_once WC_SHIPSTATION_ABSPATH . 'includes/trait-woocommerce-order-util.php';
     
    6371}
    6472
    65 add_action( 'plugins_loaded', 'woocommerce_shipstation_init' );
     73/**
     74 * Localisation.
     75 */
     76function woocommerce_shipstation_load_textdomain() {
     77    load_plugin_textdomain( 'woocommerce-shipstation-integration', false, plugin_basename( WC_SHIPSTATION_ABSPATH ) . '/languages/' );
     78}
    6679
    6780/**
  • woocommerce-shipstation-integration/trunk/changelog.txt

    r3111282 r3177077  
    11*** ShipStation for WooCommerce ***
     2
     3= 4.4.5 - 2024-10-28 =
     4* Tweak - WordPress 6.7 Compatibility.
    25
    36= 4.4.4 - 2024-07-02 =
  • woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot

    r3111282 r3177077  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.4\n"
     5"Project-Id-Version: WooCommerce - ShipStation Integration 4.4.5\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-shipstation\n"
    8 "POT-Creation-Date: 2024-07-02 16:35:45+00:00\n"
     8"POT-Creation-Date: 2024-10-28 13:30:42+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    258258msgstr ""
    259259
    260 #: woocommerce-shipstation.php:108
     260#: woocommerce-shipstation.php:121
    261261msgid "Settings"
    262262msgstr ""
    263263
    264 #: woocommerce-shipstation.php:109
     264#: woocommerce-shipstation.php:122
    265265msgid "Support"
    266266msgstr ""
    267267
    268 #: woocommerce-shipstation.php:110
     268#: woocommerce-shipstation.php:123
    269269msgid "Docs"
    270270msgstr ""
  • woocommerce-shipstation-integration/trunk/readme.txt

    r3111282 r3177077  
    22Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes, dwainm, laurendavissmith001
    33Tags: shipping, woocommerce, automattic
    4 Requires at least: 6.4
    5 Tested up to: 6.6
    6 WC tested up to: 9.0
    7 WC requires at least: 8.8
     4Requires at least: 6.5
     5Tested up to: 6.7
     6WC tested up to: 9.3
     7WC requires at least: 9.1
    88Requires PHP: 7.4
    99Requires Plugins: woocommerce
    10 Stable tag: 4.4.4
     10Stable tag: 4.4.5
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4949
    5050== Changelog ==
     51
     52= 4.4.5 - 2024-10-28 =
     53* Tweak - WordPress 6.7 Compatibility.
    5154
    5255= 4.4.4 - 2024-07-02 =
  • woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php

    r3111282 r3177077  
    33 * Plugin Name: WooCommerce - ShipStation Integration
    44 * Plugin URI: https://woocommerce.com/products/shipstation-integration/
    5  * Version: 4.4.4
     5 * Version: 4.4.5
    66 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support.
    77 * Author: WooCommerce
     
    99 * Text Domain: woocommerce-shipstation-integration
    1010 * Domain Path: /languages
    11  * Requires at least: 6.4
    12  * Tested up to: 6.6
    13  * WC tested up to: 9.0
    14  * WC requires at least: 8.8
     11 * Requires at least: 6.5
     12 * Tested up to: 6.7
     13 * WC tested up to: 9.3
     14 * WC requires at least: 9.1
    1515 * Requires Plugins: woocommerce
    1616 *
     
    4343 */
    4444function woocommerce_shipstation_init() {
    45     load_plugin_textdomain( 'woocommerce-shipstation-integration', false, basename( __DIR__ ) . '/languages' );
    46 
    4745    if ( ! class_exists( 'WooCommerce' ) ) {
    4846        add_action( 'admin_notices', 'woocommerce_shipstation_missing_wc_notice' );
     
    5149    }
    5250
    53     define( 'WC_SHIPSTATION_VERSION', '4.4.4' ); // WRCS: DEFINED_VERSION.
     51    define( 'WC_SHIPSTATION_VERSION', '4.4.5' ); // WRCS: DEFINED_VERSION.
    5452
    5553    if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
     
    5755    }
    5856
     57    add_action( 'before_woocommerce_init', 'woocommerce_shipstation_includes' );
     58    add_action( 'after_setup_theme', 'woocommerce_shipstation_load_textdomain' );
     59}
     60
     61add_action( 'plugins_loaded', 'woocommerce_shipstation_init' );
     62
     63/**
     64 * Include needed files.
     65 */
     66function woocommerce_shipstation_includes() {
    5967    // Include order util trait class file.
    6068    require_once WC_SHIPSTATION_ABSPATH . 'includes/trait-woocommerce-order-util.php';
     
    6371}
    6472
    65 add_action( 'plugins_loaded', 'woocommerce_shipstation_init' );
     73/**
     74 * Localisation.
     75 */
     76function woocommerce_shipstation_load_textdomain() {
     77    load_plugin_textdomain( 'woocommerce-shipstation-integration', false, plugin_basename( WC_SHIPSTATION_ABSPATH ) . '/languages/' );
     78}
    6679
    6780/**
Note: See TracChangeset for help on using the changeset viewer.