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 */