Changeset 3005042
- Timestamp:
- 12/04/2023 11:07:17 AM (2 years ago)
- Location:
- dhl-for-woocommerce
- Files:
-
- 5 edited
- 1 copied
-
tags/3.5.9 (copied) (copied from dhl-for-woocommerce/tags/3.5.8)
-
tags/3.5.9/includes/REST_API/Parcel_DE/Item_Info.php (modified) (2 diffs)
-
tags/3.5.9/includes/abstract-pr-dhl-wc-order.php (modified) (1 diff)
-
tags/3.5.9/pr-dhl-woocommerce.php (modified) (2 diffs)
-
tags/3.5.9/readme.txt (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dhl-for-woocommerce/tags/3.5.9/includes/REST_API/Parcel_DE/Item_Info.php
r2982324 r3005042 273 273 ), 274 274 'total_packages' => array( 275 'default' => 'no', 275 276 'validate' => function ( $value ) use ( $self ) { 276 277 if ( isset( $self->args['order_details']['multi_packages_enabled'] ) && ( $self->args['order_details']['multi_packages_enabled'] == 'yes' ) ) { … … 714 715 return array( 715 716 'preferred_neighbor' => array( 717 'default' => '', 716 718 'rename' => 'preferredNeighbour', 717 719 ), 718 720 'preferred_location' => array( 721 'default' => '', 719 722 'rename' => 'preferredLocation', 720 723 ), 721 724 'email_notification' => array( 725 'default' => '', 722 726 'rename' => 'shippingConfirmation', 723 727 ), 724 728 'age_visual' => array( 729 'default' => '', 725 730 'rename' => 'visualCheckOfAge', 726 731 ), 727 732 'personally' => array( 733 'default' => '', 728 734 'rename' => 'namedPersonOnly', 729 735 ), 730 736 'identcheck' => array( 737 'default' => '', 731 738 'rename' => 'identCheck', 732 739 ), 733 740 'preferred_day' => array( 741 'default' => '', 734 742 'rename' => 'preferredDay', 735 743 ), 736 744 'no_neighbor' => array( 745 'default' => '', 737 746 'rename' => 'noNeighbourDelivery', 738 747 ), 739 748 'additional_insurance' => array( 749 'default' => '', 740 750 'rename' => 'additionalInsurance', 741 751 ), 742 752 'bulky_goods' => array( 753 'default' => '', 743 754 'rename' => 'bulkyGoods', 744 755 ), 745 756 'cdp_delivery' => array( 757 'default' => '', 746 758 'rename' => 'closestDropPoint', 747 759 ), 748 760 'premium' => array( 761 'default' => '', 749 762 'rename' => 'premium', 750 763 ), 751 764 'routing' => array( 765 'default' => '', 752 766 'rename' => 'parcelOutletRouting', 753 767 ), 754 768 'PDDP' => array( 769 'default' => '', 755 770 'rename' => 'postalDeliveryDutyPaid', 756 771 ), 757 772 'endorsement' => array( 773 'default' => '', 758 774 'rename' => 'endorsement', 759 775 ), 760 776 'return_address_enabled' => array( 777 'default' => '', 761 778 'rename' => 'dhlRetoure', 762 779 ), 763 780 'signature_service' => array( 781 'default' => '', 764 782 'rename' => 'signedForByRecipient', 765 783 ), -
dhl-for-woocommerce/tags/3.5.9/includes/abstract-pr-dhl-wc-order.php
r2982324 r3005042 50 50 51 51 // Prevent data being copied to subscriptions 52 if ( null !== $subs_version && version_compare( $subs_version, '2. 0.0', '>=' ) ) {52 if ( null !== $subs_version && version_compare( $subs_version, '2.5.0', '>=' ) ) { 53 53 add_filter( 'wcs_renewal_order_meta_query', array( $this, 'woocommerce_subscriptions_renewal_order_meta_query' ), 10 ); 54 54 } else { -
dhl-for-woocommerce/tags/3.5.9/pr-dhl-woocommerce.php
r2982324 r3005042 8 8 * Text Domain: dhl-for-woocommerce 9 9 * Domain Path: /lang 10 * Version: 3.5. 810 * Version: 3.5.9 11 11 * Tested up to: 6.3 12 12 * WC requires at least: 3.0 … … 39 39 class PR_DHL_WC { 40 40 41 private $version = "3.5. 8";41 private $version = "3.5.9"; 42 42 43 43 /** -
dhl-for-woocommerce/tags/3.5.9/readme.txt
r2982324 r3005042 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.3 8 Stable tag: 3.5. 88 Stable tag: 3.5.9 9 9 WC requires at least: 3.0 10 10 WC tested up to: 8.2 … … 76 76 77 77 == Changelog == 78 79 = 3.5.9 = 80 * DHL Paket: Fix bulk label creation "total_package" error in REST API 81 * DHL Paket: Fix warning for "woocommerce_subscriptions_renewal_order_meta_query" 78 82 79 83 = 3.5.8 = -
dhl-for-woocommerce/trunk/readme.txt
r2982324 r3005042 6 6 Requires PHP: 5.6 7 7 Tested up to: 4.8.2 8 Stable tag: 3.5. 88 Stable tag: 3.5.9 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.