Skip to content

MyTwitter Connect 2.0

Compare
Choose a tag to compare
@Shade- Shade- released this 16 Jan 22:55
· 24 commits to master since this release
  • First major update
  • Rewritten the entire code with an Object Oriented approach, less space, more speed
  • Optimized many parts of both login and registration processes
  • Many queries have been eliminated, using already available data where possible
  • Joining or leaving a usergroup has become simpler, more secure and more complete than before, with additional usergroups support: the engine will check for the existing usergroup and additional groups to know how and if joining/leaving the specified usergroup is safe or not, also recovering eventually corrupted/malformed strings in such fields
  • Introduced a tweeting functionality fired both when an user registers and/or links his account to Twitter
  • Settings regarding Usergroup and Custom Profile Fields can now be changed without manually checking for their IDs. Selectboxes replace the previous textfields
  • Settings language strings have been changed and are now displayed live as you modify them, exploiting MyBB's core behavior. Before you had to manually update the setting to change their description, now you need just to edit the language strings
  • Other improvements in the code