Skip to content

Commit 555e6ce

Browse files
committed
Update to 2.3.1
1 parent 31f2ed6 commit 555e6ce

11 files changed

+26
-21
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea
2+
.github
23
_tmp
34
PSD
45
bower.json

License.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## The MIT License
22

3-
Copyright © 2018 by Denis Ineshin (http://ionden.com)
3+
Copyright © 2019 by Denis Ineshin (http://ionden.com)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ion-rangeslider",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"homepage": "https://github.com/IonDen/ion.rangeSlider",
55
"authors": [
66
{

css/ion.rangeSlider.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
Ion.RangeSlider, 2.3.0
3-
© Denis Ineshin, 2010 - 2018, IonDen.com
4-
Build date: 2018-12-12 00:07:25
2+
Ion.RangeSlider, 2.3.1
3+
© Denis Ineshin, 2010 - 2019, IonDen.com
4+
Build date: 2019-12-19 16:51:02
55
*/
66
.irs {
77
position: relative;

css/ion.rangeSlider.min.css

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

history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# Update History
44

5+
### Version 2.3.1. December 19, 2019
6+
* Website update
7+
* Minor bugfixes
8+
59
### Version 2.3.0. December 11, 2018
610
* Website update
711
* Big skins update

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Ion.RangeSlider. Is an easy, flexible and responsive range slider with tons of o
66

77
***
88

9-
* Version: 2.2.0 | *Version 3.x is under development now*
9+
* Version: 2.3.1 | *Version 3.x is under development now*
1010
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/en.html">Project page and demos</a>
11-
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.2.0.zip">Download ZIP</a>
11+
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.3.1.zip">Download ZIP</a>
1212

1313
[![](https://pledgie.com/campaigns/25694.png?skin_name=chrome)](https://pledgie.com/campaigns/25694)
1414

js/ion.rangeSlider.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Ion.RangeSlider
2-
// version 2.3.0 Build: 381
3-
// © Denis Ineshin, 2018
2+
// version 2.3.1 Build: 382
3+
// © Denis Ineshin, 2019
44
// https://github.com/IonDen
55
//
66
// Project page: http://ionden.com/a/plugins/ion.rangeSlider/en.html
@@ -156,7 +156,7 @@
156156
* @constructor
157157
*/
158158
var IonRangeSlider = function (input, options, plugin_count) {
159-
this.VERSION = "2.3.0";
159+
this.VERSION = "2.3.1";
160160
this.input = input;
161161
this.plugin_count = plugin_count;
162162
this.current_plugin = 0;

js/ion.rangeSlider.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ion-rangeslider",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Cool, comfortable and easily customizable range slider with many options and skin support",
5-
"homepage": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
5+
"homepage": "http://ionden.com/a/plugins/ion.rangeSlider/",
66
"author": {
77
"name": "Denis Ineshin (IonDen)",
88
"email": "[email protected]",
@@ -35,11 +35,12 @@
3535
"url": "https://github.com/IonDen/ion.rangeSlider/issues"
3636
},
3737
"license": "MIT",
38-
"dependencies": {
38+
"peerDependencies": {
3939
"jquery": ">=1.8"
4040
},
4141
"ignore": [
4242
".idea",
43+
"_tmp",
4344
"PSD",
4445
"bower.json"
4546
]

0 commit comments

Comments
 (0)