Releases: Art-of-WiFi/UniFi-API-browser
Releases · Art-of-WiFi/UniFi-API-browser
UniFi API browser 2.0.12
- updated custom menu example in README
- added support for firewall rules, based on PR #81 contributed by @chrishas35
UniFi API browser 2.0.11
- fixed semantic versioning number check for the About modal
- removed attributes from collections configuration since we won't be using them
- fixed alarm count collections
- updated README to confirm PHP 7.4 support
- various Bootstrap 4 CSS improvements
- updated PHP API client class to v1.1.57
- updated all external CSS and JS resources to their latest versions
- updated all external PHP libraries to their latest versions
UniFi API browser 2.0.10
- executed composer update to update packages
- upgraded PHP API client to version 1.1.54
- added menu options for new list_routing() and list_firmware() methods/functions
UniFi API browser 2.0.9
- executed composer update to update packages
- upgraded PHP API client to version 1.1.52
- minor changes
- added max. tx/rx-rates attributes to fetch for the gateway stats
UniFi API browser 2.0.8
- included PHP API client version 1.1.49
- minor changes
UniFi API browser 2.0.7
- added support for UniFi OS-based controllers
- included the version 1.1.47 of the PHP API client class
UniFi API browser 2.0.6
- updated README file
- changed error message element from card to alert
- fixed typos
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)