Changeset 2365153
- Timestamp:
- 08/19/2020 05:43:22 PM (6 years ago)
- Location:
- woocommerce-shipstation-integration/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
languages/woocommerce-shipstation.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
woocommerce-shipstation.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-shipstation-integration/trunk/changelog.txt
r2319231 r2365153 1 1 *** ShipStation for WooCommerce *** 2 3 = 4.1.38 - 2020-08-19 = 4 * Tweak - WordPress 5.5 compatibility. 2 5 3 6 = 4.1.37 - 2020-06-05 = -
woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot
r2319231 r2365153 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.1.3 7\n"5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.1.38\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 2020-0 6-05 22:49:06+00:00\n"8 "POT-Creation-Date: 2020-08-19 17:43:02+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" -
woocommerce-shipstation-integration/trunk/readme.txt
r2319231 r2365153 3 3 Tags: shipping, woocommerce, automattic 4 4 Requires at least: 4.4 5 Tested up to: 5. 45 Tested up to: 5.5 6 6 Requires PHP: 5.6 7 Stable tag: 4.1.3 77 Stable tag: 4.1.38 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 47 47 == Changelog == 48 48 49 = 4.1.38 - 2020-08-19 = 50 * Tweak - WordPress 5.5 compatibility. 51 49 52 = 4.1.37 - 2020-06-05 = 50 53 * Tweak - Dismiss activation notice independent of user. -
woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php
r2319231 r2365153 3 3 * Plugin Name: WooCommerce - ShipStation Integration 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.1.3 75 * Version: 4.1.38 6 6 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support. 7 7 * Author: WooCommerce … … 9 9 * Text Domain: woocommerce-shipstation 10 10 * Domain Path: /languages 11 * Tested up to: 5. 411 * Tested up to: 5.5 12 12 * WC tested up to: 4.2 13 13 * WC requires at least: 2.6 … … 42 42 } 43 43 44 define( 'WC_SHIPSTATION_VERSION', '4.1.3 7' ); // WRCS: DEFINED_VERSION.44 define( 'WC_SHIPSTATION_VERSION', '4.1.38' ); // WRCS: DEFINED_VERSION. 45 45 define( 'WC_SHIPSTATION_FILE', __FILE__ ); 46 46
Note: See TracChangeset
for help on using the changeset viewer.