Releases: SachinAgarwal1337/google-places-api
Releases · SachinAgarwal1337/google-places-api
Support for Laravel 6
Support for Laravel 6
Added Support for Custom Headers
Custom Headers
withHeaders(array $headers)
Call This method before any other methods to set the headers. You can chain this method.
new PlacesApi($key = null, $verifySSL = true, array $headers = [])
To have custom headers set for every call, you can pass 3rd parameter as the headers to class constructor.
Note: For Laravel Users, you can set this in config file with key headers
See Commit: a50983a
Added findPlace and removed Deprecated methods.
- Added findPlace API
- Removed radarSearch as it was deprecated and now removed from google apis
- Removed addPlace as it was deprecated and now removed from google apis
- Removed deletePlace as it was deprecated and now removed from google apis
Bug Fix
Added Place Photo Support
1.2.0 Added Place Photo Support
Laravel Auto Discovery | Disable SSL Verification
1.1.3 Merge branch 'develop'
Optimized Error Handling
merged #33
Minor Changes and Optimizations
API will not throw an error when there is a ZERO_RESULT
response from google api.
Added "Add Place" feature
Merge pull request #25 from SachinAgarwal1337/develop Develop
Fixed minor bugs
Fixed issue #8