The 2.x branch adds the ability for individual users on the site to set up their own MyFantasyLeague league.
There is also still the global league.
Both types of leagues have permissions, so the admin can determine who has permissions to edit a user league or global league.
This release has a heap of resolved issues, and also the API has been cleaned up. We not comply completely with the DrupalReliableQueueInterface which will allow it to work under PHP 5.3 without any issues.
Also the Pheanstalk object has been completely exposed so that you can actually call any Pheanstalk method and it will work. Most internal processing has now been changed to use this instead of being restricted by the DrupalQueueInterface.
Lastly this version has been brought completely inline with the Drupal 7.x version.