diff --git a/README.md b/README.md index 53c0a3f..7c2a974 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# ResponsiveSlides.js v1.2 +# ResponsiveSlides.js v1.21 ### Simple & lightweight responsive slideshow plugin (in 1kb) @@ -36,6 +36,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI Changelog ====== +v1.21 (2012-03-23) - Added two new options: 'nextText' and 'prevText'. v1.20 (2012-03-21) - New option called 'nav', which enables next and previous buttons. Can be used with 'pagination' and 'auto' options. Adds also new [themes folder](http://viljamis.com/responsive-slides/themes/) with three different ways to use the new next and previous buttons. diff --git a/responsiveslides.css b/responsiveslides.css index 7677abb..d9807ed 100644 --- a/responsiveslides.css +++ b/responsiveslides.css @@ -1,4 +1,4 @@ -/*! http://responsive-slides.viljamis.com v1.20 by @viljamis */ +/*! http://responsive-slides.viljamis.com v1.21 by @viljamis */ /* SLIDESHOW diff --git a/responsiveslides.js b/responsiveslides.js index ab09368..d80aa0c 100644 --- a/responsiveslides.js +++ b/responsiveslides.js @@ -1,4 +1,4 @@ -/*! http://responsive-slides.viljamis.com v1.20 by @viljamis */ +/*! http://responsive-slides.viljamis.com v1.21 by @viljamis */ (function ($, window, i) { $.fn.responsiveSlides = function (options) { diff --git a/responsiveslides.min.js b/responsiveslides.min.js index 00e61b3..e3ccde5 100644 --- a/responsiveslides.min.js +++ b/responsiveslides.min.js @@ -1,4 +1,4 @@ -/*! http://responsive-slides.viljamis.com v1.20 by @viljamis */ +/*! http://responsive-slides.viljamis.com v1.21 by @viljamis */ (function(c,y,r){c.fn.responsiveSlides=function(l){var b=c.extend({auto:!0,pagination:!1,nav:!1,prevText:"Previous",nextText:"Next",fade:1E3,maxwidth:"none",speed:4E3},l);return this.each(function(){r++;var g=c(this),h=0,e=g.children(),s=e.size(),t=parseFloat(b.fade),d="rslides"+r,m="rslides "+d,f=d+"_on",u=d+"_s",n=c('
'),v={"float":"left",position:"relative"},z={"float":"none",position:"absolute"},i=function(a){e.stop().fadeOut(t,function(){c(this).removeClass(f).css(z)}).eq(a).fadeIn(t, function(){c(this).addClass(f).css(v);h=a})};if(1