Combu 3.0.15 has been released, it features few bug fixes and a new method to get the relationship between a user and the authenticated one.
Release notes
Unity
- Fixed bug in CombuUtils.IsHigherVersion not correctly returning the correct result
- Added method User.GetContact to get the contact information of a user related to localUser (request pending, friend, ignored)
Server
- Fixed bug in total results count from queries with GROUP BY clause (Combu\DataClass)
- Registration and username change is now denied if the username starts with the text set for GUEST_PREFIX in config.php
- Added new API action contacts/check to get the contact information of a user related to localUser
- Web: Users who haven’t still activated their account (if REGISTER_EMAIL_ACTIVATION is TRUE) are now evident in Client Users
- Web: Fixed minor issues in Tools > Prune where Select/Deselect All were not working
Documentation has been improved with new additions and details (http://skaredcreations.com/api/combu/v3/).