Skip to content

Releases: cedwardsmedia/everyonephp

Version 1.0.2

27 May 05:58

Choose a tag to compare

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

23 May 07:01

Choose a tag to compare

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

19 Aug 16:14

Choose a tag to compare

v1.0.0

Relicensed under BSD Simplified