Skip to content

v1.4.0

Compare
Choose a tag to compare
@paulprins paulprins released this 11 Nov 01:32
· 42 commits to master since this release

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 ){ }