Category

Archive for the 'Releases' Category

phpFlickr 1.5.2 released

( Releases )

I've just put up version 1.5.2 of my class up on SourceForge. This version fixes a minor bug in contacts_getList() and contacts_getPublicList. It also adds the new privacy_filter argument to photosets_getPhotos. If neither of these affects you, there isn't much reason to update.
If you see any API methods or arguments that I […]

phpFlickr 1.5.1

( Releases )

I've just released version 1.5.1 of phpFlickr. This implements the new flickr.photos.comments.getList method. You can finally display your photos' comments on your site, if you so desire. The function name is, of course, photos_comments_getList().

Version 1.5 released!

( Releases )

I've just posted version 1.5 of phpFlickr for download. In this version, you'll find a few new methods. I've implemented the flickr.groups.search method (which I was somehow missing), in addition to the ability to use HTTP Proxy servers with the "setProxy('proxy', 'port')" method. Another exciting feature is the ability to support 23 […]

Version 1.4.2 released!

( Releases )

I've just posted phpFlickr version 1.4.2. This release fixes several bugs for Windows users (thanks to Allan Larsen). I'm also happy to mention that Flickr has released their photo deletion API call to the public. You can now use the photos_delete(photoid) function to delete a photo. Obviously, you should do this […]

phpFlickr 1.4.1 is out!

( Releases )

You can now go to the download page at SourceForge to get the newest version of phpFlickr. This version fixes a few bugs, including the bugs that were causing PHP notices.
Important: The devs at Flickr have added a parameter to the flickr.groups.pools.getPhotos method. To keep in line with their documentation, I had to stick it […]

Fastest release yet! Avast!

( Releases )

I've just released version 1.4 of phpFlickr. My new strategy is to put out a new version every day… ok, not really. This release implements uploading. I had planned to take a few days at least to do this, but I was surprised that it only took me about half an hour […]

phpFlickr 1.3.3 released

( Releases )

This version is primarily a bug fix release. There are also two new Flickr methods that I have implemented. Some methods would return inconsistant results if returning a list of one element. This should be fixed in all methods now. If I missed this bug somewhere, let me know.
Unless this version […]

phpFlickr 1.3.2 released!

I recently discovered (thanks to Eliot Shepard) two fairly major bugs. Turns out that since I added the new Auth API (version 1.3), caching hasn't been working. Also, in version 1.3.1, your include folders probably got royally messed up, thanks to a dumb mistake on my part. The good news is that […]

Version 1.3.1 Released

( Releases )

I've put updated version 1.3.1 up for download. This version fixes a documentation error and some behavior in the auth() function. There was a previously undocumented feature that I've now taken advantage of. There were also two functions recently depreciated from the API that I've removed implementation of.
The biggest change is that […]

Version 1.3 Released - Authentication Support

( News and Releases )

I've just released a feature update for phpFlickr to support Flickr's new Authentication API. I included documentation on the new method in the readme file. I also included a couple of simple scripts (including a callback script) to help you use the authentication as painlessly as possible. I'd suggest using this new […]