Skip to content

Commit 0dc40f3

Browse files
committed
Version 3.4.6
1 parent ac195a8 commit 0dc40f3

4 files changed

+8
-5
lines changed

Changelog.TXT

+5-2
Original file line numberDiff line numberDiff line change
@@ -468,5 +468,8 @@ Added CommonJS and AMD support.
468468
3.4.4 (21-01-2016)
469469
Fixed that the slider always crashed in Microsoft Edge.
470470

471-
3.4.5 ()27-02-2015
472-
Change in script: Added a the possibility of prefixing customLinks with ">", to have the links only work within the context of the slider.
471+
3.4.5 (27-02-2015)
472+
Change in script: Added a the possibility of prefixing customLinks with ">", to have the links only work within the context of the slider.
473+
474+
3.4.6 (28-02-2015)
475+
Fixed that the minified code contained a syntax-error.

js/jquery.sudoSlider.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**@preserve
2-
* Sudo Slider version 3.4.5 - jQuery plugin
2+
* Sudo Slider version 3.4.6 - jQuery plugin
33
* Written by Erik Krogh Kristensen erik@webbies.dk.
44
* http://webbies.dk/SudoSlider/
55
*

js/jquery.sudoSlider.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"type": "git",
1414
"url": "git+https://github.com/webbiesdk/SudoSlider.git"
1515
},
16-
"version": "3.4.5",
16+
"version": "3.4.6",
1717
"author": {
1818
"name": "Erik Krogh Kristensen",
1919
"url": "webbies.dk",

0 commit comments

Comments
 (0)