Plugin Directory

Changeset 3062677


Ignore:
Timestamp:
04/02/2024 12:29:47 PM (2 years ago)
Author:
shadim
Message:

Tagging 3.6.5

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

Legend:

Unmodified
Added
Removed
  • dhl-for-woocommerce/tags/3.6.5/includes/REST_API/Drivers/WP_API_Driver.php

    r2912896 r3062677  
    3434            $request->url,
    3535            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,
    4142            )
    4243        );
  • dhl-for-woocommerce/tags/3.6.5/pr-dhl-woocommerce.php

    r3025210 r3062677  
    88 * Text Domain: dhl-for-woocommerce
    99 * 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
    1213 * 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
    1515 *
    1616 * This program is free software: you can redistribute it and/or modify
     
    3939class PR_DHL_WC {
    4040
    41     private $version = "3.6.4";
     41    private $version = "3.6.5";
    4242
    4343    /**
  • dhl-for-woocommerce/tags/3.6.5/readme.md

    r3009592 r3062677  
    55Requires at least: 4.6
    66Requires PHP: 5.6
    7 Tested up to: 6.3
    8 Stable tag: 3.6.2
     7Tested up to: 6.5
     8Stable tag: 3.6.5
     9Requires Plugins: woocommerce
    910WC requires at least: 3.0
    10 WC tested up to: 8.4
     11WC tested up to: 8.7
    1112License: GPLv2 or later
    1213License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7677
    7778== 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
    7889
    7990= 3.6.2 =
  • dhl-for-woocommerce/tags/3.6.5/readme.txt

    r3025210 r3062677  
    55Requires at least: 4.6
    66Requires PHP: 5.6
    7 Tested up to: 6.3
    8 Stable tag: 3.6.4
     7Tested up to: 6.5
     8Stable tag: 3.6.5
     9Requires Plugins: woocommerce
    910WC requires at least: 3.0
    10 WC tested up to: 8.4
     11WC tested up to: 8.7
    1112License: GPLv2 or later
    1213License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7677
    7778== Changelog ==
     79= 3.6.5 =
     80* WordPress 6.5 compatibility.
     81* DHL Paket: Fix Get Account Settings - Error 403
    7882
    7983= 3.6.4 =
  • dhl-for-woocommerce/trunk/readme.txt

    r3025210 r3062677  
    66Requires PHP: 5.6
    77Tested up to: 4.8.2
    8 Stable tag: 3.6.4
     8Stable tag: 3.6.5
    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.