Skip to content

Releases: Art-of-WiFi/UniFi-API-browser

UniFi API browser 2.0.5

07 Dec 13:05

Choose a tag to compare

  • 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

05 Dec 15:08

Choose a tag to compare

  • 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

31 Oct 10:24

Choose a tag to compare

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

31 Oct 07:44

Choose a tag to compare

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

25 Oct 15:25

Choose a tag to compare

removed the alpha tag from version and bumped to 2.0.1

UniFi API browser 2.0.0

25 Oct 15:08

Choose a tag to compare

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

11 Feb 07:14

Choose a tag to compare

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

14 Dec 11:03

Choose a tag to compare

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

20 Nov 13:13

Choose a tag to compare

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

24 Oct 08:21

Choose a tag to compare

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