Skip to content

Releases: samwilson/phpflickr

5.1.0

26 Apr 07:54
4f98fde
Compare
Choose a tag to compare
  • 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

18 Jan 13:46
a25e40a
Compare
Choose a tag to compare

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

05 Jul 06:10
d6d2415
Compare
Choose a tag to compare
  • 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

24 Jun 01:22
Compare
Choose a tag to compare
  • Fix regression in (deprecated) PhpFlickr::photos_search() method.

4.14.1

12 Aug 08:42
30026af
Compare
Choose a tag to compare

Fix typo.

4.14.0

12 Aug 08:27
39ed826
Compare
Choose a tag to compare
  • Added missing API method classes, in preparation for deprecating those in the PhpFlickr class.

4.13.1

06 Jul 02:13
96f0c64
Compare
Choose a tag to compare

Fix a bug in PhotosApi::getAllContexts() and improve phpcs.

4.13.0

25 Jan 00:51
1f58e31
Compare
Choose a tag to compare

Better tests, coding style, and various other improvements.