- increased minimum required PHP version to 5.5.0
- minor syntax improvement based on Scrutinizer feedback
- added create_dynamicdns() and set_dynamicdns() methods, "borrowed" routes from smos
- added set_element_adoption() method, contributed by VWT-Dan
- made a start at changing the function/method comments to PHPDoc format (PSR-5) which will support auto-generated class documentation (https://github.com/php-fig/fig-standards/blob/master/proposed/phpdoc.md#5-the-phpdoc-format)
- added check to throw an error when the $baseurl ends with a / character, thanks to infraweavers for submitting 66
- fixed issue with logout() on UDM PROs, thanks go to Olivier6767 for providing access to a UDM PRO, addresses 63
- applied several code styling improvements