Releases: proxycheck/proxycheck-php
v0.1.6
This release reformats the library to meet PSR-12 specifications and corrects an issue where your API Key would not be utilised if you failed to supply the DAY_RESTRICTOR parameter within your options array when performing requests to the proxycheck API.
It also improves the cURL implementation by use of function scoping and support for HTTP method arguments.
This is a recommended upgrade due to the API Key issue it fixes. There are no expected compatibility issues or feature regressions compared to the previous v0.1.5 release.
v0.1.5
This release adds much better support for errors caused by missing parameters being supplied to all functions present in the proxycheck class.
This means from this release onward you shouldn't see any PHP errors related to missing option parameters due to us adding new features to our functions that you're not making use of.
v0.1.4
v0.1.3
This release adds support for viewing the stats present within the customer dashboard on our website.
It also adds local country whitelisting support and improved country support in general by allowing you to specify countries by isocode in addition to the prior country name support.
It also improves error handling when some options were not supplied to the check function.
v0.1.2
This release adds support for viewing and altering your whitelist and blacklist which are present within the customer dashboard on our website.
v0.1.1
This release adds new default query flags and alters the project type from project to library.
First release
First release of the PHP Library for the proxycheck.io v2 API.