Skip to content

Releases: lildude/phpSmug

2.1

12 Feb 13:02

Choose a tag to compare

2.1

Release Date: 27 Sep '09

  • Changed image_upload method to upload to upload.smugmug.com instead of api.smugmug.com. SmugMug made changes to enforce the use of upload.smugmug.com as uploading to api.smugmug.com was causing problems. (Ticket #5)
  • Resolved issue with recaching of cached data (Ticket #4).
  • SmugMug's mode (ie read-only etc) is now stored in $obj->mode for easy checking of SmugMug's status.
  • Corrected "login with hash" example in the README file.

2.0.2

12 Feb 13:02

Choose a tag to compare

Release Date: 22 Feb '09

  • Tidied up code so phpSmug.php is E_STRICT compliant and doesn't report any notice messages.
  • Force error log level to be lower than E_STRICT due to limitation of PEAR modules (See notes in Ticket #2).
  • Resolved over-zealous clearCache() function (Ticket #3).

2.0.1

12 Feb 13:03

Choose a tag to compare

Release Date: Nov '08

  • Resolved issue where error code was not passed to Exception() line 350 (Ticket #1)