Releases: dg/twitter-php
Releases · dg/twitter-php
Released version 3.7
Please make a donation at https://nette.org/make-donation?to=twitter-php
- minimal required PHP version changed to 5.4
- Twitter::send() added $options
- Twitter::clickable() now works only with statuses and entites
- fixed coding style
Released version 3.6
- added loadUserFollowersList() and sendDirectMessage()
- Twitter::send() allows to upload multiple images
- changed https:// to https://
Released version 3.5
- allows to send message starting with @ and upload file at the same time in PHP >= 5.5
Released version 3.4
- cache expiration can be specified as string (ie
'30 minutes'
) - fixed some bugs
Released version 3.3
Twitter::send($status, $image)
can upload image- added
Twitter::follow()
Released version 3.2
- Twitter API uses SSL OAuth
- Twitter::clickable() supports media
- added Twitter::loadUserInfoById() and loadUserFollowers()
- fixed Twitter::destroy()
Released version 3.1
- Twitter::load() - added third argument $data
- Twitter::clickable() uses entities; pass as parameter status object, not just text
- added Twitter::$httpOptions for custom cURL configuration
Released version 3.0
- updated to Twitter API 1.1. Some stuff deprecated by Twitter was removed:
- removed RSS, ATOM and XML support
- removed Twitter::ALL
- Twitter::load() - removed third argument $page
- Twitter::search() requires authentication and returns different structure
- removed shortening URL using https://is.gd
- changed order of Twitter::request() arguments to $resource, $method, $data
Released version 2.0
- added support for OAuth authentication protocol
- added Twitter::clickable() which makes links, @usernames and #hashtags clickable
- installable via
composer require dg/twitter-php