Changeset 3062677
- Timestamp:
- 04/02/2024 12:29:47 PM (2 years ago)
- Location:
- dhl-for-woocommerce
- Files:
-
- 5 edited
- 1 copied
-
tags/3.6.5 (copied) (copied from dhl-for-woocommerce/tags/3.6.4)
-
tags/3.6.5/includes/REST_API/Drivers/WP_API_Driver.php (modified) (1 diff)
-
tags/3.6.5/pr-dhl-woocommerce.php (modified) (2 diffs)
-
tags/3.6.5/readme.md (modified) (2 diffs)
-
tags/3.6.5/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dhl-for-woocommerce/tags/3.6.5/includes/REST_API/Drivers/WP_API_Driver.php
r2912896 r3062677 34 34 $request->url, 35 35 array( 36 'method' => $this->get_request_type( $request ), 37 'body' => $request->body, 38 'headers' => $request->headers, 39 'cookies' => $request->cookies, 40 'timeout' => self::WP_REQUEST_TIMEOUT, 36 'method' => $this->get_request_type( $request ), 37 'body' => $request->body, 38 'headers' => $request->headers, 39 'cookies' => $request->cookies, 40 'timeout' => self::WP_REQUEST_TIMEOUT, 41 'user-agent' => 'WooCommerce/'. WC_VERSION . ' (WordPress/'. get_bloginfo('version') . ') DHL-plug-in/' . PR_DHL_VERSION, 41 42 ) 42 43 ); -
dhl-for-woocommerce/tags/3.6.5/pr-dhl-woocommerce.php
r3025210 r3062677 8 8 * Text Domain: dhl-for-woocommerce 9 9 * Domain Path: /lang 10 * Version: 3.6.4 11 * Tested up to: 6.3 10 * Version: 3.6.5 11 * Tested up to: 6.5 12 * Requires Plugins: woocommerce 12 13 * WC requires at least: 3.0 13 * WC tested up to: 8.4 14 * Requires at least: 4.6 14 * WC tested up to: 8.7 15 15 * 16 16 * This program is free software: you can redistribute it and/or modify … … 39 39 class PR_DHL_WC { 40 40 41 private $version = "3.6. 4";41 private $version = "3.6.5"; 42 42 43 43 /** -
dhl-for-woocommerce/tags/3.6.5/readme.md
r3009592 r3062677 5 5 Requires at least: 4.6 6 6 Requires PHP: 5.6 7 Tested up to: 6.3 8 Stable tag: 3.6.2 7 Tested up to: 6.5 8 Stable tag: 3.6.5 9 Requires Plugins: woocommerce 9 10 WC requires at least: 3.0 10 WC tested up to: 8. 411 WC tested up to: 8.7 11 12 License: GPLv2 or later 12 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 76 77 77 78 == Changelog == 79 = 3.6.5 = 80 * WordPress 6.5 compatibility. 81 * DHL Paket: Fix Get Account Settings - Error 403 82 83 = 3.6.4 = 84 * DHL Paket: Fix REST API customs doc merged with label 85 * DHL Paket: Fix "Endorsement" warning 86 87 = 3.6.3 = 88 * DHL Paket: Fix HPOS compatibility with bulk create labels 78 89 79 90 = 3.6.2 = -
dhl-for-woocommerce/tags/3.6.5/readme.txt
r3025210 r3062677 5 5 Requires at least: 4.6 6 6 Requires PHP: 5.6 7 Tested up to: 6.3 8 Stable tag: 3.6.4 7 Tested up to: 6.5 8 Stable tag: 3.6.5 9 Requires Plugins: woocommerce 9 10 WC requires at least: 3.0 10 WC tested up to: 8. 411 WC tested up to: 8.7 11 12 License: GPLv2 or later 12 13 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 76 77 77 78 == Changelog == 79 = 3.6.5 = 80 * WordPress 6.5 compatibility. 81 * DHL Paket: Fix Get Account Settings - Error 403 78 82 79 83 = 3.6.4 = -
dhl-for-woocommerce/trunk/readme.txt
r3025210 r3062677 6 6 Requires PHP: 5.6 7 7 Tested up to: 4.8.2 8 Stable tag: 3.6. 48 Stable tag: 3.6.5 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.