Skip to content

Commit

Permalink
Update to release v3.5.3
Browse files Browse the repository at this point in the history
kartik-v committed Jun 18, 2015
1 parent 01e448f commit bd9c52d
Showing 9 changed files with 12 additions and 12 deletions.
3 changes: 2 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
@@ -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
=============
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -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.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

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.5.2",
"version": "3.5.3",
"homepage": "https://github.com/kartik-v/bootstrap-star-rating",
"authors": [
"Kartik Visweswaran <kartikv2@gmail.com>"
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -3,15 +3,14 @@
"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",
"email": "kartikv2@gmail.com",
"homepage": "http://www.krajee.com/"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"kartik\\plugins\\rating\\": ""
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, 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.
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, 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.
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 bd9c52d

Please sign in to comment.