Changeset 3076495
- Timestamp:
- 04/24/2024 01:43:13 PM (2 years ago)
- Location:
- woo-postnl
- Files:
-
- 7 edited
- 1 copied
-
tags/5.3.6 (copied) (copied from woo-postnl/tags/5.3.5)
-
tags/5.3.6/README.md (modified) (2 diffs)
-
tags/5.3.6/postnl-for-woocommerce.php (modified) (1 diff)
-
tags/5.3.6/readme.txt (modified) (2 diffs)
-
tags/5.3.6/src/Main.php (modified) (1 diff)
-
tags/5.3.6/src/Rest_API/Barcode/Item_Info.php (modified) (1 diff)
-
tags/5.3.6/src/Rest_API/Shipping/Item_Info.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
woo-postnl/tags/5.3.6/README.md
r3074854 r3076495 7 7 * Requires PHP: 5.6 8 8 * Tested up to: 6.5 9 * Stable tag: 5.3. 59 * Stable tag: 5.3.6 10 10 * WC requires at least: 4.0 11 11 * WC tested up to: 8.8 … … 36 36 37 37 ## Changelog 38 39 ### 5.3.6 40 * Fix: Correct CustomerCode in non-EU calls, in Shipping call. 38 41 39 42 ### 5.3.5 -
woo-postnl/tags/5.3.6/postnl-for-woocommerce.php
r3074854 r3076495 6 6 * Author: PostNL 7 7 * Author URI: https://postnl.post/ 8 * Version: 5.3. 58 * Version: 5.3.6 9 9 * Tested up to: 6.5 10 10 * WC requires at least: 4.0 -
woo-postnl/tags/5.3.6/readme.txt
r3074854 r3076495 5 5 Requires PHP: 5.6 6 6 Tested up to: 6.5 7 Stable tag: 5.3. 57 Stable tag: 5.3.6 8 8 WC requires at least: 4.0 9 9 WC tested up to: 8.8 … … 80 80 81 81 == Changelog == 82 83 = 5.3.6 (2024-04-24) = 84 * Fix: Correct CustomerCode in non-EU calls, in Shipping call. 82 85 83 86 = 5.3.5 (2024-04-22) = -
woo-postnl/tags/5.3.6/src/Main.php
r3074854 r3076495 23 23 * @var _version 24 24 */ 25 private $version = '5.3. 5';25 private $version = '5.3.6'; 26 26 27 27 /** -
woo-postnl/tags/5.3.6/src/Rest_API/Barcode/Item_Info.php
r3074854 r3076495 94 94 */ 95 95 public function set_extra_data_to_api_args() { 96 //$this->set_rest_of_world_args();96 $this->set_rest_of_world_args(); 97 97 $this->set_custom_customer_code(); 98 98 } -
woo-postnl/tags/5.3.6/src/Rest_API/Shipping/Item_Info.php
r3028913 r3076495 281 281 public function set_extra_data_to_api_args() { 282 282 $this->set_order_shipping_product(); 283 $this->set_rest_of_world_args();283 // $this->set_rest_of_world_args(); 284 284 } 285 285 -
woo-postnl/trunk/readme.txt
r3074854 r3076495 4 4 Requires at least: 3.5.1 & WooCommerce 2.0+ 5 5 Tested up to: 6.1 6 Stable tag: 5.3. 56 Stable tag: 5.3.6 7 7 Requires PHP: 7.1 8 8 License: GPLv3 or later
Note: See TracChangeset
for help on using the changeset viewer.