Skip to content

Commit

Permalink
released version 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Mar 15, 2018
1 parent 2a08166 commit d8bb9f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ $statuses = $twitter->request('statuses/retweets_of_me', 'GET', ['count' => 20])

Changelog
---------
v3.7 (3/2018)
- minimal required PHP version changed to 5.4
- Twitter::send() added $options
- Twitter::clickable() now works only with statuses and entites
- fixed coding style

v3.6 (8/2016)
- added loadUserFollowersList() and sendDirectMessage()
- Twitter::send() allows to upload multiple images
Expand Down
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.6
* Version: 3.7
*/


Expand Down

0 comments on commit d8bb9f2

Please sign in to comment.