Skip to content

Commit b791fb2

Browse files
committed
More minor changes headed to v3.4
1 parent 463af79 commit b791fb2

File tree

3 files changed

+37
-12
lines changed

3 files changed

+37
-12
lines changed

changelog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
NIVO SLIDER - JQUERY VERSION - CHANGELOG
2+
3+
EFFECTIVE FROM v3.2 FORWARD - see commit log for previous changes
4+
-----------------------------------------------------------------
5+
6+
7+
v3.3.1
8+
------------
9+
10+
Cleanup Bugfixes to slidePrev and slideNext methods.
11+
12+
Create Wiki Pages at https://github.com/thecarnie/Nivo-Slider-jQuery/wiki
13+
14+
Update Packaging and Distribution Files
15+
16+
Create changelog for tracking updates and accreditation for patches
17+
18+
Various source updates to reflect new maintenance location for this fork.
19+
20+
21+
v3.3
22+
------------
23+
24+
Add / expose slideTo, slidePrev and slideNext public methods
25+
-- https://github.com/Codeinwp/Nivo-Slider-jQuery/pull/367
26+
-- (by pencildrummer) https://github.com/pencildrummer/Nivo-Slider
27+
28+
Add callback parameters and other tweaks
29+
-- https://github.com/Codeinwp/Nivo-Slider-jQuery/pull/402
30+
-- (by ian-splintercell-splinter) https://github.com/ian-splintercell-splinter
31+

jquery.nivo.slider.js

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,15 @@
77
* http://www.opensource.org/licenses/mit-license.php
88
*/
99

10-
/*
11-
* new additions culled from various authors
12-
* v3.3 additions:
13-
*
14-
* add/expose slideTo, slidePrev and slideNext public methods
15-
* -- https://github.com/Codeinwp/Nivo-Slider-jQuery/pull/367
16-
* -- (by pencildrummer) https://github.com/pencildrummer/Nivo-Slider
17-
*
18-
* add callback parameters and other tweaks
19-
* -- https://github.com/Codeinwp/Nivo-Slider-jQuery/pull/402
20-
* -- (by ian-splintercell-splinter) https://github.com/ian-splintercell-splinter
10+
/*
11+
* Now maintained at Github.com:
12+
* https://github.com/thecarnie/Nivo-Slider-jQuery
2113
*
14+
* see changelog for update accredidations
2215
*/
2316

2417

18+
2519
(function($) {
2620
var NivoSlider = function(element, options){
2721
// Defaults are below

jquery.nivoslider-3.3.1.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)