Changeset 3268088
- Timestamp:
- 04/07/2025 07:42:55 PM (12 months ago)
- Location:
- woocommerce-shipstation-integration
- Files:
-
- 8 edited
- 1 copied
-
tags/4.4.9 (copied) (copied from woocommerce-shipstation-integration/trunk)
-
tags/4.4.9/changelog.txt (modified) (1 diff)
-
tags/4.4.9/languages/woocommerce-shipstation.pot (modified) (2 diffs)
-
tags/4.4.9/readme.txt (modified) (2 diffs)
-
tags/4.4.9/woocommerce-shipstation.php (modified) (3 diffs)
-
trunk/changelog.txt (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.9/changelog.txt
r3253325 r3268088 1 1 *** ShipStation for WooCommerce *** 2 3 = 4.4.9 - 2025-04-07 = 4 * Tweak - WooCommerce 9.8 compatibility. 2 5 3 6 = 4.4.8 - 2025-03-10 = -
woocommerce-shipstation-integration/tags/4.4.9/languages/woocommerce-shipstation.pot
r3253325 r3268088 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4. 8\n"5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.9\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 2025-0 3-10 12:56:59+00:00\n"8 "POT-Creation-Date: 2025-04-07 19:42:35+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" 15 "X-Generator: node-wp-i18n 1.2. 3\n"15 "X-Generator: node-wp-i18n 1.2.7\n" 16 16 17 17 #: includes/api-requests/class-wc-shipstation-api-export.php:141 -
woocommerce-shipstation-integration/tags/4.4.9/readme.txt
r3253325 r3268088 8 8 Requires PHP: 7.4 9 9 Requires Plugins: woocommerce 10 Stable tag: 4.4. 810 Stable tag: 4.4.9 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 68 68 69 69 == Changelog == 70 71 = 4.4.9 - 2025-04-07 = 72 * Tweak - WooCommerce 9.8 compatibility. 70 73 71 74 = 4.4.8 - 2025-03-10 = -
woocommerce-shipstation-integration/tags/4.4.9/woocommerce-shipstation.php
r3253325 r3268088 3 3 * Plugin Name: WooCommerce - ShipStation Integration 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.4. 85 * Version: 4.4.9 6 6 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support. 7 7 * Author: WooCommerce … … 13 13 * Requires at least: 6.6 14 14 * Tested up to: 6.7 15 * WC requires at least: 9. 516 * WC tested up to: 9. 715 * WC requires at least: 9.6 16 * WC tested up to: 9.8 17 17 * 18 18 * @package WC_ShipStation … … 50 50 } 51 51 52 define( 'WC_SHIPSTATION_VERSION', '4.4. 8' ); // WRCS: DEFINED_VERSION.52 define( 'WC_SHIPSTATION_VERSION', '4.4.9' ); // WRCS: DEFINED_VERSION. 53 53 54 54 if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) { -
woocommerce-shipstation-integration/trunk/changelog.txt
r3253325 r3268088 1 1 *** ShipStation for WooCommerce *** 2 3 = 4.4.9 - 2025-04-07 = 4 * Tweak - WooCommerce 9.8 compatibility. 2 5 3 6 = 4.4.8 - 2025-03-10 = -
woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot
r3253325 r3268088 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4. 8\n"5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.9\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 2025-0 3-10 12:56:59+00:00\n"8 "POT-Creation-Date: 2025-04-07 19:42:35+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" 15 "X-Generator: node-wp-i18n 1.2. 3\n"15 "X-Generator: node-wp-i18n 1.2.7\n" 16 16 17 17 #: includes/api-requests/class-wc-shipstation-api-export.php:141 -
woocommerce-shipstation-integration/trunk/readme.txt
r3253325 r3268088 8 8 Requires PHP: 7.4 9 9 Requires Plugins: woocommerce 10 Stable tag: 4.4. 810 Stable tag: 4.4.9 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 68 68 69 69 == Changelog == 70 71 = 4.4.9 - 2025-04-07 = 72 * Tweak - WooCommerce 9.8 compatibility. 70 73 71 74 = 4.4.8 - 2025-03-10 = -
woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php
r3253325 r3268088 3 3 * Plugin Name: WooCommerce - ShipStation Integration 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.4. 85 * Version: 4.4.9 6 6 * Description: Adds ShipStation label printing support to WooCommerce. Requires server DomDocument support. 7 7 * Author: WooCommerce … … 13 13 * Requires at least: 6.6 14 14 * Tested up to: 6.7 15 * WC requires at least: 9. 516 * WC tested up to: 9. 715 * WC requires at least: 9.6 16 * WC tested up to: 9.8 17 17 * 18 18 * @package WC_ShipStation … … 50 50 } 51 51 52 define( 'WC_SHIPSTATION_VERSION', '4.4. 8' ); // WRCS: DEFINED_VERSION.52 define( 'WC_SHIPSTATION_VERSION', '4.4.9' ); // WRCS: DEFINED_VERSION. 53 53 54 54 if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.