Releases: Art-of-WiFi/UniFi-API-browser
UniFi API browser 2.0.5
- fixed error when using the PHP reset function
- minor improvements to the logic that determines which parameters to include in the query for specific routes/methods
- executed composer update
UniFi API browser 2.0.4
- added PHP version check
- corrected bug when displaying the error page upon startup
- clear active collection group after switching controllers
- added example custom sub menu
UniFi API browser 2.0.3
switched to Twig 1.X to support PHP versions lower than 7.X (down to PHP 5.6.32 has been confirmed to work)
UniFi API browser 2.0.2
code update to support PHP versions lower than 7.X (down to PHP 5.6.32 has been confirmed to work)
UniFi API browser 2.0.1
removed the alpha tag from version and bumped to 2.0.1
UniFi API browser 2.0.0
major overhaul to support Bootstrap 4
switched to using AJAX for data transfer between server and browser
implemented Twig-based templating to separate code from views
added user authentication
many more features...
API browser tool version 1.0.36
added support for list_all_admins()
added function/method used to output header
cleaned up the indentation across all of index.html
updated API client class to 1.1.40
API browser version 1.0.35
code cleanup based on analysis by Scrutinizer
included PHP API client class v1.1.38
minor UX tweaks applied to alerts and the login form
API browser version 1.0.34
merged pull-request #58 by @sprocktech which provides an optional login form
made theme switch dynamic without requiring a page reload (may be slow though when viewing large collections)
API browser version 1.0.33
included API client class version 1.1.36
changed layout of the dropdowns
changed position of the "reset PHP session" tooltip
added support for new stat_ips_events() method, only supported with controllers 5.9.10 and higher
capitalized string "json" where applicable