Skip to content

Commit

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

Changelog
---------
v3.4 (11/2014)
- cache expiration can be specified as string
- fixed some bugs

v3.3 (3/2014)
- Twitter::send($status, $image) can upload image
- added Twitter::follow()
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/twitter-for-php
* @see https://dev.twitter.com/rest/public
* @version 3.3
* @version 3.4
*/
class Twitter
{
Expand Down

0 comments on commit ae18416

Please sign in to comment.