Released Combu 3.2.0

Combu 3.2.0 has been published on this website in your Downloads section and has been sent to Asset Store for the review process. This update will not be available through the server auto-updater (because there’s now a new Updater package to do this from now on).

 

Unity

  • Added new method User.ResendActivationCode to resend the activation code by email to an account
  • Added new optional parameter requestUpdateFromServer (default: true) to method User.Update to not request the newest profile data from server after saving (better performance in saving network-traffic/response-decrypting but you’ll have to handle yourself the reload of data from server when you need)
  • Added new optional parameter requestReplaceCustomData (default: false) to method User.Update to replace all the user’s global custom data with the values currently sent from client, instead of overwriting only what is sent
  • Added new optional parameter requestReplaceAppCustomData (default: false) to method User.Update to replace all the user’s app custom data with the values currently sent from client, instead of overwriting only what is sent
  • The enum UserFile.eShareType has been moved into CombuEnums.cs and now belongs to Combu namespace
  • Added pre-processor statement to use UnityWebRequest instead of WWW for Unity 2017 or higher
  • Added new property useExperimentalThreaded in CombuManager class to run the server response decryption on another thread than the main

 

Server

  • Created own package for server Updater with its own classes and methods for easier management and smarter updates
  • Added new action ‘resend_activation’ to webservice users.php to resend the activation code by email to an account
  • Admin Web: Added class ‘page-<filename>’ to the main <DIV> container of admin’s common header to allow more control in custom CSS
  • Admin Web: Fixed some HTML issues and a bug in the Client Users detail page causing weird results in the File subsection when a file contained custom data
  • Admin Web: Created new section User Groups to manage the groups created by users, with possibility to create new one, manage members and owner
  • Admin Web: Added new tab Groups in the Client User details page with possibility to manage group subscriptions

 

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.