- Fixed faulty composer.json-file.
- Fixed blocksCreate, blocksDestroy, usersLookup, usersShow, usersSearch to reflect version 1.1 of the API.
- Implemented usersContributees, usersContributors.
- Implemented friendshipsLookup, friendshipsUpdate, friendsList, followersList.
- Implemented blocksIds, blocksList.
- Implemented accountSettings, accountSettingsUpdate, accountRemoveProfileBanner, usersProfileBanner.
- Fixed issue with wrong classname for Exceptions
- Fixed issue with reference to class itself
- Removed/Updated methods to reflect the current Twitter API
- Made the class available through composer
- Made it compliant with PSR
- Code styling
- No more converting to integer for the cursor (thx to Jamaica)
- Fixed issue with generation of basestring
- Added a new method: http://dev.twitter.com/doc/post/:user/:list_id/create_all
- Made a lot of changes to reflect the current API, some of the methods aren't backwards compatible, so be carefull before upgrading
- Tested geo*
- Implemented accountUpdateProfileImage
- Implemented accountUpdateProfileBackgroundImage
- Fixed issue with GET and POST (thx to Luiz Felipe)
- Added a way to detect open_basedir (thx to Lee Kindness)
- Fixed some documentation
- Added a new method: usersProfileImage
- Fixed trendsLocation
- Added new GEO-methods: geoSearch, geoSimilarPlaces, geoPlaceCreate (not tested because geo-services were disabled.)
- Added legalToS
- Added legalPrivacy
- Fixed helpTest
- No more fatal if twitter is over capacity
- Fix for calculating the header-string (thx to Dextro)
- Fix for userListsIdStatuses (thx to Josh)