- minor changes based on feedback by Scrutinizer - removed use of CURLOPT_NOBODY in login() method - switched to using cURL's default HTTP version
1.1.75
- updated docblocks to be less USG-specific - removed content-length header from the logout method, reported by Olivier6767 - added notes to reflect successful tests with UDR running the latest Pre-Release version of the UniFi controller (version 6.5.52) - added checks in specific cases when using trim() to prevent PHP 8 from throwing an error when the variable is null, submitted by djchen
1.1.74
- minor refactoring - fixed minor typos - updated README to reflect limited visibility when using read-only administrator accounts, reported by KetchupBomb and NickDunas
1.1.73
- minor spacing changes based on Scrutinizer feedback - updated create_wlan() method/function to work with the new way of assigning a VLAN which now requires passing the _id value of the VLAN, reported by BeneReuthlinger - merged 132, README update, contributed by pauloboc - merged 133, adds edit_client_name() method, contributed by pauloboc
1.1.72
- added property $request_timeout to control the cURL option CURLOPT_TIMEOUT, contributed by mreho - added setter and getter for $request_timeout, contributed by mreho - changed default value for the cURL option CURLOPT_HTTP_VERSION to CURL_HTTP_VERSION_1_1: - as of cURL version 7.62.0 the default value is CURL_HTTP_VERSION_2TLS which may cause issues - https://curl.se/libcurl/c/CURLOPT_HTTP_VERSION.html - added property $curl_http_version to hold the value for CURLOPT_HTTP_VERSION - added setter and getter for $curl_http_version - switched to using a constant to hold the class version - updated the README file
1.1.71
- modified `create_radius_account()` method to make Tunnel Type and Medium optional parameters, contributed by mreho - added `advanced_adopt_device()` method for more advanced adoption capabilities, contributed by Sarrus - refactored several code sections - updated connection test script