Skip to content

Releases: stevenmaguire/uber-php

1.6.0

24 Aug 02:49
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.5.1

03 Aug 17:00
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Updated incorrect verb used for updating existing entities.

Removed

  • Nothing

Security

  • Nothing

1.5.0

22 Nov 02:02
Compare
Choose a tag to compare

Added

  • Update rate limit parser to fail gracefully when no headers returned, as is expected in Uber API v1.2
  • Update default api version to v1.2
  • Add profile patch support
  • Add payment methods list support
  • Add place detail support
  • Add update place support
  • Add current ride request detail support
  • Add update current ride request support
  • Update sandbox method names to include intent
  • Add update specific request support
  • Add create reminder support
  • Add fetch reminder support
  • Add update reminder support
  • Add cancel reminder support
  • Add raised exception when invoking sandbox methods on non-sandbox client

Deprecated

  • Removed setProduct method, replaced with setSandboxProduct

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.4.0

08 Jul 13:52
Compare
Choose a tag to compare

Added

  • Ride estimate API support
  • Ride receipt API support

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.3.1

06 Jul 19:52
Compare
Choose a tag to compare

Added

  • Corrected namespace for Guzzle 6 upgrade

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.3.0

03 Jul 14:23
Compare
Choose a tag to compare

Added

  • Upgraded Guzzle package to version 6
  • Bumped minimum PHP version from 5.4 to 5.5

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.2.0

28 May 16:05
Compare
Choose a tag to compare

Added

  • Added support for Sandbox PUT methods

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.1.0

21 May 18:17
Compare
Choose a tag to compare

Added

  • Improved handling of HTTP Errors from Uber API
  • Added ability to get HTTP Error response body from exception; helpful in "surge confirmation" flow.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

First

24 Mar 04:28
Compare
Choose a tag to compare
1.0.0

init