Plugin Directory

Changeset 2365153


Ignore:
Timestamp:
08/19/2020 05:43:22 PM (6 years ago)
Author:
shellbeezy
Message:

Adding changes for version 4.1.38

Location:
woocommerce-shipstation-integration/trunk
Files:
4 edited

Legend:

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

    r2319231 r2365153  
    11*** ShipStation for WooCommerce ***
     2
     3= 4.1.38 - 2020-08-19 =
     4* Tweak - WordPress 5.5 compatibility.
    25
    36= 4.1.37 - 2020-06-05 =
  • woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot

    r2319231 r2365153  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.1.37\n"
     5"Project-Id-Version: WooCommerce - ShipStation Integration 4.1.38\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-shipstation\n"
    8 "POT-Creation-Date: 2020-06-05 22:49:06+00:00\n"
     8"POT-Creation-Date: 2020-08-19 17:43:02+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • woocommerce-shipstation-integration/trunk/readme.txt

    r2319231 r2365153  
    33Tags: shipping, woocommerce, automattic
    44Requires at least: 4.4
    5 Tested up to: 5.4
     5Tested up to: 5.5
    66Requires PHP: 5.6
    7 Stable tag: 4.1.37
     7Stable tag: 4.1.38
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    4747== Changelog ==
    4848
     49= 4.1.38 - 2020-08-19 =
     50* Tweak - WordPress 5.5 compatibility.
     51
    4952= 4.1.37 - 2020-06-05 =
    5053* Tweak - Dismiss activation notice independent of user.
  • woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php

    r2319231 r2365153  
    33 * Plugin Name: WooCommerce - ShipStation Integration
    44 * Plugin URI: https://woocommerce.com/products/shipstation-integration/
    5  * Version: 4.1.37
     5 * Version: 4.1.38
    66 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support.
    77 * Author: WooCommerce
     
    99 * Text Domain: woocommerce-shipstation
    1010 * Domain Path: /languages
    11  * Tested up to: 5.4
     11 * Tested up to: 5.5
    1212 * WC tested up to: 4.2
    1313 * WC requires at least: 2.6
     
    4242    }
    4343
    44     define( 'WC_SHIPSTATION_VERSION', '4.1.37' ); // WRCS: DEFINED_VERSION.
     44    define( 'WC_SHIPSTATION_VERSION', '4.1.38' ); // WRCS: DEFINED_VERSION.
    4545    define( 'WC_SHIPSTATION_FILE', __FILE__ );
    4646
Note: See TracChangeset for help on using the changeset viewer.