Releases: grubersjoe/bing-daily-photo
Releases · grubersjoe/bing-daily-photo
v4.1 - Orientation
There's a new option to set the image orientation now:
$bing = new BingPhoto([
'orientation' => BingPhoto::ORIENTATION_PORTRAIT
]);
v4 - PHP 8 required
PHP 8 is required now. Use v3 if you need to support PHP 7.
v3
Raise minimum PHP version to v7.4, PHP 8 compatibility (composer.json
) and upgrades.
v2
PHP5 is no longer supported, but PHP 7.1 is required now.
Bug fix
The path of cached images was not saved as real path.
Composer support
v1.1.0 Composer support
Version 1.0.0
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
.