Plugin Directory

Changeset 3111282


Ignore:
Timestamp:
07/02/2024 04:36:09 PM (21 months ago)
Author:
SamNajian
Message:

Tagging version 4.4.4

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

Legend:

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

    r3093733 r3111282  
    11*** ShipStation for WooCommerce ***
     2
     3= 4.4.4 - 2024-07-02 =
     4* Fix   - Security updates.
     5* Tweak - WooCommerce 9.0 and WordPress 6.6 Compatibility.
    26
    37= 4.4.3 - 2024-05-27 =
  • woocommerce-shipstation-integration/tags/4.4.4/includes/class-wc-shipstation-api.php

    r3054381 r3111282  
    2323     */
    2424    private static $authenticated = false;
     25
     26    /**
     27     * Being used to store $_GET variable from ShipStation API request.
     28     *
     29     * @var array
     30     */
     31    protected $request;
    2532
    2633    /**
  • woocommerce-shipstation-integration/tags/4.4.4/languages/woocommerce-shipstation.pot

    r3093733 r3111282  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.3\n"
     5"Project-Id-Version: WooCommerce - ShipStation Integration 4.4.4\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-shipstation\n"
    8 "POT-Creation-Date: 2024-05-28 09:12:56+00:00\n"
     8"POT-Creation-Date: 2024-07-02 16:35:45+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    9696msgstr ""
    9797
    98 #: includes/class-wc-shipstation-api.php:64
     98#: includes/class-wc-shipstation-api.php:71
    9999msgid "Authentication key is required!"
    100100msgstr ""
    101101
    102 #: includes/class-wc-shipstation-api.php:68
     102#: includes/class-wc-shipstation-api.php:75
    103103msgid "Invalid authentication key"
    104104msgstr ""
    105105
    106 #: includes/class-wc-shipstation-api.php:76
    107 #: includes/class-wc-shipstation-api.php:93
     106#: includes/class-wc-shipstation-api.php:83
     107#: includes/class-wc-shipstation-api.php:100
    108108msgid "Invalid request"
    109109msgstr ""
    110110
    111 #: includes/class-wc-shipstation-api.php:89
     111#: includes/class-wc-shipstation-api.php:96
    112112#. translators: 1: query string
    113113msgid "Input params: %s"
  • woocommerce-shipstation-integration/tags/4.4.4/readme.txt

    r3093733 r3111282  
    22Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes, dwainm, laurendavissmith001
    33Tags: shipping, woocommerce, automattic
    4 Requires at least: 6.3
    5 Tested up to: 6.5
    6 WC tested up to: 8.9
    7 WC requires at least: 8.7
     4Requires at least: 6.4
     5Tested up to: 6.6
     6WC tested up to: 9.0
     7WC requires at least: 8.8
    88Requires PHP: 7.4
    99Requires Plugins: woocommerce
    10 Stable tag: 4.4.3
     10Stable tag: 4.4.4
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4949
    5050== Changelog ==
     51
     52= 4.4.4 - 2024-07-02 =
     53* Fix   - Security updates.
     54* Tweak - WooCommerce 9.0 and WordPress 6.6 Compatibility.
    5155
    5256= 4.4.3 - 2024-05-27 =
  • woocommerce-shipstation-integration/tags/4.4.4/woocommerce-shipstation.php

    r3093733 r3111282  
    33 * Plugin Name: WooCommerce - ShipStation Integration
    44 * Plugin URI: https://woocommerce.com/products/shipstation-integration/
    5  * Version: 4.4.3
     5 * Version: 4.4.4
    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.3
    12  * Tested up to: 6.5
    13  * WC tested up to: 8.9
    14  * WC requires at least: 8.7
     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
    1515 * Requires Plugins: woocommerce
    1616 *
     
    5151    }
    5252
    53     define( 'WC_SHIPSTATION_VERSION', '4.4.3' ); // WRCS: DEFINED_VERSION.
     53    define( 'WC_SHIPSTATION_VERSION', '4.4.4' ); // WRCS: DEFINED_VERSION.
    5454
    5555    if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
  • woocommerce-shipstation-integration/trunk/changelog.txt

    r3093733 r3111282  
    11*** ShipStation for WooCommerce ***
     2
     3= 4.4.4 - 2024-07-02 =
     4* Fix   - Security updates.
     5* Tweak - WooCommerce 9.0 and WordPress 6.6 Compatibility.
    26
    37= 4.4.3 - 2024-05-27 =
  • woocommerce-shipstation-integration/trunk/includes/class-wc-shipstation-api.php

    r3054381 r3111282  
    2323     */
    2424    private static $authenticated = false;
     25
     26    /**
     27     * Being used to store $_GET variable from ShipStation API request.
     28     *
     29     * @var array
     30     */
     31    protected $request;
    2532
    2633    /**
  • woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot

    r3093733 r3111282  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.3\n"
     5"Project-Id-Version: WooCommerce - ShipStation Integration 4.4.4\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-shipstation\n"
    8 "POT-Creation-Date: 2024-05-28 09:12:56+00:00\n"
     8"POT-Creation-Date: 2024-07-02 16:35:45+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    9696msgstr ""
    9797
    98 #: includes/class-wc-shipstation-api.php:64
     98#: includes/class-wc-shipstation-api.php:71
    9999msgid "Authentication key is required!"
    100100msgstr ""
    101101
    102 #: includes/class-wc-shipstation-api.php:68
     102#: includes/class-wc-shipstation-api.php:75
    103103msgid "Invalid authentication key"
    104104msgstr ""
    105105
    106 #: includes/class-wc-shipstation-api.php:76
    107 #: includes/class-wc-shipstation-api.php:93
     106#: includes/class-wc-shipstation-api.php:83
     107#: includes/class-wc-shipstation-api.php:100
    108108msgid "Invalid request"
    109109msgstr ""
    110110
    111 #: includes/class-wc-shipstation-api.php:89
     111#: includes/class-wc-shipstation-api.php:96
    112112#. translators: 1: query string
    113113msgid "Input params: %s"
  • woocommerce-shipstation-integration/trunk/readme.txt

    r3093733 r3111282  
    22Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes, dwainm, laurendavissmith001
    33Tags: shipping, woocommerce, automattic
    4 Requires at least: 6.3
    5 Tested up to: 6.5
    6 WC tested up to: 8.9
    7 WC requires at least: 8.7
     4Requires at least: 6.4
     5Tested up to: 6.6
     6WC tested up to: 9.0
     7WC requires at least: 8.8
    88Requires PHP: 7.4
    99Requires Plugins: woocommerce
    10 Stable tag: 4.4.3
     10Stable tag: 4.4.4
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4949
    5050== Changelog ==
     51
     52= 4.4.4 - 2024-07-02 =
     53* Fix   - Security updates.
     54* Tweak - WooCommerce 9.0 and WordPress 6.6 Compatibility.
    5155
    5256= 4.4.3 - 2024-05-27 =
  • woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php

    r3093733 r3111282  
    33 * Plugin Name: WooCommerce - ShipStation Integration
    44 * Plugin URI: https://woocommerce.com/products/shipstation-integration/
    5  * Version: 4.4.3
     5 * Version: 4.4.4
    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.3
    12  * Tested up to: 6.5
    13  * WC tested up to: 8.9
    14  * WC requires at least: 8.7
     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
    1515 * Requires Plugins: woocommerce
    1616 *
     
    5151    }
    5252
    53     define( 'WC_SHIPSTATION_VERSION', '4.4.3' ); // WRCS: DEFINED_VERSION.
     53    define( 'WC_SHIPSTATION_VERSION', '4.4.4' ); // WRCS: DEFINED_VERSION.
    5454
    5555    if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
Note: See TracChangeset for help on using the changeset viewer.