Skip to content

Latest commit

 

History

History
227 lines (149 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

227 lines (149 loc) · 2.62 KB

Changelog

All Notable changes to yelp-php will be documented in this file

2.2.0 - 2018-12-12

Added

  • Support for reporting Daily Rate Limits from previous successful HTTP requests to Yelp's v3 service.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

2.1.0 - 2018-02-10

Added

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

2.0.0 - 2017-06-26

Added

  • Support for Yelp API v3 (Fusion)

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.4.3 - 2016-03-28

Added

  • Support for additional parameters on getBusiness, enables support for actionLinks

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.4.2 - 2015-11-23

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • OAuth1 subscriber configuration issue. (#9)

Removed

  • Nothing

Security

  • Nothing

1.4.1 - 2015-11-17

Added

  • Improved test suite performance

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.4.0 - 2015-08-27

Added

  • Upgrade guzzle dependency

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.3.0 - 2015-08-14

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Superfluous dependency

Security

  • Nothing

1.2.0 - 2015-05-21

Added

  • Added search by phone number method

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.1.0 - 2015-04-23

Added

  • Added Http response body to Exception

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.0.7 - 2015-04-23

Added

  • Added support to urlencode business ids before fetching business record

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.0.5 - 2015-03-05

Added

  • Switched OAuth1 support from native cURL to Guzzle and its OAuth1 Subscriber plugin

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.0.0 - 2015-01-10

Added

  • Business lookup by ID
  • Search by term and location
  • Set default term
  • Set default location
  • Set search record limit

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing