Releases: cedwardsmedia/everyonephp
Version 1.0.2
Security Update
This release includes two security fixes.
- Starting with v1.0.2, all queries to EveryoneAPI are made via HTTPS.
- Starting with v1.0.2, all queries pass the Account SID and Account Token using HTTP Basic Authentication rather than through the URL.
To ensure the security of your EveryoneAPI account and the confidentiality your queries, it is highly recommended that you update your software to require EveryonePHP v1.0.2 moving forward.
Version 1.0.1
Version 1.0.1 includes two minor improvements:
- Added CURLE_COULDNT_RESOLVE_HOST error response
- Added CURLE_COULDNT_RESOLVE_PROXY error response
These responses were added to allow for easier troubleshooting and debugging and to promote a cleaner response from the library instead of redundant information. Before these changes were made, an error would appear like "Error: GuzzleHttp error: cURL error: blah blah blah." Adding an exception for these two errors keeps the error message clean, concise, and to the point. Nobody wants to read through a paragraph of gibberish just to find out the class can't resolve the host.
Version 1.0.0
v1.0.0 Relicensed under BSD Simplified