Releases: samwilson/phpflickr
Releases · samwilson/phpflickr
6.0.2
Compare
Sorry, something went wrong.
No results found
Fix bug with PhotosApi::getSets().
Documentation additions.
Code quality improvements.
6.0.1
Compare
Sorry, something went wrong.
No results found
Update the version number used in the user agent string.
6.0.0
Compare
Sorry, something went wrong.
No results found
Drop support for PHP < 8.2
Fix various deprecations, code style issues, and CI configuration.
5.1.0
Compare
Sorry, something went wrong.
No results found
Add PhpFlickr::setUserAgent() and send User Agent to Flickr's API. #59 .
Return PeopleApi::getInfo() to its previous structure.
Various other code improvements.
5.0.0
Compare
Sorry, something went wrong.
No results found
Major version release (not backwards-compatible, but hopefully not too hard to upgrade!).
Remove deprecated methods
Remove non-PSR6 caching
Remove outdated code and fix phpcs exclusions
Add Phan testing and fix a few issues
Update psr/cache requirment to include v2 and v3
4.14.3
Compare
Sorry, something went wrong.
No results found
Upgraded code base to support PHP 8.0 & PHPUnit 9
Switch to carlos-mg89/oauth fork of lusitanian/oauth and add PHP 8.1 to CI
Switch to Github Actions instead of Travis
Upgrade to GitHub-native Dependabot
4.14.2
Compare
Sorry, something went wrong.
No results found
Fix regression in (deprecated) PhpFlickr::photos_search() method.
4.14.1
Compare
Sorry, something went wrong.
No results found
4.14.0
Compare
Sorry, something went wrong.
No results found
Added missing API method classes, in preparation for deprecating those in the PhpFlickr class.
4.13.1
Compare
Sorry, something went wrong.
No results found
Fix a bug in PhotosApi::getAllContexts() and improve phpcs.