Skip to content

Commit

Permalink
released version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 17, 2014
1 parent b0d46e0 commit 5ca5b8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ returns the array of most recent tweets authored by the authenticating user:

Changelog
---------
v3.2 (1/2014)
- Twitter API uses SSL OAuth
- Twitter::clickable() supports media
- added Twitter::loadUserInfoById() and loadUserFollowers()
- fixed Twitter::destroy()

v3.1 (3/2013)
- Twitter::load() - added third argument $data
- Twitter::clickable() uses entities; pass as parameter status object, not just text
Expand Down
2 changes: 1 addition & 1 deletion src/twitter.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @license New BSD License
* @link http://phpfashion.com/
* @see http://dev.twitter.com/doc
* @version 3.0
* @version 3.2
*/
class Twitter
{
Expand Down

0 comments on commit 5ca5b8c

Please sign in to comment.