Changeset 3253325
- Timestamp:
- 03/10/2025 12:57:34 PM (13 months ago)
- Location:
- woocommerce-shipstation-integration
- Files:
-
- 10 edited
- 1 copied
-
tags/4.4.8 (copied) (copied from woocommerce-shipstation-integration/trunk)
-
tags/4.4.8/changelog.txt (modified) (1 diff)
-
tags/4.4.8/includes/api-requests/class-wc-shipstation-api-shipnotify.php (modified) (2 diffs)
-
tags/4.4.8/languages/woocommerce-shipstation.pot (modified) (5 diffs)
-
tags/4.4.8/readme.txt (modified) (2 diffs)
-
tags/4.4.8/woocommerce-shipstation.php (modified) (3 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/api-requests/class-wc-shipstation-api-shipnotify.php (modified) (2 diffs)
-
trunk/languages/woocommerce-shipstation.pot (modified) (5 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/woocommerce-shipstation.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woocommerce-shipstation-integration/tags/4.4.8/changelog.txt
r3250300 r3253325 1 1 *** ShipStation for WooCommerce *** 2 3 = 4.4.8 - 2025-03-10 = 4 * Fix - Make the value of `woocommerce_shipstation_get_order_id` filter consistent by removing the conversion function. 2 5 3 6 = 4.4.7 - 2025-03-04 = -
woocommerce-shipstation-integration/tags/4.4.8/includes/api-requests/class-wc-shipstation-api-shipnotify.php
r3093733 r3253325 121 121 * @since 4.1.6 122 122 */ 123 return a pply_filters( 'woocommerce_shipstation_get_order_id', absint($order_id ) );123 return absint( apply_filters( 'woocommerce_shipstation_get_order_id', $order_id ) ); 124 124 } 125 125 … … 228 228 229 229 if ( false === $order || ! is_object( $order ) ) { 230 /* translators: 1:order id */231 $this->log( sprintf( __( 'Order %s can not be found.', 'woocommerce-shipstation-integration' ), $order_id ) );230 /* translators: %1$s is order number, %2$d is order id */ 231 $this->log( sprintf( __( 'Order number: %1$s or Order ID: %2$d can not be found.', 'woocommerce-shipstation-integration' ), $order_number, $order_id ) ); 232 232 exit; 233 233 } -
woocommerce-shipstation-integration/tags/4.4.8/languages/woocommerce-shipstation.pot
r3250300 r3253325 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4. 7\n"5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.8\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 2025-03- 04 10:32:17+00:00\n"8 "POT-Creation-Date: 2025-03-10 12:56:59+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 16 16 17 17 #: includes/api-requests/class-wc-shipstation-api-export.php:141 18 #: includes/api-requests/class-wc-shipstation-api-shipnotify.php:23119 18 #. translators: 1: order id 20 19 msgid "Order %s can not be found." … … 54 53 #. translators: %s is an error message. 55 54 msgid "Cannot parse XML : %s" 55 msgstr "" 56 57 #: includes/api-requests/class-wc-shipstation-api-shipnotify.php:231 58 #. translators: %1$s is order number, %2$d is order id 59 msgid "Order number: %1$s or Order ID: %2$d can not be found." 56 60 msgstr "" 57 61 … … 251 255 msgstr "" 252 256 253 #: woocommerce-shipstation.php:3 6257 #: woocommerce-shipstation.php:37 254 258 #. translators: %s WC download URL link. 255 259 msgid "" … … 258 262 msgstr "" 259 263 260 #: woocommerce-shipstation.php:13 6264 #: woocommerce-shipstation.php:137 261 265 msgid "Settings" 262 266 msgstr "" 263 267 264 #: woocommerce-shipstation.php:13 7268 #: woocommerce-shipstation.php:138 265 269 msgid "Support" 266 270 msgstr "" 267 271 268 #: woocommerce-shipstation.php:13 8272 #: woocommerce-shipstation.php:139 269 273 msgid "Docs" 270 274 msgstr "" -
woocommerce-shipstation-integration/tags/4.4.8/readme.txt
r3250300 r3253325 8 8 Requires PHP: 7.4 9 9 Requires Plugins: woocommerce 10 Stable tag: 4.4. 710 Stable tag: 4.4.8 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.8 - 2025-03-10 = 72 * Fix - Make the value of `woocommerce_shipstation_get_order_id` filter consistent by removing the conversion function. 70 73 71 74 = 4.4.7 - 2025-03-04 = -
woocommerce-shipstation-integration/tags/4.4.8/woocommerce-shipstation.php
r3250300 r3253325 3 3 * Plugin Name: WooCommerce - ShipStation Integration 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.4. 75 * Version: 4.4.8 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 Plugins: woocommerce 12 * Requires PHP: 7.4 11 13 * Requires at least: 6.6 12 14 * Tested up to: 6.7 15 * WC requires at least: 9.5 13 16 * WC tested up to: 9.7 14 * WC requires at least: 9.515 * Requires Plugins: woocommerce16 17 * 17 18 * @package WC_ShipStation … … 49 50 } 50 51 51 define( 'WC_SHIPSTATION_VERSION', '4.4. 7' ); // WRCS: DEFINED_VERSION.52 define( 'WC_SHIPSTATION_VERSION', '4.4.8' ); // WRCS: DEFINED_VERSION. 52 53 53 54 if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) { -
woocommerce-shipstation-integration/trunk/changelog.txt
r3250300 r3253325 1 1 *** ShipStation for WooCommerce *** 2 3 = 4.4.8 - 2025-03-10 = 4 * Fix - Make the value of `woocommerce_shipstation_get_order_id` filter consistent by removing the conversion function. 2 5 3 6 = 4.4.7 - 2025-03-04 = -
woocommerce-shipstation-integration/trunk/includes/api-requests/class-wc-shipstation-api-shipnotify.php
r3093733 r3253325 121 121 * @since 4.1.6 122 122 */ 123 return a pply_filters( 'woocommerce_shipstation_get_order_id', absint($order_id ) );123 return absint( apply_filters( 'woocommerce_shipstation_get_order_id', $order_id ) ); 124 124 } 125 125 … … 228 228 229 229 if ( false === $order || ! is_object( $order ) ) { 230 /* translators: 1:order id */231 $this->log( sprintf( __( 'Order %s can not be found.', 'woocommerce-shipstation-integration' ), $order_id ) );230 /* translators: %1$s is order number, %2$d is order id */ 231 $this->log( sprintf( __( 'Order number: %1$s or Order ID: %2$d can not be found.', 'woocommerce-shipstation-integration' ), $order_number, $order_id ) ); 232 232 exit; 233 233 } -
woocommerce-shipstation-integration/trunk/languages/woocommerce-shipstation.pot
r3250300 r3253325 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4. 7\n"5 "Project-Id-Version: WooCommerce - ShipStation Integration 4.4.8\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/woocommerce-shipstation\n" 8 "POT-Creation-Date: 2025-03- 04 10:32:17+00:00\n"8 "POT-Creation-Date: 2025-03-10 12:56:59+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 16 16 17 17 #: includes/api-requests/class-wc-shipstation-api-export.php:141 18 #: includes/api-requests/class-wc-shipstation-api-shipnotify.php:23119 18 #. translators: 1: order id 20 19 msgid "Order %s can not be found." … … 54 53 #. translators: %s is an error message. 55 54 msgid "Cannot parse XML : %s" 55 msgstr "" 56 57 #: includes/api-requests/class-wc-shipstation-api-shipnotify.php:231 58 #. translators: %1$s is order number, %2$d is order id 59 msgid "Order number: %1$s or Order ID: %2$d can not be found." 56 60 msgstr "" 57 61 … … 251 255 msgstr "" 252 256 253 #: woocommerce-shipstation.php:3 6257 #: woocommerce-shipstation.php:37 254 258 #. translators: %s WC download URL link. 255 259 msgid "" … … 258 262 msgstr "" 259 263 260 #: woocommerce-shipstation.php:13 6264 #: woocommerce-shipstation.php:137 261 265 msgid "Settings" 262 266 msgstr "" 263 267 264 #: woocommerce-shipstation.php:13 7268 #: woocommerce-shipstation.php:138 265 269 msgid "Support" 266 270 msgstr "" 267 271 268 #: woocommerce-shipstation.php:13 8272 #: woocommerce-shipstation.php:139 269 273 msgid "Docs" 270 274 msgstr "" -
woocommerce-shipstation-integration/trunk/readme.txt
r3250300 r3253325 8 8 Requires PHP: 7.4 9 9 Requires Plugins: woocommerce 10 Stable tag: 4.4. 710 Stable tag: 4.4.8 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.8 - 2025-03-10 = 72 * Fix - Make the value of `woocommerce_shipstation_get_order_id` filter consistent by removing the conversion function. 70 73 71 74 = 4.4.7 - 2025-03-04 = -
woocommerce-shipstation-integration/trunk/woocommerce-shipstation.php
r3250300 r3253325 3 3 * Plugin Name: WooCommerce - ShipStation Integration 4 4 * Plugin URI: https://woocommerce.com/products/shipstation-integration/ 5 * Version: 4.4. 75 * Version: 4.4.8 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 Plugins: woocommerce 12 * Requires PHP: 7.4 11 13 * Requires at least: 6.6 12 14 * Tested up to: 6.7 15 * WC requires at least: 9.5 13 16 * WC tested up to: 9.7 14 * WC requires at least: 9.515 * Requires Plugins: woocommerce16 17 * 17 18 * @package WC_ShipStation … … 49 50 } 50 51 51 define( 'WC_SHIPSTATION_VERSION', '4.4. 7' ); // WRCS: DEFINED_VERSION.52 define( 'WC_SHIPSTATION_VERSION', '4.4.8' ); // WRCS: DEFINED_VERSION. 52 53 53 54 if ( ! defined( 'WC_SHIPSTATION_EXPORT_LIMIT' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.