Releases: Art-of-WiFi/UniFi-API-browser
Releases · Art-of-WiFi/UniFi-API-browser
UniFi API browser 2.0.33
- fixed handling of results from API v2, bug was introduced with version 2.0.32
UniFi API browser 2.0.32
- applied fix to handle the more strict behaviour of
property_exists()
function in PHP >=8.0 when accidentally passing an array instead of an object - composer update; upgraded UniFi Controller API client class to 1.1.101
UniFi API browser 2.0.31
- incorporated the suggestions from PR #115 to update Twig
- other minor changes
UniFi API browser 2.0.30
- updated PHP API client class to 1.1.99
- added support for the new
get_system_log()
method provided by the latest PHP API client class
UniFi API browser 2.0.29
- composer update
- upgraded PHP API client version to 1.1.95
- bumped version to 2.0.29
UniFi API browser 2.0.28
- minor code cleanup
- upgraded twig/twig to 2.16.1 based on this report by Dependabot: https://github.com/Art-of-WiFi/UniFi-API-browser/security/dependabot/2
- upgraded several other 3rd party packages
- upgraded the PHP API client to 1.1.94
UniFi API browser 2.0.26
- updated PHP API client to 1.1.82
- now supports UniFi OS-based controllers version 3.2.7 and higher
- updated several CSS and JavaScript libraries to their latest versions
UniFi API browser 2.0.25
minor code styling changes
updated 2021 to 2023
changed function to fetch API client version
updated dependencies through composer
UniFi API browser 2.0.24
- fixed PR #100
- updated other dependencies through composer update
- bumped version to 2.0.24
UniFi API browser 2.0.23
- updated PHP API client to 1.1.76
- fixed an accidental global string replace action...