Plugin Directory

Changeset 3005042


Ignore:
Timestamp:
12/04/2023 11:07:17 AM (2 years ago)
Author:
shadim
Message:

Tagging v3.5.9

Location:
dhl-for-woocommerce
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • dhl-for-woocommerce/tags/3.5.9/includes/REST_API/Parcel_DE/Item_Info.php

    r2982324 r3005042  
    273273            ),
    274274            'total_packages'         => array(
     275                'default' => 'no',
    275276                'validate' => function ( $value ) use ( $self ) {
    276277                    if ( isset( $self->args['order_details']['multi_packages_enabled'] ) && ( $self->args['order_details']['multi_packages_enabled'] == 'yes' ) ) {
     
    714715        return array(
    715716            'preferred_neighbor'   => array(
     717                'default' => '',
    716718                'rename' => 'preferredNeighbour',
    717719            ),
    718720            'preferred_location'   => array(
     721                'default' => '',
    719722                'rename' => 'preferredLocation',
    720723            ),
    721724            'email_notification'   => array(
     725                'default' => '',
    722726                'rename' => 'shippingConfirmation',
    723727            ),
    724728            'age_visual'           => array(
     729                'default' => '',
    725730                'rename' => 'visualCheckOfAge',
    726731            ),
    727732            'personally'           => array(
     733                'default' => '',
    728734                'rename' => 'namedPersonOnly',
    729735            ),
    730736            'identcheck'           => array(
     737                'default' => '',
    731738                'rename' => 'identCheck',
    732739            ),
    733740            'preferred_day'        => array(
     741                'default' => '',
    734742                'rename' => 'preferredDay',
    735743            ),
    736744            'no_neighbor'          => array(
     745                'default' => '',
    737746                'rename' => 'noNeighbourDelivery',
    738747            ),
    739748            'additional_insurance' => array(
     749                'default' => '',
    740750                'rename' => 'additionalInsurance',
    741751            ),
    742752            'bulky_goods'          => array(
     753                'default' => '',
    743754                'rename' => 'bulkyGoods',
    744755            ),
    745756            'cdp_delivery'         => array(
     757                'default' => '',
    746758                'rename' => 'closestDropPoint',
    747759            ),
    748760            'premium'              => array(
     761                'default' => '',
    749762                'rename' => 'premium',
    750763            ),
    751764            'routing'              => array(
     765                'default' => '',
    752766                'rename' => 'parcelOutletRouting',
    753767            ),
    754768            'PDDP'                 => array(
     769                'default' => '',
    755770                'rename' => 'postalDeliveryDutyPaid',
    756771            ),
    757772            'endorsement'          => array(
     773                'default' => '',
    758774                'rename' => 'endorsement',
    759775            ),
    760776            'return_address_enabled'    => array(
     777                'default' => '',
    761778                'rename' => 'dhlRetoure',
    762779            ),
    763780            'signature_service'    => array(
     781                'default' => '',
    764782                'rename' => 'signedForByRecipient',
    765783            ),
  • dhl-for-woocommerce/tags/3.5.9/includes/abstract-pr-dhl-wc-order.php

    r2982324 r3005042  
    5050
    5151        // 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', '>=' ) ) {
    5353            add_filter( 'wcs_renewal_order_meta_query', array( $this, 'woocommerce_subscriptions_renewal_order_meta_query' ), 10 );
    5454        } else {
  • dhl-for-woocommerce/tags/3.5.9/pr-dhl-woocommerce.php

    r2982324 r3005042  
    88 * Text Domain: dhl-for-woocommerce
    99 * Domain Path: /lang
    10  * Version: 3.5.8
     10 * Version: 3.5.9
    1111 * Tested up to: 6.3
    1212 * WC requires at least: 3.0
     
    3939class PR_DHL_WC {
    4040
    41     private $version = "3.5.8";
     41    private $version = "3.5.9";
    4242
    4343    /**
  • dhl-for-woocommerce/tags/3.5.9/readme.txt

    r2982324 r3005042  
    66Requires PHP: 5.6
    77Tested up to: 6.3
    8 Stable tag: 3.5.8
     8Stable tag: 3.5.9
    99WC requires at least: 3.0
    1010WC tested up to: 8.2
     
    7676
    7777== 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"
    7882
    7983= 3.5.8 =
  • dhl-for-woocommerce/trunk/readme.txt

    r2982324 r3005042  
    66Requires PHP: 5.6
    77Tested up to: 4.8.2
    8 Stable tag: 3.5.8
     8Stable tag: 3.5.9
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.