We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04c331 commit ae18416Copy full SHA for ae18416
2 files changed
readme.md
@@ -97,6 +97,10 @@ returns the array of most recent tweets authored by the authenticating user:
97
98
Changelog
99
---------
100
+v3.4 (11/2014)
101
+- cache expiration can be specified as string
102
+- fixed some bugs
103
+
104
v3.3 (3/2014)
105
- Twitter::send($status, $image) can upload image
106
- added Twitter::follow()
src/twitter.class.php
@@ -11,7 +11,7 @@
11
* @license New BSD License
12
* @link http://phpfashion.com/twitter-for-php
13
* @see https://dev.twitter.com/rest/public
14
- * @version 3.3
+ * @version 3.4
15
*/
16
class Twitter
17
{
0 commit comments