Skip to content

Commit

Permalink
Update to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
IonDen committed Apr 10, 2016
1 parent 0fc32b0 commit 2ac7412
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 54 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.1.2",
"version": "2.1.3",
"homepage": "https://github.com/IonDen/ion.rangeSlider",
"authors": [
{
Expand Down
3 changes: 3 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Update History

### Version 2.1.3. April 10, 2016
* Issues: #342, #350

### Version 2.1.2. October 13, 2015
* Fixed bugs. Issues: #310, #312, #313, #316

Expand Down
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Ion.RangeSlider. Is an easy, flexible and responsive range slider with tons of o

***

* Version: 2.1.2
* Version: 2.1.3
* <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.2.zip">Download ZIP</a>
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.3.zip">Download ZIP</a>

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

Expand Down
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.1.2",
"version": "2.1.3",
"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.1.2.zip",
"download": "http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.3.zip",
"dependencies": {
"jquery": ">=1.8"
}
Expand Down
11 changes: 4 additions & 7 deletions js/ion.rangeSlider.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Ion.RangeSlider
// version 2.1.2 Build: 350
// © Denis Ineshin, 2015
// version 2.1.3 Build: 352
// © Denis Ineshin, 2016
// https://github.com/IonDen
//
// Project page: http://ionden.com/a/plugins/ion.rangeSlider/en.html
Expand All @@ -11,15 +11,12 @@
// =====================================================================================================================

(function (factory) {
/* jshint strict: false */
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module depending on jQuery.
define(['jquery'], factory(jQuery, document, window, navigator));
} else {
// No AMD. Register plugin with global jQuery object.
factory(jQuery, document, window, navigator);
}
}(function ($, document, window, navigator, undefined) {
} (function ($, document, window, navigator, undefined) {
"use strict";

// =================================================================================================================
Expand Down Expand Up @@ -155,7 +152,7 @@
* @constructor
*/
var IonRangeSlider = function (input, options, plugin_count) {
this.VERSION = "2.1.2";
this.VERSION = "2.1.3";
this.input = input;
this.plugin_count = plugin_count;
this.current_plugin = 0;
Expand Down
54 changes: 27 additions & 27 deletions js/ion.rangeSlider.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ion-rangeslider",
"version": "2.1.2",
"version": "2.1.3",
"description": "Cool, comfortable and easily customizable range slider with many options and skin support",
"homepage": "http://ionden.com/a/plugins/ion.rangeSlider/en.html",
"author": {
Expand Down
9 changes: 2 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Ion.RangeSlider. Is an easy, flexible and responsive range slider with tons of o

***

* Version: 2.1.2
* Version: 2.1.3
* <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.2.zip">Download ZIP</a>
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.3.zip">Download ZIP</a>

## Description
* Ion.RangeSlider — cool, comfortable, responsive and easily customizable range slider
Expand Down Expand Up @@ -82,11 +82,6 @@ Or use the included PSD file and design a custom skin.
* npm install ion-rangeslider


## Install with spm [![](http://spmjs.io/badge/ion-rangeslider)](http://spmjs.io/package/ion-rangeslider)

* spm install ion-rangeslider


## Initialisation

The slider overrides a native text <code>input</code> element.
Expand Down
9 changes: 2 additions & 7 deletions readme.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

***

* Версия: 2.1.2
* Версия: 2.1.3
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/index.html">Страница проекта и демо</a>
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.2.zip">Загрузить ZIP-архив</a>
* <a href="http://ionden.com/a/plugins/ion.rangeSlider/ion.rangeSlider-2.1.3.zip">Загрузить ZIP-архив</a>

## Описание
* Ion.RangeSlider — классный, удобный, отзывчивый и легко настраиваемый слайдер диапазонов
Expand Down Expand Up @@ -83,11 +83,6 @@
* npm install ion-rangeslider


## Устанавливаем с помощью spm [![](http://spmjs.io/badge/ion-rangeslider)](http://spmjs.io/package/ion-rangeslider)

* spm install ion-rangeslider


## Инициализация

Создаем базовое поле <code>input type="text"</code>:
Expand Down

0 comments on commit 2ac7412

Please sign in to comment.