Changeset 3111282
- Timestamp:
- 07/02/2024 04:36:09 PM (21 months ago)
- Location:
- woocommerce-shipstation-integration
- Files:
-
- 10 edited
- 1 copied
-
tags/4.4.4 (copied) (copied from woocommerce-shipstation-integration/trunk)
-
tags/4.4.4/changelog.txt (modified) (1 diff)
-
tags/4.4.4/includes/class-wc-shipstation-api.php (modified) (1 diff)
-
tags/4.4.4/languages/woocommerce-shipstation.pot (modified) (2 diffs)
-
tags/4.4.4/readme.txt (modified) (2 diffs)
-
tags/4.4.4/woocommerce-shipstation.php (modified) (3 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/class-wc-shipstation-api.php (modified) (1 diff)
-
trunk/languages/woocommerce-shipstation.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-shipstation.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-shipstation-integration/tags/4.4.4/changelog.txt
r3093733 r3111282 1 1 *** 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. 2 6 3 7 = 4.4.3 - 2024-05-27 = -
woocommerce-shipstation-integration/tags/4.4.4/includes/class-wc-shipstation-api.php
r3054381 r3111282 23 23 */ 24 24 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; 25 32 26 33 /** -
woocommerce-shipstation-integration/tags/4.4.4/languages/woocommerce-shipstation.pot
r3093733 r3111282 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4. 3\n"5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.4\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 2024-0 5-28 09:12:56+00:00\n"8 "POT-Creation-Date: 2024-07-02 16:35:45+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 96 96 msgstr "" 97 97 98 #: includes/class-wc-shipstation-api.php: 6498 #: includes/class-wc-shipstation-api.php:71 99 99 msgid "Authentication key is required!" 100 100 msgstr "" 101 101 102 #: includes/class-wc-shipstation-api.php: 68102 #: includes/class-wc-shipstation-api.php:75 103 103 msgid "Invalid authentication key" 104 104 msgstr "" 105 105 106 #: includes/class-wc-shipstation-api.php: 76107 #: includes/class-wc-shipstation-api.php: 93106 #: includes/class-wc-shipstation-api.php:83 107 #: includes/class-wc-shipstation-api.php:100 108 108 msgid "Invalid request" 109 109 msgstr "" 110 110 111 #: includes/class-wc-shipstation-api.php: 89111 #: includes/class-wc-shipstation-api.php:96 112 112 #. translators: 1: query string 113 113 msgid "Input params: %s" -
woocommerce-shipstation-integration/tags/4.4.4/readme.txt
r3093733 r3111282 2 2 Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes, dwainm, laurendavissmith001 3 3 Tags: shipping, woocommerce, automattic 4 Requires at least: 6. 35 Tested up to: 6. 56 WC tested up to: 8.97 WC requires at least: 8. 74 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 8 8 Requires PHP: 7.4 9 9 Requires Plugins: woocommerce 10 Stable tag: 4.4. 310 Stable tag: 4.4.4 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 49 49 50 50 == Changelog == 51 52 = 4.4.4 - 2024-07-02 = 53 * Fix - Security updates. 54 * Tweak - WooCommerce 9.0 and WordPress 6.6 Compatibility. 51 55 52 56 = 4.4.3 - 2024-05-27 = -
woocommerce-shipstation-integration/tags/4.4.4/woocommerce-shipstation.php
r3093733 r3111282 3 3 * Plugin Name: WooCommerce - ShipStation Integration 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.4. 35 * Version: 4.4.4 6 6 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support. 7 7 * Author: WooCommerce … … 9 9 * Text Domain: woocommerce-shipstation-integration 10 10 * Domain Path: /languages 11 * Requires at least: 6. 312 * Tested up to: 6. 513 * WC tested up to: 8.914 * WC requires at least: 8. 711 * 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 15 15 * Requires Plugins: woocommerce 16 16 * … … 51 51 } 52 52 53 define( 'WC_SHIPSTATION_VERSION', '4.4. 3' ); // WRCS: DEFINED_VERSION.53 define( 'WC_SHIPSTATION_VERSION', '4.4.4' ); // WRCS: DEFINED_VERSION. 54 54 55 55 if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) { -
woocommerce-shipstation-integration/trunk/changelog.txt
r3093733 r3111282 1 1 *** 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. 2 6 3 7 = 4.4.3 - 2024-05-27 = -
woocommerce-shipstation-integration/trunk/includes/class-wc-shipstation-api.php
r3054381 r3111282 23 23 */ 24 24 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; 25 32 26 33 /** -
woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot
r3093733 r3111282 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4. 3\n"5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.4\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 2024-0 5-28 09:12:56+00:00\n"8 "POT-Creation-Date: 2024-07-02 16:35:45+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 96 96 msgstr "" 97 97 98 #: includes/class-wc-shipstation-api.php: 6498 #: includes/class-wc-shipstation-api.php:71 99 99 msgid "Authentication key is required!" 100 100 msgstr "" 101 101 102 #: includes/class-wc-shipstation-api.php: 68102 #: includes/class-wc-shipstation-api.php:75 103 103 msgid "Invalid authentication key" 104 104 msgstr "" 105 105 106 #: includes/class-wc-shipstation-api.php: 76107 #: includes/class-wc-shipstation-api.php: 93106 #: includes/class-wc-shipstation-api.php:83 107 #: includes/class-wc-shipstation-api.php:100 108 108 msgid "Invalid request" 109 109 msgstr "" 110 110 111 #: includes/class-wc-shipstation-api.php: 89111 #: includes/class-wc-shipstation-api.php:96 112 112 #. translators: 1: query string 113 113 msgid "Input params: %s" -
woocommerce-shipstation-integration/trunk/readme.txt
r3093733 r3111282 2 2 Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes, dwainm, laurendavissmith001 3 3 Tags: shipping, woocommerce, automattic 4 Requires at least: 6. 35 Tested up to: 6. 56 WC tested up to: 8.97 WC requires at least: 8. 74 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 8 8 Requires PHP: 7.4 9 9 Requires Plugins: woocommerce 10 Stable tag: 4.4. 310 Stable tag: 4.4.4 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 49 49 50 50 == Changelog == 51 52 = 4.4.4 - 2024-07-02 = 53 * Fix - Security updates. 54 * Tweak - WooCommerce 9.0 and WordPress 6.6 Compatibility. 51 55 52 56 = 4.4.3 - 2024-05-27 = -
woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php
r3093733 r3111282 3 3 * Plugin Name: WooCommerce - ShipStation Integration 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.4. 35 * Version: 4.4.4 6 6 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support. 7 7 * Author: WooCommerce … … 9 9 * Text Domain: woocommerce-shipstation-integration 10 10 * Domain Path: /languages 11 * Requires at least: 6. 312 * Tested up to: 6. 513 * WC tested up to: 8.914 * WC requires at least: 8. 711 * 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 15 15 * Requires Plugins: woocommerce 16 16 * … … 51 51 } 52 52 53 define( 'WC_SHIPSTATION_VERSION', '4.4. 3' ); // WRCS: DEFINED_VERSION.53 define( 'WC_SHIPSTATION_VERSION', '4.4.4' ); // WRCS: DEFINED_VERSION. 54 54 55 55 if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.