Skip to content

Commit

Permalink
Update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IonDen committed Sep 20, 2015
1 parent f980f5b commit a7b21b3
Show file tree
Hide file tree
Showing 9 changed files with 670 additions and 355 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion.rangeslider",
"version": "2.0.13",
"version": "2.1.0",
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"authors": [
{
Expand Down
10 changes: 7 additions & 3 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

# Update History

### Version 2.1.0. September 20, 2015
* Fixed bugs. Issues: #288
* New features. Requests: #281, #284, #286, #289
* Some code refactoring
* Code documentation updated

### Version 2.0.13. July 25, 2015
* Fixed bugs. Issues: #208, #270, #273
* New features. Requests: #233
Expand All @@ -24,9 +30,7 @@
### Version 2.0.7. May 26, 2015
* Fixed memory issue: #220
* Fixed CPU issue: #186
* Merged PR: #235
* Merged PR: #226
* Merged PR: #209
* Merged PRs: #209, #226, #235

### Version 2.0.6. February 17, 2015
* Issues done: #197
Expand Down
18 changes: 12 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Ion.Range Slider 2.0.13
![ion.rangeSlider](_tmp/logo-ion-range-slider.png)

> English description | <a href="readme.ru.md">Описание на русском</a>
Easy, flexible and responsive range slider
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/en.html">Project page and demos</a>
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.13.zip">Download ion.rangeSlider-2.0.13.zip</a>
Ion.RangeSlider. Is an easy, flexible and responsive range slider with tons of options.

***

* Version: 2.1.0
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/en.html">Project page and demos</a>
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.0.zip">Download ZIP</a>

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

## Description
* Ion.RangeSlider — cool, comfortable, responsive and easily customizable range slider
* Supports events and public methods, has flexible settings, can be completely altered with CSS
Expand Down Expand Up @@ -50,8 +54,10 @@ Easy, flexible and responsive range slider
* <a href="https://github.com/IonDen/ion.rangeSlider">GitHub page</a>


## <a href="history.md">Update history</a>
### <a href="history.md">Update history</a>

***

Support the plugin:

## Support
[![](https://pledgie.com/campaigns/25694.png?skin_name=chrome)](https://pledgie.com/campaigns/25694)
4 changes: 2 additions & 2 deletions ion-rangeSlider.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion-rangeSlider",
"version": "2.0.13",
"version": "2.1.0",
"title": "Ion.RangeSlider",
"description": "Cool, comfortable and easily customizable range slider with many options and skin support",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"docs": "https://github.com/IonDen/ion.rangeSlider/blob/master/readme.md",
"demo": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.0.13.zip",
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.0.zip",
"dependencies": {
"jquery": ">=1.8"
}
Expand Down
Loading

0 comments on commit a7b21b3

Please sign in to comment.