Skip to content

Commit

Permalink
released version 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Aug 15, 2016
1 parent 1ff8e76 commit dd872ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ returns the array of most recent tweets authored by the authenticating user:

Changelog
---------
v3.6 (8/2016)
- added loadUserFollowersList() and sendDirectMessage()
- Twitter::send() allows to upload multiple images
- changed http:// to https://

v3.5 (12/2014)
- allows to send message starting with @ and upload file at the same time in PHP >= 5.5

Expand Down Expand Up @@ -138,4 +143,4 @@ v1.0 (7/2008)


-----
(c) David Grudl, 2008, 2014 (https://davidgrudl.com)
(c) David Grudl, 2008, 2016 (https://davidgrudl.com)
2 changes: 1 addition & 1 deletion src/Twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* Homepage: https://phpfashion.com/twitter-for-php
* Twitter API: https://dev.twitter.com/rest/public
* Version: 3.5
* Version: 3.6
*/


Expand Down

0 comments on commit dd872ad

Please sign in to comment.