---------------------
phpFlickr - Changelog
---------------------

Version 1.3.2
-------------

2005-08-17 Dan Coulter  <dancoulter@users.sourceforge.net>
    * phpFlickr.php: Fixed a bug in the include paths and a bug 
      that was causing the cache not to work.
    
2005-08-16 Dan Coulter  <dancoulter@users.sourceforge.net>
    * phpFlickr.php: Added filter parameter to contacts_getList().

2005-08-10 Dan Coulter  <dancoulter@users.sourceforge.net>
    * phpFlickr.php: Added support for flickr.people.getUploadStatus
    
2005-08-11 Dan Coulter  <dancoulter@users.sourceforge.net>
    * xml.php: Fixed a bug that removed all newline characters from the
      XML returned from Flickr.

Version 1.3.1
-------------

2005-08-05 Dan Coulter  <dancoulter@users.sourceforge.net>
    * auth.php: Updated to use Flickr's extra callback argument for the 
      redirect instead of a session variable.

2005-08-04 Dan Coulter  <dancoulter@users.sourceforge.net>
    * phpFlickr.php: Included code to add the packaged PEAR folder
      in the include path.
      

Version 1.3
-------------

2005-07-22 Dan Coulter  <dancoulter@users.sourceforge.net>
    * phpFlickr.php: Added support for the new authentication scheme.
      Added the three new auth methods plus the phpFlickr::auth() function
      to act as a simple authentication check.
      Fixed bugs in the error handling functions.
    * README.txt: Fixed several typos relating to photos_search() and to
      the PEAR prereqs. 

Version 1.2.1
-------------

2005-06-30 Dan Coulter  <dancoulter@users.sourceforge.net>
    * phpFlickr.php: Added a comment to the photos_search() method to 
      help people know how to use it. 
    * README.txt: Fixed several typos relating to photos_search() and to
      the PEAR prereqs. 

2005-06-23 Dan Coulter  <dancoulter@users.sourceforge.net>
    * phpFlickr.php: Fixed a bug in the buildPhotoURL method that caused 
      an invalid URL to be returned.
    * phpFlickr.php: removed the login parameters from the constructor
      and added "die_on_error" parameter.  Added login() and two error
      methods.
    * README.txt: Edited text about constructor's parameters and included 
      information on new login method.

Version 1.2
-----------

2005-06-12 Dan Coulter  <dancoulter@users.sourceforge.net>
    * phpFlickr.php: Created functions for the new methods: photosets.addPhoto
      and photosets.removePhoto.  Also fixed some code formatting.
    * phpFlickr.php: Changed URLs to reflect the new phpflickr.com site.
    * README.txt: Changed URLs to reflect the new phpflickr.com site and added
      a few notes about coding.
    * example.php: Added an example php script.
          
2005-06-11 Dan Coulter  <dancoulter@users.sourceforge.net>
    * phpFlickr.php: Fixed a bug in the definition of groups_pools_getPhotos()
      that made the fifth parameter not optional.
      
Version 1.1
-----------

2005-06-09 Dan Coulter  <dancoulter@users.sourceforge.net>
    * phpFlickr.php: Added caching functionality