Skip to content

Commit

Permalink
Upgrade to release v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Nov 8, 2014
1 parent fbeaef7 commit 96a92e7
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 15 deletions.
25 changes: 16 additions & 9 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
version 3.2.0
=============
**Date:** 08-Nov-2014

1. Set release to stable in composer.json.
2. Updated CHANGE log to reflect user friendly date time formats.

version 3.1.0
=============
**Date:** 2014-10-27
**Date:** 27-Oct-2014

1. enh #26: Add touch device support to enable touch and slide across stars.
2. enh #27: Reset events on the rating element before every refresh.
Expand All @@ -9,7 +16,7 @@ version 3.1.0

version 3.0.0
=============
**Date:** 2014-10-13
**Date:** 13-Oct-2014

1. enh #20, #21: Included hover validation routine and rating state change on hover. Following new configurable properties added:

Expand All @@ -29,13 +36,13 @@ version 3.0.0

version 2.6.0
=============
**Date:** 2014-08-23
**Date:** 23-Aug-2014

1. enh #17: Dynamic configuration for `starCaptions` and `starCaptionClasses` using a function.

version 2.5.0
=============
**Date:** 2014-05-27
**Date:** 27-May-2014

1. Change to entire plugin code to eliminate dependency of HTML5 input. Plugin size reduced to 8KB minified.
2. Uses special JQuery routines to trigger star rating changes.
Expand All @@ -46,14 +53,14 @@ version 2.5.0

version 2.1.0
=============
**Date:** 2014-05-08
**Date:** 08-May-2014

1. Bug #8,#9,#10: Correct cloning and conversion of field to a range slider input.

version 2.0.0
=============

**Date:** 2014-04-25
**Date:** 25-Apr-2014

1. Revamp of entire plugin code. Cleverly leverages CSS3 styles, animations, and HTML5 input features
to render the plugin.
Expand All @@ -68,14 +75,14 @@ version 2.0.0

version 1.2.0
=============
**Date:** 2014-04-04
**Date:** 04-Apr-2014

1. Widget is customizable for using any CSS markup to override Bootstrap styles.
2. Clear button class customization added.

version 1.1.0
=============
**Date:** 2014-03-10
**Date:** 10-Mar-2014

Revamped the methods for usage across wider scenarios:

Expand All @@ -84,7 +91,7 @@ Revamped the methods for usage across wider scenarios:

version 1.0.0
=============
**Date:** 2013-10-01
**Date:** 01-Oct-2013

Initial release. The following features are included in this release:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bootstrap-star-rating
=====================

> NOTE: Version 3.1.0 has been released. Refer [change log](https://github.com/kartik-v/bootstrap-star-rating/blob/master/CHANGE.md) for details.
> NOTE: Version 3.2.0 has been released. Refer [change log](https://github.com/kartik-v/bootstrap-star-rating/blob/master/CHANGE.md) for details.
With version 3.1.0, the plugin now has support for touch enabled devices. Thus, the plugin displays state changes to rating stars & captions on touch slide and drag.
With version 3.0.0, the plugin also supports mouse hover functionality and displays state changes to rating stars & captions on hover.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-star-rating",
"version": "3.1.0",
"version": "3.2.0",
"homepage": "https://github.com/kartik-v/bootstrap-star-rating",
"authors": [
"Kartik Visweswaran <[email protected]>"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"homepage": "http://www.krajee.com/"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"kartik\\plugins\\rating\\": ""
Expand Down
2 changes: 1 addition & 1 deletion css/star-rating.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 3.1.0
* @version 3.2.0
*
* A simple yet powerful JQuery star rating plugin that allows rendering
* fractional star ratings and supports Right to Left (RTL) input.
Expand Down
2 changes: 1 addition & 1 deletion css/star-rating.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/star-rating.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 3.1.0
* @version 3.2.0
*
* A simple yet powerful JQuery star rating plugin that allows rendering
* fractional star ratings and supports Right to Left (RTL) input.
Expand Down
2 changes: 1 addition & 1 deletion js/star-rating.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96a92e7

Please sign in to comment.