diff --git a/CHANGE.md b/CHANGE.md index 6dfef5e..832e78c 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,8 +1,9 @@ version 3.5.3 ============= -**Date:** 13-Jun-2015 +**Date:** 18-Jun-2015 1. (enh #58): Remove redundant tooltip title on hover of caption element. +2. Fixes for composer.json dependencies. version 3.5.2 ============= diff --git a/LICENSE.md b/LICENSE.md index 8e42f7a..7cc0b55 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -25,4 +25,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/README.md b/README.md index fe36daf..54537c8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ bootstrap-star-rating [![Packagist Downloads](https://poser.pugx.org/kartik-v/bootstrap-star-rating/downloads)](https://packagist.org/packages/kartik-v/bootstrap-star-rating) [![Monthly Downloads](https://poser.pugx.org/kartik-v/bootstrap-star-rating/d/monthly)](https://packagist.org/packages/kartik-v/bootstrap-star-rating) -> NOTE: Version 3.5.2 has been released. Refer [change log](https://github.com/kartik-v/bootstrap-star-rating/blob/master/CHANGE.md) for details. +> NOTE: Version 3.5.3 has been released. Refer [change log](https://github.com/kartik-v/bootstrap-star-rating/blob/master/CHANGE.md) for details. A simple yet powerful JQuery star rating plugin for Bootstrap which supports advanced features like fractional star fill and RTL input support. Developed with a focus on utlizing pure CSS-3 styling to render the control. The plugin uses Bootstrap markup and styling by default, but it @@ -64,11 +64,11 @@ You can use the `bower` package manager to install. Run: ### Using Composer You can use the `composer` package manager to install. Either run: - $ php composer.phar require kartik-v/bootstrap-star-rating "dev-master" + $ php composer.phar require kartik-v/bootstrap-star-rating "@dev" or add: - "kartik-v/bootstrap-star-rating": "dev-master" + "kartik-v/bootstrap-star-rating": "@dev" to your composer.json file diff --git a/bower.json b/bower.json index 2b18a82..1f8364c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "bootstrap-star-rating", - "version": "3.5.2", + "version": "3.5.3", "homepage": "https://github.com/kartik-v/bootstrap-star-rating", "authors": [ "Kartik Visweswaran " diff --git a/composer.json b/composer.json index b7c5988..6e0d344 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A simple yet powerful JQuery star rating plugin for Bootstrap.", "keywords": ["bootstrap", "jquery", "star", "rating"], "homepage": "https://github.com/kartik-v/bootstrap-star-rating", - "license": "BSD 3-Clause", + "license": "BSD-3-Clause", "authors": [ { "name": "Kartik Visweswaran", @@ -11,7 +11,6 @@ "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 c731dae..cc7d660 100644 --- a/css/star-rating.css +++ b/css/star-rating.css @@ -1,6 +1,6 @@ /*! * @copyright © Kartik Visweswaran, Krajee.com, 2013 - 2015 - * @version 3.5.2 + * @version 3.5.3 * * 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 261715b..4e768fc 100644 --- a/css/star-rating.min.css +++ b/css/star-rating.min.css @@ -1,6 +1,6 @@ /*! * @copyright © Kartik Visweswaran, Krajee.com, 2013 - 2015 - * @version 3.5.2 + * @version 3.5.3 * * 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 713b636..8d54a47 100644 --- a/js/star-rating.js +++ b/js/star-rating.js @@ -1,6 +1,6 @@ /*! * @copyright © Kartik Visweswaran, Krajee.com, 2013 - 2015 - * @version 3.5.2 + * @version 3.5.3 * * 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 ae6d555..237e5a9 100644 --- a/js/star-rating.min.js +++ b/js/star-rating.min.js @@ -1,6 +1,6 @@ /*! * @copyright © Kartik Visweswaran, Krajee.com, 2013 - 2015 - * @version 3.5.2 + * @version 3.5.3 * * A simple yet powerful JQuery star rating plugin that allows rendering * fractional star ratings and supports Right to Left (RTL) input.