diff --git a/CHANGE.md b/CHANGE.md index df2fd48..9190ddc 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -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. @@ -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: @@ -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. @@ -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. @@ -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: @@ -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: diff --git a/README.md b/README.md index ecf76cd..d350d0e 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/bower.json b/bower.json index 9269d3d..3c0153f 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/composer.json b/composer.json index 5651e0f..02581d9 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "homepage": "http://www.krajee.com/" } ], + "minimum-stability": "stable", "autoload": { "psr-4": { "kartik\\plugins\\rating\\": "" diff --git a/css/star-rating.css b/css/star-rating.css index 3effd10..1b4f0f8 100644 --- a/css/star-rating.css +++ b/css/star-rating.css @@ -1,6 +1,6 @@ /*! * @copyright © 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. diff --git a/css/star-rating.min.css b/css/star-rating.min.css index e51d8b8..ce773ac 100644 --- a/css/star-rating.min.css +++ b/css/star-rating.min.css @@ -1,6 +1,6 @@ /*! * @copyright © 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. diff --git a/js/star-rating.js b/js/star-rating.js index 4e2f956..5d4c95b 100644 --- a/js/star-rating.js +++ b/js/star-rating.js @@ -1,6 +1,6 @@ /*! * @copyright © 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. diff --git a/js/star-rating.min.js b/js/star-rating.min.js index 885f3c4..32acd45 100644 --- a/js/star-rating.min.js +++ b/js/star-rating.min.js @@ -1,6 +1,6 @@ /*! * @copyright © 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.