@@ -115,20 +115,20 @@ Step 1: Load the following assets in your header.
115115``` html
116116<!-- default styles -->
117117<link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css" >
118- <link href =" https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-star-rating@4.0.8 /css/star-rating.min.css" media =" all" rel =" stylesheet" type =" text/css" />
118+ <link href =" https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-star-rating@4.0.9 /css/star-rating.min.css" media =" all" rel =" stylesheet" type =" text/css" />
119119
120120<!-- optionally if you need to use a theme, then include the theme CSS file as mentioned below -->
121- <link href =" https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-star-rating@4.0.8 /themes/krajee-svg/theme.css" media =" all" rel =" stylesheet" type =" text/css" />
121+ <link href =" https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-star-rating@4.0.9 /themes/krajee-svg/theme.css" media =" all" rel =" stylesheet" type =" text/css" />
122122
123123<!-- important mandatory libraries -->
124124<script src =" https://code.jquery.com/jquery-3.5.1.min.js" ></script >
125- <script src =" https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-star-rating@4.0.8 /js/star-rating.min.js" type =" text/javascript" ></script >
125+ <script src =" https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-star-rating@4.0.9 /js/star-rating.min.js" type =" text/javascript" ></script >
126126
127127<!-- optionally if you need to use a theme, then include the theme JS file as mentioned below -->
128- <script src =" https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-star-rating@4.0.8 /themes/krajee-svg/theme.js" ></script >
128+ <script src =" https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-star-rating@4.0.9 /themes/krajee-svg/theme.js" ></script >
129129
130130<!-- optionally if you need translation for your language then include locale file as mentioned below (replace LANG.js with your own locale file) -->
131- <script src =" https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-star-rating@4.0.8 /js/locales/LANG.js" ></script >
131+ <script src =" https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-star-rating@4.0.9 /js/locales/LANG.js" ></script >
132132```
133133
134134If 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
0 commit comments