Skip to content

Commit 7b48a78

Browse files
committed
Updates to release v4.0.5
1 parent 51f5786 commit 7b48a78

File tree

7 files changed

+17
-8
lines changed

7 files changed

+17
-8
lines changed

CHANGE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log: `bootstrap-star-rating`
22
===================================
33

4+
## Version 4.0.5
5+
6+
**Date:** 04-Oct-2018
7+
8+
- (enh #189): Add Bengali Translations.
9+
- (enh #188): Allow `showCaption` when `displayOnly` is `true`.
10+
411
## Version 4.0.4
512

613
**Date:** 15-Sep-2018

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-star-rating",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"homepage": "https://github.com/kartik-v/bootstrap-star-rating",
55
"authors": [
66
"Kartik Visweswaran <kartikv2@gmail.com>"

css/star-rating.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* bootstrap-star-rating v4.0.4
2+
* bootstrap-star-rating v4.0.5
33
* http://plugins.krajee.com/star-rating
44
*
55
* Author: Kartik Visweswaran

css/star-rating.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/star-rating.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* bootstrap-star-rating v4.0.4
2+
* bootstrap-star-rating v4.0.5
33
* http://plugins.krajee.com/star-rating
44
*
55
* Author: Kartik Visweswaran
@@ -256,7 +256,9 @@
256256
if (self.displayOnly) {
257257
self.inactive = true;
258258
self.showClear = false;
259-
self.showCaption = false;
259+
self.hoverEnabled = false;
260+
self.hoverChangeCaption = false;
261+
self.hoverChangeStars = false;
260262
}
261263
self._generateRating();
262264
self._initEvents();

js/star-rating.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-star-rating",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"homepage": "https://github.com/kartik-v/bootstrap-star-rating",
55
"author": "Kartik Visweswaran <kartikv2@gmail.com>",
66
"description": "A simple yet powerful JQuery star rating plugin for Bootstrap.",

0 commit comments

Comments
 (0)