You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.