Changeset 2294343
- Timestamp:
- 04/29/2020 01:09:58 PM (6 years ago)
- Location:
- woocommerce-shipstation-integration
- Files:
-
- 8 edited
- 1 copied
-
tags/4.1.36 (copied) (copied from woocommerce-shipstation-integration/trunk)
-
tags/4.1.36/changelog.txt (modified) (1 diff)
-
tags/4.1.36/languages/woocommerce-shipstation.pot (modified) (1 diff)
-
tags/4.1.36/readme.txt (modified) (2 diffs)
-
tags/4.1.36/woocommerce-shipstation.php (modified) (3 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/languages/woocommerce-shipstation.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-shipstation.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-shipstation-integration/tags/4.1.36/changelog.txt
r2288700 r2294343 1 1 *** ShipStation for WooCommerce *** 2 3 = 4.1.36 - 2020-04-29 = 4 * Tweak - WC 4.1 compatibility. 2 5 3 6 = 4.1.35 - 2020-04-21 = -
woocommerce-shipstation-integration/tags/4.1.36/languages/woocommerce-shipstation.pot
r2288700 r2294343 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.1.3 5\n"5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.1.36\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 2020-04-2 1 19:34:10+00:00\n"8 "POT-Creation-Date: 2020-04-29 13:04:19+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" -
woocommerce-shipstation-integration/tags/4.1.36/readme.txt
r2288700 r2294343 5 5 Tested up to: 5.4 6 6 Requires PHP: 5.6 7 Stable tag: 4.1.3 57 Stable tag: 4.1.36 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.3 5 2020-04-21=50 * Tweak - Obfuscate logging data.49 = 4.1.36 2020-04-29 = 50 * Tweak - WC 4.1 compatibility. 51 51 52 52 [See changelog for all versions](https://github.com/woocommerce/woocommerce-shipstation/raw/master/changelog.txt). -
woocommerce-shipstation-integration/tags/4.1.36/woocommerce-shipstation.php
r2288700 r2294343 3 3 * Plugin Name: WooCommerce - ShipStation Integration 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.1.3 55 * Version: 4.1.36 6 6 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support. 7 7 * Author: WooCommerce … … 10 10 * Domain Path: /languages 11 11 * Tested up to: 5.4 12 * WC tested up to: 4. 012 * WC tested up to: 4.1 13 13 * WC requires at least: 2.6 14 14 */ … … 42 42 } 43 43 44 define( 'WC_SHIPSTATION_VERSION', '4.1.3 5' ); // WRCS: DEFINED_VERSION.44 define( 'WC_SHIPSTATION_VERSION', '4.1.36' ); // WRCS: DEFINED_VERSION. 45 45 define( 'WC_SHIPSTATION_FILE', __FILE__ ); 46 46 -
woocommerce-shipstation-integration/trunk/changelog.txt
r2288700 r2294343 1 1 *** ShipStation for WooCommerce *** 2 3 = 4.1.36 - 2020-04-29 = 4 * Tweak - WC 4.1 compatibility. 2 5 3 6 = 4.1.35 - 2020-04-21 = -
woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot
r2288700 r2294343 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.1.3 5\n"5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.1.36\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 2020-04-2 1 19:34:10+00:00\n"8 "POT-Creation-Date: 2020-04-29 13:04:19+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
r2288700 r2294343 5 5 Tested up to: 5.4 6 6 Requires PHP: 5.6 7 Stable tag: 4.1.3 57 Stable tag: 4.1.36 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.3 5 2020-04-21=50 * Tweak - Obfuscate logging data.49 = 4.1.36 2020-04-29 = 50 * Tweak - WC 4.1 compatibility. 51 51 52 52 [See changelog for all versions](https://github.com/woocommerce/woocommerce-shipstation/raw/master/changelog.txt). -
woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php
r2288700 r2294343 3 3 * Plugin Name: WooCommerce - ShipStation Integration 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.1.3 55 * Version: 4.1.36 6 6 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support. 7 7 * Author: WooCommerce … … 10 10 * Domain Path: /languages 11 11 * Tested up to: 5.4 12 * WC tested up to: 4. 012 * WC tested up to: 4.1 13 13 * WC requires at least: 2.6 14 14 */ … … 42 42 } 43 43 44 define( 'WC_SHIPSTATION_VERSION', '4.1.3 5' ); // WRCS: DEFINED_VERSION.44 define( 'WC_SHIPSTATION_VERSION', '4.1.36' ); // WRCS: DEFINED_VERSION. 45 45 define( 'WC_SHIPSTATION_FILE', __FILE__ ); 46 46
Note: See TracChangeset
for help on using the changeset viewer.