» Version | » Information |
---|---|
0.7.0 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.7.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.7.0 Release date: 2016-01-28 15:27 UTC Release state: beta Release uploaded by: gauthierm Changelog: * Added composer support * Improved unit tests * Updated to API 1.1 * Updated favorites API * Updated user_timeline API Dependencies:
|
0.6.3 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.6.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.6.3 Release date: 2010-09-12 18:31 UTC Release state: beta Release uploaded by: shupp Changelog: * Applied patch from steve_twitpic: support for users/lookup, geo/search, and geo/id (fixes #17694) * Updated the search endpoint Dependencies:
|
0.6.2 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.6.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.6.2 Release date: 2010-08-09 06:30 UTC Release state: beta Release uploaded by: shupp Changelog: * Search and routing fixes from nocontents@gmail.com Dependencies:
|
0.6.1 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.6.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.6.1 Release date: 2010-06-05 19:41 UTC Release state: beta Release uploaded by: shupp Changelog: * Fixed #17345. Use internal errors for libxml to surpress warnings Dependencies:
|
0.6.0 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.6.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.6.0 Release date: 2010-06-01 21:36 UTC Release state: beta Release uploaded by: shupp Changelog: * Updated statuses/update method : added lat, long, place_id and display_coordinates parameters (closes feature request #17421) * Added lists and trends support from http://blog.cheki.net/archives/1618 * Added generatePackage.php for easy package.xml management Dependencies:
|
0.5.1 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.5.1 Release date: 2010-03-01 06:27 UTC Release state: beta Release uploaded by: shupp Changelog: * Fixed bug #17075. Wrong test in package * Added mb_string requirement after reported issues Dependencies:
|
0.5.0 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.5.0 Release date: 2010-01-06 21:35 UTC Release state: beta Release uploaded by: izi Changelog: REST API changes: ----------------- + added statuses/home_timeline method, + added statuses/retweeted_by_me method, + added statuses/retweeted_to_me method, + added statuses/retweets_of_me method, + added statuses/retweet method, + added statuses/retweets method, + added report_spam method, * changed old API url (http://twitter.com) to http://api.twitter.com/1, * replaced page by cursor attribute in statuses/friends, statuses/followers, friends/ids and followers/ids, * set auth required to false in account/rate_limit_status, - removed email parameter in account/update_profile method, Search API changes: ------------------- + added locale parameter to search method. Other changes: -------------- * fixed screenname regex, * fixed and improved some tests. Dependencies:
|
0.4.0 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.4.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.4.0 Release date: 2009-09-14 18:00 UTC Release state: beta Release uploaded by: izi Changelog: New Features: ------------- * OAuth support [shupp] * SSL support [izi] Fixes/improvements: ------------------- * Fixed a bug in UTF8 detection [izi] * Fixed some unit tests [izi] * make use of setOption/getOption internally instead of manipulating the options array directly [izi] Dependencies:
|
0.3.0 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.3.0 Release date: 2009-08-26 18:43 UTC Release state: beta Release uploaded by: izi Changelog: This is a major update of Services_Twitter with some backward incompatible changes. Please read this carefully before upgrading. General changes and bug fixes: ------------------------------ * moved code to svn.php.net (fixes bug #16534) [izi] * removed endpoints code (hard to maintain) in favor of a xml definition file and generic methods (fixes #15472) [izi] * better validation of parameters [izi] * switch to JSON format as default (XML is still available) [izi] * switch to HTTP_Request2 (fixes bug #15072) [izi] * make the test suite runnable locally with mock HTTP responses (fixes bug #15084 #15085), coverage is now 100% [izi] * updated dependencies in package.xml (fixes bug #16522) [izi] * automagically convert all strings to unicode before sending them to twitter [izi] Search API changes: ------------------- + added trends/current method [izi] + added trends/daily method [izi] + added trends/weekly method [izi] REST API changes: ----------------- * statuses/friends_timeline: removed "since" parameter (no longer supported) and added "max_id" parameter [izi] * statuses/user_timeline: removed "since" parameter (no longer supported) and added "user_id" and "screen_name" parameters [izi] + added statuses/mentions method (fixes bug #16475) [izi] - removed statuses/replies (no longer supported) [izi] * statuses/friends: removed "since" parameter (no longer supported) and added "user_id" and "screen_name" parameters [izi] * statuses/followers: added "user_id" and "screen_name" parameters [izi] * direct_messages: removed "since" parameter (no longer supported) and added "max_id" and "count" parameters [izi] * direct_messages/sent: removed "since" parameter (no longer supported) and added "max_id" and "count" parameters [izi] * direct_messages/new: added "user_id" and "screen_name" parameters [izi] * friendships/create: added "user_id" and "screen_name" parameters [izi] * friendships/destroy: added "user_id" and "screen_name" parameters [izi] * users/show: removed "email" parameter, no longer supported by the API [izi] + added friendships/show method [izi] + added "Social Graph methods": friends/ids and followers/ids [izi] * notifications/follow: added "user_id" and "screen_name" parameters [izi] * notifications/leave: added "user_id" and "screen_name" parameters [izi] + added account/update_profile_colors [izi] + added account/update_delivery_device [izi] + added account/update_profile_image [izi] + added account/update_profile_background_image [izi] + added account/update_profile [izi] + added blocks/exists [izi] + added blocks/blocking [izi] + added saved_searches [izi] + added saved_searches/show [izi] + added saved_searches/create [izi] + added saved_searches/destroy [izi] - removed help/downtime_schedule (no longer supported) [izi] *** IMPORTANT: BACKWARD INCOMPATIBLE CHANGES *** - $twitter->search->query() has been replaced by $twitter->search() (you can also write $twitter->search->search()) - the twitter API has changed, so some methods have been updated, removed or added (see above), you'll have probably to update your code - there are maybe some others incompatible changes, but it will be trivial to update your code Dependencies:
|
0.2.1 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.2.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.2.1 Release date: 2009-05-03 21:54 UTC Release state: beta Release uploaded by: jstump Changelog: * Allow $params to be passed to Services_Twitter_Search::query() (jstump) Dependencies:
|
0.2.0 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.2.0 Release date: 2008-11-01 17:10 UTC Release state: beta Release uploaded by: jstump Changelog: * Fixed a bug in the Services_Twitter_Account::end_session() method (jstump) * Fixed a singleton problem that only allowed a single instance to ever run (#14840, izi) * Added ability to specify an in_reply_to_status_id when sending an update (#14714, jstump) * Added ability to specify a source using setOption('source', $source) that is sent with all requests (#14715, jstump) * Added ability to retrieve someone else's followers (#14936, davidc) * Added Services_Twitter_Account::update_location() method (jstump) * Added Services_Twitter_Account::update_delivery_device() method (jstump) * Added Services_Twitter_Search::trends() method (jstump) * Added Services_Twitter_Search::query() method (jstump) Dependencies:
|
0.1.0 |
Easy InstallNot sure? Get more info. pear install Services_Twitter-0.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/Services_Twitter-0.1.0 Release date: 2008-07-26 17:58 UTC Release state: beta Release uploaded by: jstump Changelog: * Initial public release. Dependencies:
|