Skip to content

Commit

Permalink
Update to release v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed May 25, 2019
1 parent d106858 commit cb44927
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 24 deletions.
11 changes: 10 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
Change Log: `bootstrap-star-rating`
===================================

## Version 4.0.5
## Version 4.0.6

**Date:** 25-May-2019

- (enh #195): Update Bootstrap dependency.
- (enh #194, enh #180): Allow StarCaptionClasses CSS classes to also be set by Percentage width.
- (enh #190): Update German Translations.
- Implement stale bot.

## Version 4.0.6

**Date:** 04-Oct-2018

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 - 2018, Kartik Visweswaran
Copyright (c) 2013 - 2019, Kartik Visweswaran
Krajee.com
All rights reserved.

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,21 +114,21 @@ Step 1: Load the following assets in your header.

```html
<!-- default styles -->
<link href="http://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.css" rel="stylesheet">
<link href="path/to/css/star-rating.css" media="all" rel="stylesheet" type="text/css" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/4.0.6/css/star-rating.min.css" media="all" rel="stylesheet" type="text/css" />

<!-- optionally if you need to use a theme, then include the theme CSS file as mentioned below -->
<link href="path/to/themes/krajee-svg/theme.css" media="all" rel="stylesheet" type="text/css" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/4.0.6/themes/krajee-svg/theme.css" media="all" rel="stylesheet" type="text/css" />

<!-- important mandatory libraries -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.js"></script>
<script src="path/to/js/star-rating.js" type="text/javascript"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/4.0.6/js/star-rating.min.js" type="text/javascript"></script>

<!-- optionally if you need to use a theme, then include the theme JS file as mentioned below -->
<script src="path/to/themes/krajee-svg/theme.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/4.0.6/themes/krajee-svg/theme.js"></script>

<!-- optionally if you need translation for your language then include locale file as mentioned below -->
<script src="path/to/js/locales/<lang>.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-star-rating/4.0.6/js/locales/<lang>.js"></script>
```

If you noticed, you need to load the `jquery.min.js` and `bootstrap.min.css` in addition to the `star-rating.min.css` and `star-rating.min.js` for
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-star-rating",
"version": "4.0.5",
"version": "4.0.6",
"homepage": "https://github.com/kartik-v/bootstrap-star-rating",
"authors": [
"Kartik Visweswaran <kartikv2@gmail.com>"
Expand All @@ -21,7 +21,7 @@
],
"dependencies": {
"jquery": ">= 1.9.0",
"bootstrap": "~3"
"bootstrap": ">= 3.0.0"
},
"ignore": [
"**/.*",
Expand Down
4 changes: 2 additions & 2 deletions css/star-rating.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*!
* bootstrap-star-rating v4.0.5
* bootstrap-star-rating v4.0.6
* http://plugins.krajee.com/star-rating
*
* Author: Kartik Visweswaran
* Copyright: 2013 - 2018, Kartik Visweswaran, Krajee.com
* Copyright: 2013 - 2019, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
Expand Down
4 changes: 2 additions & 2 deletions 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 examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8"/>
<title>Krajee JQuery Plugins - &copy; Kartik</title>
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link href="../css/star-rating.css" media="all" rel="stylesheet" type="text/css"/>
<!--suppress JSUnresolvedLibraryURL -->
Expand Down
4 changes: 2 additions & 2 deletions js/star-rating.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*!
* bootstrap-star-rating v4.0.5
* bootstrap-star-rating v4.0.6
* http://plugins.krajee.com/star-rating
*
* Author: Kartik Visweswaran
* Copyright: 2013 - 2018, Kartik Visweswaran, Krajee.com
* Copyright: 2013 - 2019, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
Expand Down
6 changes: 3 additions & 3 deletions js/star-rating.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-star-rating",
"version": "4.0.5",
"version": "4.0.6",
"homepage": "https://github.com/kartik-v/bootstrap-star-rating",
"author": "Kartik Visweswaran <kartikv2@gmail.com>",
"description": "A simple yet powerful JQuery star rating plugin for Bootstrap.",
Expand All @@ -11,7 +11,6 @@
"type": "git",
"url": "https://github.com/kartik-v/bootstrap-star-rating.git"
},
"main": "js/star-rating.min.js",
"keywords": [
"bootstrap",
"star",
Expand All @@ -21,9 +20,11 @@
"glyphicon",
"svg"
],
"main": "./js/star-rating.js",
"style": "./css/star-rating.css",
"peerDependencies": {
"jquery": ">= 1.9.0",
"bootstrap": "~3"
"bootstrap": ">= 3.0.0"
},
"license": "BSD-3-Clause"
}

0 comments on commit cb44927

Please sign in to comment.