From 46128019349c6bf9eb8ead3432e6d3280c57a8e6 Mon Sep 17 00:00:00 2001 From: Viljami S Date: Mon, 12 Mar 2012 21:07:07 +0200 Subject: [PATCH 1/3] No, I didn't travel in time :( --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4940141..43e9aeb 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI Changelog ====== -v1.10 (2012-04-12) - Refactoring, New markup style, CSS is now separated from the plugin, you can have links around images + New option called "pagination", which enables to choose both "pagination" and "auto" at the same time. Shout outs for the help to [@bgutschke](https://github.com/bgutschke) +v1.10 (2012-03-12) - Refactoring, New markup style, CSS is now separated from the plugin, you can have links around images + New option called "pagination", which enables to choose both "pagination" and "auto" at the same time. Shout outs for the help to [@bgutschke](https://github.com/bgutschke) v1.06 (2012-03-06) - Using touch events instead of click on touch screen. From 43313731c817865d2a1358188b5f10b40ecd46e3 Mon Sep 17 00:00:00 2001 From: Viljami S Date: Mon, 12 Mar 2012 21:19:36 +0200 Subject: [PATCH 2/3] Better instructions and jQuery support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43e9aeb..a427519 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,10 @@ Usage Instructions and demo For instructions and demo go to [http://responsive-slides.viljamis.com](http://responsive-slides.viljamis.com/) +...or [download this repository as a zip file](https://github.com/viljamis/ResponsiveSlides.js/zipball/master) and and open "index.html" from the "example" folder. + +Currently only jQuery 1.7+ is supported. + License From 06c8b4e0bf64c2008c2f268c6057f32e38b6475c Mon Sep 17 00:00:00 2001 From: Viljami S Date: Mon, 12 Mar 2012 21:21:39 +0200 Subject: [PATCH 3/3] Text changes --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a427519..b55f9c0 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,9 @@ Biggest difference to other responsive slideshow plugins is the file size (805 b Usage Instructions and demo ====== -For instructions and demo go to [http://responsive-slides.viljamis.com](http://responsive-slides.viljamis.com/) +For instructions and demo go to [http://responsive-slides.viljamis.com](http://responsive-slides.viljamis.com/), or [download this repository as a zip file](https://github.com/viljamis/ResponsiveSlides.js/zipball/master) and and open "index.html" from the "example" folder. -...or [download this repository as a zip file](https://github.com/viljamis/ResponsiveSlides.js/zipball/master) and and open "index.html" from the "example" folder. - -Currently only jQuery 1.7+ is supported. +Currently only jQuery 1.7 and up is supported.