|
| 1 | +codebird-php - changelog |
| 2 | +======================== |
| 3 | + |
| 4 | +2.3.0 (2013-03-19) |
| 5 | ++ Update README with info about how to get details of the current user |
| 6 | ++ Clarify that the consumer secret and access token secret are not the same |
| 7 | ++ Readme: Clarify authentication tokens |
| 8 | ++ Add README section about rate-limiting |
| 9 | ++ Add README section about cursored results |
| 10 | ++ Add OAuth2 application-only auth |
| 11 | +- Drop support for statuses/public_timeline |
| 12 | +- Drop support for v1 API |
| 13 | ++ add statuses/sample, friendships/no_retweets/ids methods |
| 14 | ++ Add Changelog |
| 15 | + |
| 16 | +2.2.3 (2012-12-03) |
| 17 | ++ Fix wrong assignment operator in _detectMethod for multi HTTP method endpoints |
| 18 | ++ Add documentation about $params in _detectMethod |
| 19 | ++ Add new methods now available in 1.1 |
| 20 | ++ Add friends/list, followers/list API methods |
| 21 | + |
| 22 | +2.2.2 (2012-10-17) |
| 23 | ++ Add profile banner methods |
| 24 | ++ Drop separate media upload method as noted at https://dev.twitter.com/docs/api/1.1/post/statuses/update_with_media |
| 25 | ++ Fix wrong Exception |
| 26 | ++ add support for old endpoints |
| 27 | ++ Update endpoints to 1.1 endpoints |
| 28 | + |
| 29 | +2.2.1 (2012-09-17) |
| 30 | ++ Update to Twitter API 1.1 |
| 31 | + |
| 32 | +2.2.0 (2012-07-08) |
| 33 | ++ Add support for users/profile_image/:screen_name |
| 34 | +- drop support for string return format |
| 35 | + |
| 36 | +2.1 (2012-07-07) |
| 37 | ++ Add documentation in readme |
| 38 | ++ make OAuth consumer key and secret static |
| 39 | ++ Highlight the 'uploading files to Twitter' docs |
| 40 | ++ Return HTTP status with array return_format |
| 41 | + |
| 42 | +2.0 (2012-07-06) |
| 43 | ++ Complete rewrite. Now supports media uploads. |
| 44 | ++ Support API methods with templated variables (like statuses/show/:id) |
| 45 | ++ Add documentation |
| 46 | + |
| 47 | +1.2 (2012-07-04) |
| 48 | ++ Apply PEAR coding standards |
| 49 | ++ Use self instead of class name |
| 50 | + |
| 51 | +1.1 (2011-07-08) |
| 52 | ++ Fixed: Removed ; sign. |
| 53 | ++ Added: Detect parameter-less messages (such as, error messages). |
| 54 | ++ Changed: Oauth_Authorize should return the URL instead of redirecting there. |
| 55 | ++ Added: Ability to provide parameters to oauth/request_token. |
| 56 | ++ Changed: Use api.twitter.com as OAuth hostname. |
| 57 | ++ Added: Allow oauth/access_token to have parameters. |
| 58 | ++ Changed: Don't rely on intval() for the large tweet id's that Snowflake is generating nowadays. |
| 59 | ++ Fixed: Decode empty JSON arrays [] properly. |
0 commit comments