Changeset 3250300
- Timestamp:
- 03/04/2025 10:32:50 AM (13 months ago)
- Location:
- woocommerce-shipstation-integration
- Files:
-
- 12 added
- 8 edited
- 1 copied
-
tags/4.4.7 (copied) (copied from woocommerce-shipstation-integration/trunk)
-
tags/4.4.7/changelog.txt (modified) (1 diff)
-
tags/4.4.7/languages/woocommerce-shipstation.pot (modified) (1 diff)
-
tags/4.4.7/readme.txt (modified) (2 diffs)
-
tags/4.4.7/woocommerce-shipstation.php (modified) (3 diffs)
-
tags/4.4.7/wordpress_org_assets (added)
-
tags/4.4.7/wordpress_org_assets/banner-1544x500.png (added)
-
tags/4.4.7/wordpress_org_assets/banner-772x250.png (added)
-
tags/4.4.7/wordpress_org_assets/icon-128x128.png (added)
-
tags/4.4.7/wordpress_org_assets/icon-160x160.png (added)
-
tags/4.4.7/wordpress_org_assets/icon-256x256.png (added)
-
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)
-
trunk/wordpress_org_assets (added)
-
trunk/wordpress_org_assets/banner-1544x500.png (added)
-
trunk/wordpress_org_assets/banner-772x250.png (added)
-
trunk/wordpress_org_assets/icon-128x128.png (added)
-
trunk/wordpress_org_assets/icon-160x160.png (added)
-
trunk/wordpress_org_assets/icon-256x256.png (added)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-shipstation-integration/tags/4.4.7/changelog.txt
r3198228 r3250300 1 1 *** ShipStation for WooCommerce *** 2 3 = 4.4.7 - 2025-03-04 = 4 * Tweak - PHP 8.4 Compatibility. 5 * Tweak - WooCommerce 9.7 Compatibility. 2 6 3 7 = 4.4.6 - 2024-11-27 = -
woocommerce-shipstation-integration/tags/4.4.7/languages/woocommerce-shipstation.pot
r3198228 r3250300 1 # Copyright (C) 202 4WooCommerce1 # Copyright (C) 2025 WooCommerce 2 2 # This file is distributed under the same license as the WooCommerce - ShipStation Integration package. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4. 6\n"5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.7\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 202 4-11-27 14:38:23+00:00\n"8 "POT-Creation-Date: 2025-03-04 10:32:17+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 202 4-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" -
woocommerce-shipstation-integration/tags/4.4.7/readme.txt
r3234437 r3250300 2 2 Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes, dwainm, laurendavissmith001, Kloon 3 3 Tags: shipping, woocommerce, automattic 4 Requires at least: 6. 54 Requires at least: 6.6 5 5 Tested up to: 6.7 6 WC tested up to: 9. 67 WC requires at least: 9. 46 WC tested up to: 9.7 7 WC requires at least: 9.5 8 8 Requires PHP: 7.4 9 9 Requires Plugins: woocommerce 10 Stable tag: 4.4. 610 Stable tag: 4.4.7 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 69 69 == Changelog == 70 70 71 = 4.4.7 - 2025- xx-xx=71 = 4.4.7 - 2025-03-04 = 72 72 * Tweak - PHP 8.4 Compatibility. 73 * Tweak - WooCommerce 9.7 Compatibility. 73 74 74 75 = 4.4.6 - 2024-11-27 = -
woocommerce-shipstation-integration/tags/4.4.7/woocommerce-shipstation.php
r3198228 r3250300 3 3 * Plugin Name: WooCommerce - ShipStation Integration 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.4. 65 * Version: 4.4.7 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. 511 * Requires at least: 6.6 12 12 * Tested up to: 6.7 13 * WC tested up to: 9. 314 * WC requires at least: 9. 113 * WC tested up to: 9.7 14 * WC requires at least: 9.5 15 15 * Requires Plugins: woocommerce 16 16 * … … 49 49 } 50 50 51 define( 'WC_SHIPSTATION_VERSION', '4.4. 6' ); // WRCS: DEFINED_VERSION.51 define( 'WC_SHIPSTATION_VERSION', '4.4.7' ); // WRCS: DEFINED_VERSION. 52 52 53 53 if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) { -
woocommerce-shipstation-integration/trunk/changelog.txt
r3198228 r3250300 1 1 *** ShipStation for WooCommerce *** 2 3 = 4.4.7 - 2025-03-04 = 4 * Tweak - PHP 8.4 Compatibility. 5 * Tweak - WooCommerce 9.7 Compatibility. 2 6 3 7 = 4.4.6 - 2024-11-27 = -
woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot
r3198228 r3250300 1 # Copyright (C) 202 4WooCommerce1 # Copyright (C) 2025 WooCommerce 2 2 # This file is distributed under the same license as the WooCommerce - ShipStation Integration package. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4. 6\n"5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.7\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 202 4-11-27 14:38:23+00:00\n"8 "POT-Creation-Date: 2025-03-04 10:32:17+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 202 4-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <LL@li.org>\n" -
woocommerce-shipstation-integration/trunk/readme.txt
r3234437 r3250300 2 2 Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes, dwainm, laurendavissmith001, Kloon 3 3 Tags: shipping, woocommerce, automattic 4 Requires at least: 6. 54 Requires at least: 6.6 5 5 Tested up to: 6.7 6 WC tested up to: 9. 67 WC requires at least: 9. 46 WC tested up to: 9.7 7 WC requires at least: 9.5 8 8 Requires PHP: 7.4 9 9 Requires Plugins: woocommerce 10 Stable tag: 4.4. 610 Stable tag: 4.4.7 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 69 69 == Changelog == 70 70 71 = 4.4.7 - 2025- xx-xx=71 = 4.4.7 - 2025-03-04 = 72 72 * Tweak - PHP 8.4 Compatibility. 73 * Tweak - WooCommerce 9.7 Compatibility. 73 74 74 75 = 4.4.6 - 2024-11-27 = -
woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php
r3198228 r3250300 3 3 * Plugin Name: WooCommerce - ShipStation Integration 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.4. 65 * Version: 4.4.7 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. 511 * Requires at least: 6.6 12 12 * Tested up to: 6.7 13 * WC tested up to: 9. 314 * WC requires at least: 9. 113 * WC tested up to: 9.7 14 * WC requires at least: 9.5 15 15 * Requires Plugins: woocommerce 16 16 * … … 49 49 } 50 50 51 define( 'WC_SHIPSTATION_VERSION', '4.4. 6' ); // WRCS: DEFINED_VERSION.51 define( 'WC_SHIPSTATION_VERSION', '4.4.7' ); // WRCS: DEFINED_VERSION. 52 52 53 53 if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.