Plugin Directory

Changeset 2393853


Ignore:
Timestamp:
10/05/2020 08:08:12 PM (5 years ago)
Author:
diversesolutions
Message:

Updating to version $dsphpversion

Location:
dsidxpress/trunk
Files:
3 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • dsidxpress/trunk/api-multirequest.php

    r2077505 r2393853  
    3131                    "headers"   => array('Accept-Encoding' => 'identity'),
    3232                    "data"      => json_decode($parameters),
    33                     "type"      => Requests::POST,
    34                     "cookies"   => $_COOKIE
     33                    "type"      => Requests::POST
    3534                );
    3635                $aValidPosts[$i] = $aPost[0];
  • dsidxpress/trunk/api-request.php

    r2374230 r2393853  
    125125                "timeout"       => 180, // we look into anything that takes longer than 2 seconds to return - We had to increase the timeout to support queries with larger amount of data
    126126                "reject_unsafe_urls" => false,
    127                 "cookies" =>  $_COOKIE,
    128127                "blocking"=> $blocking
    129128            ));
  • dsidxpress/trunk/dsidxpress.php

    r2374258 r2393853  
    77Author: Diverse Solutions
    88Author URI: http://www.diversesolutions.com/
    9 Version: 3.10.1
     9Version: 3.10.2
    1010*/
    1111
  • dsidxpress/trunk/dsidxwidgets/api-request.php

    r1994332 r2393853  
    7575            "headers"       => $headers,
    7676            "timeout"       => 180, // we look into anything that takes longer than 2 seconds to return - We had to increase the timeout to support queries with larger amount of data
    77             "reject_unsafe_urls" => false,
    78       "cookies" =>  $_COOKIE
     77            "reject_unsafe_urls" => false
    7978        ));
    8079        if (empty($response["errors"]) && substr($response["response"]["code"], 0, 1) != "5") {
  • dsidxpress/trunk/locations.php

    r2273542 r2393853  
    1717            "httpversion"   => "1.1",
    1818            "redirection"   => "0",
    19             "reject_unsafe_urls" => false,
    20             "cookies" =>  $_COOKIE
     19            "reject_unsafe_urls" => false
    2120        ));
    2221        $locations = json_decode($apiHttpResponse["body"]);
  • dsidxpress/trunk/readme.txt

    r2374258 r2393853  
    44Requires at least: 3.3.0
    55Tested up to: 5.5
    6 Stable tag: 3.10.1
     6Stable tag: 3.10.2
    77Requires PHP: 5.4.0
    88
     
    103103
    104104== Changelog ==
     105
     106= 3.10.2 =
     107* Security Update
    105108
    106109= 3.10.0 =
Note: See TracChangeset for help on using the changeset viewer.