Skip to content

Releases: Shade-/MyFacebook-Connect

MyFacebook Connect 2.0

08 Jan 13:29
Compare
Choose a tag to compare
  • 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
  • Enhanced the email matching functionality
  • Many queries have been eliminated, using already available data where possible
  • Facebook API updated to the latest version (3.2.3)
  • Addressed an issue ob_flush()ing before starting the session in Facebook API as content might be outputted before, leading to annoying PHP warnings (thanks Amplified)
  • 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 posting functionality fired both when an user registers and/or links his account to Facebook
  • Dropped "request posting permissions" option due to the new feature explained above (btw, permissions are asked if that option is set to on)
  • Added a simple Admin CP module with a basic file check (to know if files are uploaded correctly, mostly used to debug and help if something's wrong)
  • Kicked in full sex syncing support with localizable language strings
  • 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

MyFacebook Connect 1.2

21 Dec 14:05
Compare
Choose a tag to compare
  • Finally fixed the sex syncing problems (added localizable language strings)

MyFacebook Connect 1.1.1

27 Oct 12:49
Compare
Choose a tag to compare
  • When an already registered user wants to link his Facebook account to his MyBB one, he's inserted in the usergroup chosen in the ACP, if any is provided. The additionalgroup column is used.
  • Fixed a rare SQL error thrown when there weren't any sync option enabled in the ACP (thanks CptChaosNL)
  • Cached a template I've forgot to cache in 1.1
  • Minor improvements in the code

MyFacebook Connect 1.1

14 Aug 20:52
Compare
Choose a tag to compare

This is the first major update in the 1.x serie of MyFacebook Connect. Performances have been improved together with lots of bugfixes and some new features. This release includes:

  • Added an option to the ACP to have control over avatar and cover syncing
  • Added the ability to unlink your account from your Facebook's one clicking a button in your UCP
  • Fixed the "session already started" PHP warning which would cause to generate a warning in your error.log file whenever an user would login or register
  • Fixed a bug when linking the account from the UCP if verified only option is set to on
  • Dropped Italian language in the core, English becomes the only officially supported language
  • Fixed other minor bugs
  • Small code improvements