- added a 6th parameter to the constructor to enable SSL cert verification, recommended for production environments - added examples/change_wlan_password.php to demonstrate WLAN password/PSK change - updated main README accordingly
1.1.15
- more relaxed handling of $site in set_site(), now we only issue an error message when provided (short) site name is probably incorrect and debug mode is true - added test_connection.php, a command line script which can be used to quickly test the connection to your controller with various cURL options which you can quickly change
1.1.14
- IMPORTANT CHANGE: renamed all functions/methods named add_*() to create_*() - improved data validation - modified several existing methods/functions to leverage REST endpoints - added create_network() method/function - added set_networksettings_base() method/function - added delete_network() method/function - added list_radius_profiles() method/function - added create_radius_account() method/function - added set_radius_account_base() method/function - added delete_radius_account() method/function
1.1.13
various improvements and additions: - changed all public properties to private properties - added getter/setter for site property - modified the constructor to be more robust - added check for the existence of the curl module - added method/function set_wlansettings_base() which uses REST and is now leveraged by several other methods/functions - added method/function set_wlan_mac_filter()