Skip to content

Commit

Permalink
Updates to release v4.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Oct 4, 2018
1 parent 51f5786 commit 7b48a78
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log: `bootstrap-star-rating`
===================================

## Version 4.0.5

**Date:** 04-Oct-2018

- (enh #189): Add Bengali Translations.
- (enh #188): Allow `showCaption` when `displayOnly` is `true`.

## Version 4.0.4

**Date:** 15-Sep-2018
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": "4.0.4",
"version": "4.0.5",
"homepage": "https://github.com/kartik-v/bootstrap-star-rating",
"authors": [
"Kartik Visweswaran <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion css/star-rating.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* bootstrap-star-rating v4.0.4
* bootstrap-star-rating v4.0.5
* http://plugins.krajee.com/star-rating
*
* Author: Kartik Visweswaran
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.

6 changes: 4 additions & 2 deletions js/star-rating.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* bootstrap-star-rating v4.0.4
* bootstrap-star-rating v4.0.5
* http://plugins.krajee.com/star-rating
*
* Author: Kartik Visweswaran
Expand Down Expand Up @@ -256,7 +256,9 @@
if (self.displayOnly) {
self.inactive = true;
self.showClear = false;
self.showCaption = false;
self.hoverEnabled = false;
self.hoverChangeCaption = false;
self.hoverChangeStars = false;
}
self._generateRating();
self._initEvents();
Expand Down
4 changes: 2 additions & 2 deletions js/star-rating.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": "bootstrap-star-rating",
"version": "4.0.4",
"version": "4.0.5",
"homepage": "https://github.com/kartik-v/bootstrap-star-rating",
"author": "Kartik Visweswaran <[email protected]>",
"description": "A simple yet powerful JQuery star rating plugin for Bootstrap.",
Expand Down

0 comments on commit 7b48a78

Please sign in to comment.