From 8c3ba6862ac7a300d3836aabfd4688b4d63049f0 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Tue, 30 Dec 2014 21:38:26 +0100 Subject: [PATCH] released version 3.5 --- readme.md | 3 +++ src/Twitter.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9c68581..12cd495 100644 --- a/readme.md +++ b/readme.md @@ -97,6 +97,9 @@ returns the array of most recent tweets authored by the authenticating user: Changelog --------- +v3.5 (12/2014) +- allows to send message starting with @ and upload file at the same time in PHP >= 5.5 + v3.4 (11/2014) - cache expiration can be specified as string - fixed some bugs diff --git a/src/Twitter.php b/src/Twitter.php index 3576a88..81fb4a6 100644 --- a/src/Twitter.php +++ b/src/Twitter.php @@ -8,7 +8,7 @@ * * Homepage: http://phpfashion.com/twitter-for-php * Twitter API: https://dev.twitter.com/rest/public - * Version: 3.4 + * Version: 3.5 */