Combu 2.1.1 has been released with an important bug fix and great improvements, let’s see the release notes:
Server
- Fixed bug in saving account customData
- Web service groups/list has been improved to allow loading of all public groups
- Class AddonModule has new method NotifyUserLogout to notify all add-ons when the user logged off
- Added new class (and database table) CB_Session to store the login sessions of players
Unity
- Added new properties to UserGroup class: “idOwner”, “owner”, “customData”
- Added new overload to load all groups: UserGroup.Load(pageNumber, limit, callback)
- Added new methods UserGroup.LoadMembership to load the groups where the user is member
- UserGroup.Load retrieves only the group owner by the user
- You can now login the same account from different sources*
Database**
- Added new table CB_Session
* With the new CB_Session class/table you can now login your players from different platforms at the same time, for example you can login on both iOS and Android and Windows Phone without waiting to logout from one of the other like it was before!
** Execute the file combu_db_upgrade_from_2_1_0.sql if you are upgrading from version 2.1.0 or older.