Skip to content

Commit ae18416

Browse files
committed
released version 3.4
1 parent c04c331 commit ae18416

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ returns the array of most recent tweets authored by the authenticating user:
9797

9898
Changelog
9999
---------
100+
v3.4 (11/2014)
101+
- cache expiration can be specified as string
102+
- fixed some bugs
103+
100104
v3.3 (3/2014)
101105
- Twitter::send($status, $image) can upload image
102106
- added Twitter::follow()

src/twitter.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @license New BSD License
1212
* @link http://phpfashion.com/twitter-for-php
1313
* @see https://dev.twitter.com/rest/public
14-
* @version 3.3
14+
* @version 3.4
1515
*/
1616
class Twitter
1717
{

0 commit comments

Comments
 (0)