Skip to content

Releases: zoonman/pixabay-php-api

2.0.0 Released with breaking changes!

26 Jun 16:15
Compare
Choose a tag to compare

No older PHP versions support.

Required PHP version at least 7.2 to function properly.

PHP 7.2.x support

13 Jan 19:23
8dea263
Compare
Choose a tag to compare

Relaxed Guzzle version requirements for extra compatibility.

1.0.2

05 Nov 02:24
91105ea
Compare
Choose a tag to compare
Update .travis.yml

Guzzle version upgrade, PHP 5.4 is not supported anymore

20 Apr 01:40
Compare
Choose a tag to compare

Recent API upgrade

12 Dec 16:07
Compare
Choose a tag to compare

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

09 Nov 01:10
Compare
Choose a tag to compare
0.1.3

Prefer HTTPS

0.1.2

05 Sep 20:38
Compare
Choose a tag to compare
Update composer.json

0.1.1

23 Aug 05:02
Compare
Choose a tag to compare
Update PixabayClient.php

First release

14 Dec 22:13
Compare
Choose a tag to compare
0.1.0

Update README.md