Releases: samwilson/phpflickr
Releases · samwilson/phpflickr
5.1.0
- 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
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
- 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
- Fix regression in (deprecated)
PhpFlickr::photos_search()
method.
4.14.0
- Added missing API method classes, in preparation for deprecating those in the PhpFlickr class.
4.13.1
Fix a bug in PhotosApi::getAllContexts()
and improve phpcs.
4.13.0
Better tests, coding style, and various other improvements.