Skip to content

Tags: samwilson/phpflickr

Tags

6.0.1

Toggle 6.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version number Update the in-code version number to 6.0.1.

6.0.0

Toggle 6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add return types to PhpFlickrService methods * Add return types to PhpFlickrService methods. * Remove an unused import. * Add `vendor/` directory to Phan. Fixes #79

5.1.0

Toggle 5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add PhpFlickr::setUserAgent() and send User Agent to API Flickr is soon to make the User Agent header required for all API requests. Refs: #59

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update psr/cache requirment to include v2 and v3 Also updates the cache implementation used in the example file because tedvium/stash doesn't yet support the new versions of psr/cacche. Fix a bug with the cache example which was using the 'test' API call, which declares itself as 'nocache'. Instead, call it manually (with the default of nocache=false). Refs #55

4.14.3

Toggle 4.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch to carlos-mg89/oauth fork of lusitanian/oauth, add PHP 8.1 to … …CI, and fix failures * Switch to carlos-mg89/oauth fork of lusitanian/oauth and add PHP 8.1 to CI * Skip tests if unable to authenticate * Skip echo test on exception * Fix up search test

4.14.2

Toggle 4.14.2's commit message
Add missing method arg for photos_search() This method is deprecated, but until it's removed it might as well work. Closes #43

4.14.1

Toggle 4.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from samwilson/restore-photosLicenses Restore non-typo verso of PhpFLickr::photosLicenses()

4.14.0

Toggle 4.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #36 from samwilson/apis Add remaining API classes

4.13.1

Toggle 4.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #35 from sillygwailo/fix-getAllContexts Fix for call to undefined method in PhotosApi->getAllContexts().

4.13.0

Toggle 4.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #32 from samwilson/photos Move some photos methods and improve docs