Changeset 3378979
- Timestamp:
- 10/15/2025 02:40:50 PM (6 weeks ago)
- Location:
- woocommerce-shipstation-integration
- Files:
-
- 8 edited
- 1 copied
-
tags/4.8.1 (copied) (copied from woocommerce-shipstation-integration/trunk)
-
tags/4.8.1/changelog.txt (modified) (1 diff)
-
tags/4.8.1/languages/woocommerce-shipstation.pot (modified) (1 diff)
-
tags/4.8.1/readme.txt (modified) (2 diffs)
-
tags/4.8.1/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.8.1/changelog.txt
r3374516 r3378979 1 1 *** ShipStation for WooCommerce *** 2 3 = 4.8.1 - 2025-10-15 = 4 * Tweak - WooCommerce 10.3 compatibility. 2 5 3 6 = 4.8.0 - 2025-10-07 = -
woocommerce-shipstation-integration/tags/4.8.1/languages/woocommerce-shipstation.pot
r3374516 r3378979 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ShipStation for WooCommerce 4.8. 0\n"5 "Project-Id-Version: ShipStation for WooCommerce 4.8.1\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 2025-10- 07 15:13:38+00:00\n"8 "POT-Creation-Date: 2025-10-15 14:39:58+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.8.1/readme.txt
r3374516 r3378979 4 4 Requires at least: 6.7 5 5 Tested up to: 6.8 6 WC tested up to: 10. 27 WC requires at least: 10. 06 WC tested up to: 10.3 7 WC requires at least: 10.1 8 8 Requires PHP: 7.4 9 9 Requires Plugins: woocommerce 10 Stable tag: 4.8. 010 Stable tag: 4.8.1 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 75 75 == Changelog == 76 76 77 = 4.8.1 - 2025-10-15 = 78 * Tweak - WooCommerce 10.3 compatibility. 79 77 80 = 4.8.0 - 2025-10-07 = 78 81 * Add - Enhanced ShipStation authentication interface for a smoother user experience. -
woocommerce-shipstation-integration/tags/4.8.1/woocommerce-shipstation.php
r3374516 r3378979 3 3 * Plugin Name: ShipStation for WooCommerce 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.8. 05 * Version: 4.8.1 6 6 * Description: Power your entire shipping operation from one platform. 7 7 * Author: WooCommerce … … 13 13 * Requires at least: 6.7 14 14 * Tested up to: 6.8 15 * WC requires at least: 10. 016 * WC tested up to: 10. 215 * WC requires at least: 10.1 16 * WC tested up to: 10.3 17 17 * 18 18 * Copyright: © 2025 WooCommerce … … 64 64 } 65 65 66 define( 'WC_SHIPSTATION_VERSION', '4.8. 0' ); // WRCS: DEFINED_VERSION.66 define( 'WC_SHIPSTATION_VERSION', '4.8.1' ); // WRCS: DEFINED_VERSION. 67 67 68 68 if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) { -
woocommerce-shipstation-integration/trunk/changelog.txt
r3374516 r3378979 1 1 *** ShipStation for WooCommerce *** 2 3 = 4.8.1 - 2025-10-15 = 4 * Tweak - WooCommerce 10.3 compatibility. 2 5 3 6 = 4.8.0 - 2025-10-07 = -
woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot
r3374516 r3378979 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ShipStation for WooCommerce 4.8. 0\n"5 "Project-Id-Version: ShipStation for WooCommerce 4.8.1\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 2025-10- 07 15:13:38+00:00\n"8 "POT-Creation-Date: 2025-10-15 14:39:58+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
r3374516 r3378979 4 4 Requires at least: 6.7 5 5 Tested up to: 6.8 6 WC tested up to: 10. 27 WC requires at least: 10. 06 WC tested up to: 10.3 7 WC requires at least: 10.1 8 8 Requires PHP: 7.4 9 9 Requires Plugins: woocommerce 10 Stable tag: 4.8. 010 Stable tag: 4.8.1 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 75 75 == Changelog == 76 76 77 = 4.8.1 - 2025-10-15 = 78 * Tweak - WooCommerce 10.3 compatibility. 79 77 80 = 4.8.0 - 2025-10-07 = 78 81 * Add - Enhanced ShipStation authentication interface for a smoother user experience. -
woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php
r3374516 r3378979 3 3 * Plugin Name: ShipStation for WooCommerce 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.8. 05 * Version: 4.8.1 6 6 * Description: Power your entire shipping operation from one platform. 7 7 * Author: WooCommerce … … 13 13 * Requires at least: 6.7 14 14 * Tested up to: 6.8 15 * WC requires at least: 10. 016 * WC tested up to: 10. 215 * WC requires at least: 10.1 16 * WC tested up to: 10.3 17 17 * 18 18 * Copyright: © 2025 WooCommerce … … 64 64 } 65 65 66 define( 'WC_SHIPSTATION_VERSION', '4.8. 0' ); // WRCS: DEFINED_VERSION.66 define( 'WC_SHIPSTATION_VERSION', '4.8.1' ); // WRCS: DEFINED_VERSION. 67 67 68 68 if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.