Combu 1.5.3 has been released and it’s already available both on this website and on Unity Asset Store. It features the following bug-fixes and implementations.
Server
- Fixed SQL statement filters in CB_UserFilesActivity::Load, CB_Mail::Load, CB_Mail::LoadUnread, CB_UserGroupAccount::Load
- Logged users cannot send more than one Like to a UserFile
- Web admin console: you can now see and change Email in Player Info
Unity
- Fixed date/time conversion of CBNews.date from JSON
Database
- Added the field Views (INT, NOT NULL) into the table CB_UserFilesActivity
Execute the following SQL statement to add the field in your installation:
ALTER TABLE `CB_UserFilesActivity` ADD COLUMN `Views` INT NOT NULL;