Changeset 2393853
- Timestamp:
- 10/05/2020 08:08:12 PM (5 years ago)
- Location:
- dsidxpress/trunk
- Files:
-
- 3 deleted
- 6 edited
-
api-multirequest.php (modified) (1 diff)
-
api-request.php (modified) (1 diff)
-
assets/icon-128x128.png (deleted)
-
dsidxpress.php (modified) (1 diff)
-
dsidxwidgets/admin.php (deleted)
-
dsidxwidgets/api-request.php (modified) (1 diff)
-
dsidxwidgets/widget-service-qrcode.php (deleted)
-
locations.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dsidxpress/trunk/api-multirequest.php
r2077505 r2393853 31 31 "headers" => array('Accept-Encoding' => 'identity'), 32 32 "data" => json_decode($parameters), 33 "type" => Requests::POST, 34 "cookies" => $_COOKIE 33 "type" => Requests::POST 35 34 ); 36 35 $aValidPosts[$i] = $aPost[0]; -
dsidxpress/trunk/api-request.php
r2374230 r2393853 125 125 "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 126 126 "reject_unsafe_urls" => false, 127 "cookies" => $_COOKIE,128 127 "blocking"=> $blocking 129 128 )); -
dsidxpress/trunk/dsidxpress.php
r2374258 r2393853 7 7 Author: Diverse Solutions 8 8 Author URI: http://www.diversesolutions.com/ 9 Version: 3.10. 19 Version: 3.10.2 10 10 */ 11 11 -
dsidxpress/trunk/dsidxwidgets/api-request.php
r1994332 r2393853 75 75 "headers" => $headers, 76 76 "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 79 78 )); 80 79 if (empty($response["errors"]) && substr($response["response"]["code"], 0, 1) != "5") { -
dsidxpress/trunk/locations.php
r2273542 r2393853 17 17 "httpversion" => "1.1", 18 18 "redirection" => "0", 19 "reject_unsafe_urls" => false, 20 "cookies" => $_COOKIE 19 "reject_unsafe_urls" => false 21 20 )); 22 21 $locations = json_decode($apiHttpResponse["body"]); -
dsidxpress/trunk/readme.txt
r2374258 r2393853 4 4 Requires at least: 3.3.0 5 5 Tested up to: 5.5 6 Stable tag: 3.10. 16 Stable tag: 3.10.2 7 7 Requires PHP: 5.4.0 8 8 … … 103 103 104 104 == Changelog == 105 106 = 3.10.2 = 107 * Security Update 105 108 106 109 = 3.10.0 =
Note: See TracChangeset
for help on using the changeset viewer.