v1.4.0
Re-ordered the params on the cacheImages.Output() function so that the storage prefix is now last (since it is most likely to be set using the config approach of:
$.fn.cacheImages.defaults.storagePrefix = 'yourPrefix';
The updated function is now ordered as:
$.fn.cacheImages.Output = function( url, callback, storagePrefix ){ }