Skip to content

Releases: dg/twitter-php

Released version 3.7

15 Mar 10:09
@dg dg
Compare
Choose a tag to compare

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

15 Aug 16:57
@dg dg
Compare
Choose a tag to compare
  • added loadUserFollowersList() and sendDirectMessage()
  • Twitter::send() allows to upload multiple images
  • changed http:// to https://

Released version 3.5

30 Dec 20:42
@dg dg
Compare
Choose a tag to compare
  • allows to send message starting with @ and upload file at the same time in PHP >= 5.5

Released version 3.4

05 Nov 00:35
@dg dg
Compare
Choose a tag to compare
  • cache expiration can be specified as string (ie '30 minutes')
  • fixed some bugs

Released version 3.3

10 Mar 18:15
@dg dg
Compare
Choose a tag to compare
  • Twitter::send($status, $image) can upload image
  • added Twitter::follow()

Released version 3.2

17 Jan 14:18
@dg dg
Compare
Choose a tag to compare
  • Twitter API uses SSL OAuth
  • Twitter::clickable() supports media
  • added Twitter::loadUserInfoById() and loadUserFollowers()
  • fixed Twitter::destroy()

Released version 3.1

17 Jan 14:19
@dg dg
Compare
Choose a tag to compare
  • 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

17 Jan 14:21
@dg dg
Compare
Choose a tag to compare
  • 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 http://is.gd
  • changed order of Twitter::request() arguments to $resource, $method, $data

Released version 2.0

17 Jan 14:21
@dg dg
Compare
Choose a tag to compare
  • added support for OAuth authentication protocol
  • added Twitter::clickable() which makes links, @usernames and #hashtags clickable
  • installable via composer require dg/twitter-php