Skip to content

Releases: abraham/twitteroauth

3.0.0

18 Jul 23:26
7229769
Compare
Choose a tag to compare
  • Support API v2
$connection = new TwitterOAuth(...);
$connection->setApiVersion('2');
$response = $connection->get('users', ['ids' => 12]);

2.0.2

12 Jun 14:41
5a424e8
Compare
Choose a tag to compare
  • Update ca-bundle

2.0.1

02 Dec 01:38
af6d0ba
Compare
Choose a tag to compare
  • Drop support for PHP 7.2

2.0.0

02 Dec 01:29
96f49e6
Compare
Choose a tag to compare
  • Support PHP 8

1.2.0

22 Sep 14:29
Compare
Choose a tag to compare
  • Use composer/ca-bundle

1.0.1

20 Jan 17:58
Compare
Choose a tag to compare
  • Update cacert.pem

1.0.0

20 Jan 17:29
Compare
Choose a tag to compare

1.x is the last version to support PHP versions < 7.2. 1.x will get critical security and bug fixes while feature development will go toward a future 2.x release.

0.9.2

04 Jul 01:45
Compare
Choose a tag to compare
  • Coerce boolean to 'boolean'

0.9.1

03 Jul 16:53
6496d7f
Compare
Choose a tag to compare
  • Update cacert.pem

0.9.0

03 Jul 17:00
01026d2
Compare
Choose a tag to compare
  • Support JSON data for POST requests
  • Add linting to CI
  • Test on PHP 7.2 and nightly
  • Added method to check media status
  • Throw an exception if file doesn't exist during media upload
  • Add option to auto-retry requests that get 5XX errors