Releases: zoonman/pixabay-php-api
Releases · zoonman/pixabay-php-api
2.0.0 Released with breaking changes!
PHP 7.2.x support
Relaxed Guzzle version requirements for extra compatibility.
1.0.2
Guzzle version upgrade, PHP 5.4 is not supported anymore
Contains fix for issue #1
Recent API upgrade
This release respects recent changes in API. Username is no longer required to make requests to Pixabay API.
Release contains breaking changes. Please, update your namespaces too! No more \Zoonman
required.
$pixabayClient = new \Pixabay\PixabayClient([
'key' => 'yourPixabayKey'
]);
HTTPS by default
0.1.3 Prefer HTTPS
0.1.2
0.1.1
First release
0.1.0 Update README.md