PDA

View Full Version : API Update: 1.2.0/1.2.1 bug fixes


devbobo
Dec-01-2007, 04:19 PM
- smugmug.images.getURLs was returning ImageID as a string instead of an integer (fixed in 1.2.0/1.2.1)

- smugmug.images.upload fixed (was broken), and now supports Keywords and Geotagging, like the other upload methods.

- methods where a user can specify a album Password, now sets the cookie for the requested album, if it's correct. (fixed in 1.2.0/1.2.1)

- smugmug.images.getInfo, smugmug.images.getURLs fixed to return an error message when an image has been deleted, instead of a valid response. (fixed in 1.2.0/1.2.1)

- image replace using an ImageID of a deleted image resulted in the Image being undeleted and replaced, now returns an error (fixed in 1.2.0/1.2.1)

- several methods returned Image: true, Image: null or something similar in the response, this unrequired element has been removed from those responses. (fixed in 1.2.1)

Thanks to Riyad, Anton, Omar and Ben for the bug reports.

David

rkalla
Dec-02-2007, 10:33 AM
- smugmug.images.getURLs was returning ImageID as a string instead of an integer (fixed in 1.2.0/1.2.1)

- smugmug.images.upload fixed (was broken), and now supports Keywords and Geotagging, like the other upload methods.

- methods where a user can specify a album Password, now sets the cookie for the requested album, if it's correct. (fixed in 1.2.0/1.2.1)

- smugmug.images.getInfo, smugmug.images.getURLs fixed to return an error message when an image has been deleted, instead of a valid response. (fixed in 1.2.0/1.2.1)

- image replace using an ImageID of a deleted image resulted in the Image being undeleted and replaced, now returns an error (fixed in 1.2.0/1.2.1)

- several methods returned Image: true, Image: null or something similar in the response, this unrequired element has been removed from those responses. (fixed in 1.2.1)

Thanks to Riyad, Anton, Omar and Ben for the bug reports.

David

Thank you for fixing that stuff so quick David. The API is really getting quiet solid.