Skip to content

Releases: grubersjoe/bing-daily-photo

v4.1 - Orientation

09 Oct 17:02
Compare
Choose a tag to compare

There's a new option to set the image orientation now:

$bing = new BingPhoto([
    'orientation' => BingPhoto::ORIENTATION_PORTRAIT
]);

v4 - PHP 8 required

09 Oct 15:04
Compare
Choose a tag to compare

PHP 8 is required now. Use v3 if you need to support PHP 7.

v3

14 Mar 09:48
Compare
Choose a tag to compare
v3

Raise minimum PHP version to v7.4, PHP 8 compatibility (composer.json) and upgrades.

v2

06 Mar 14:43
Compare
Choose a tag to compare
v2

PHP5 is no longer supported, but PHP 7.1 is required now.

Bug fix

15 Jun 14:04
Compare
Choose a tag to compare

The path of cached images was not saved as real path.

Composer support

14 Jun 23:53
Compare
Choose a tag to compare
v1.1.0

Composer support

Version 1.0.0

14 Jun 23:43
Compare
Choose a tag to compare

Added caching feature. See the new cacheDir option.

Breaking change: the parameter resolution was renamed to quality. See also the constants BingPhoto::QUALITY_LOW and BingPhoto::QUALITY_HIGHT.