Skip to content

Commit

Permalink
released version 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 10, 2014
1 parent b924eee commit 9836ec2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions readme.md
Expand Up @@ -95,6 +95,10 @@ returns the array of most recent tweets authored by the authenticating user:

Changelog
---------
v3.3 (3/2014)
- Twitter::send($status, $image) can upload image
- added Twitter::follow()

v3.2 (1/2014)
- Twitter API uses SSL OAuth
- Twitter::clickable() supports media
Expand Down
2 changes: 1 addition & 1 deletion src/twitter.class.php
Expand Up @@ -11,7 +11,7 @@
* @license New BSD License
* @link http://phpfashion.com/
* @see http://dev.twitter.com/doc
* @version 3.2
* @version 3.3
*/
class Twitter
{
Expand Down

0 comments on commit 9836ec2

Please sign in to comment.