Version Description
- Minor changes
Download this release
Release Info
Developer | Dudo |
Plugin | Yasr – Yet Another Stars Rating |
Version | 1.6.6 |
Comparing to | |
See all releases |
Code changes from version 1.6.5 to 1.6.6
- css/jquery-ui.css +11 -12
- lib/yasr-settings-functions.php +1 -1
- readme.txt +7 -4
- yet-another-stars-rating.php +2 -2
css/jquery-ui.css
CHANGED
@@ -845,7 +845,7 @@ body .ui-tooltip {
|
|
845 |
}
|
846 |
.ui-widget-content {
|
847 |
border: 1px solid #aaaaaa;
|
848 |
-
background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x
|
849 |
color: #222222;
|
850 |
}
|
851 |
.ui-widget-content a {
|
@@ -853,7 +853,7 @@ body .ui-tooltip {
|
|
853 |
}
|
854 |
.ui-widget-header {
|
855 |
border: 1px solid #aaaaaa;
|
856 |
-
background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x
|
857 |
color: #222222;
|
858 |
font-weight: bold;
|
859 |
}
|
@@ -867,7 +867,7 @@ body .ui-tooltip {
|
|
867 |
.ui-widget-content .ui-state-default,
|
868 |
.ui-widget-header .ui-state-default {
|
869 |
border: 1px solid #d3d3d3;
|
870 |
-
background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x
|
871 |
font-weight: normal;
|
872 |
color: #555555;
|
873 |
}
|
@@ -884,7 +884,7 @@ body .ui-tooltip {
|
|
884 |
.ui-widget-content .ui-state-focus,
|
885 |
.ui-widget-header .ui-state-focus {
|
886 |
border: 1px solid #999999;
|
887 |
-
background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x
|
888 |
font-weight: normal;
|
889 |
color: #212121;
|
890 |
}
|
@@ -903,7 +903,7 @@ body .ui-tooltip {
|
|
903 |
.ui-widget-content .ui-state-active,
|
904 |
.ui-widget-header .ui-state-active {
|
905 |
border: 1px solid #aaaaaa;
|
906 |
-
background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x
|
907 |
font-weight: normal;
|
908 |
color: #212121;
|
909 |
}
|
@@ -920,7 +920,7 @@ body .ui-tooltip {
|
|
920 |
.ui-widget-content .ui-state-highlight,
|
921 |
.ui-widget-header .ui-state-highlight {
|
922 |
border: 1px solid #fcefa1;
|
923 |
-
background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x
|
924 |
color: #363636;
|
925 |
}
|
926 |
.ui-state-highlight a,
|
@@ -932,7 +932,7 @@ body .ui-tooltip {
|
|
932 |
.ui-widget-content .ui-state-error,
|
933 |
.ui-widget-header .ui-state-error {
|
934 |
border: 1px solid #cd0a0a;
|
935 |
-
background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x
|
936 |
color: #cd0a0a;
|
937 |
}
|
938 |
.ui-state-error a,
|
@@ -977,7 +977,7 @@ body .ui-tooltip {
|
|
977 |
height: 16px;
|
978 |
}
|
979 |
.ui-icon,
|
980 |
-
|
981 |
background-image: url("images/ui-icons_222222_256x240.png");
|
982 |
}
|
983 |
.ui-widget-header .ui-icon {
|
@@ -999,7 +999,7 @@ body .ui-tooltip {
|
|
999 |
.ui-state-error .ui-icon,
|
1000 |
.ui-state-error-text .ui-icon {
|
1001 |
background-image: url("images/ui-icons_cd0a0a_256x240.png");
|
1002 |
-
}
|
1003 |
|
1004 |
/* positioning */
|
1005 |
.ui-icon-blank { background-position: 16px 16px; }
|
@@ -1211,16 +1211,15 @@ body .ui-tooltip {
|
|
1211 |
|
1212 |
/* Overlays */
|
1213 |
.ui-widget-overlay {
|
1214 |
-
background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x
|
1215 |
opacity: .3;
|
1216 |
filter: Alpha(Opacity=30); /* support: IE8 */
|
1217 |
}
|
1218 |
.ui-widget-shadow {
|
1219 |
margin: -8px 0 0 -8px;
|
1220 |
padding: 8px;
|
1221 |
-
background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x
|
1222 |
opacity: .3;
|
1223 |
filter: Alpha(Opacity=30); /* support: IE8 */
|
1224 |
border-radius: 8px;
|
1225 |
}
|
1226 |
-
|
845 |
}
|
846 |
.ui-widget-content {
|
847 |
border: 1px solid #aaaaaa;
|
848 |
+
/*background: #ffffff url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;*/
|
849 |
color: #222222;
|
850 |
}
|
851 |
.ui-widget-content a {
|
853 |
}
|
854 |
.ui-widget-header {
|
855 |
border: 1px solid #aaaaaa;
|
856 |
+
/*background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;*/
|
857 |
color: #222222;
|
858 |
font-weight: bold;
|
859 |
}
|
867 |
.ui-widget-content .ui-state-default,
|
868 |
.ui-widget-header .ui-state-default {
|
869 |
border: 1px solid #d3d3d3;
|
870 |
+
/*background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;*/
|
871 |
font-weight: normal;
|
872 |
color: #555555;
|
873 |
}
|
884 |
.ui-widget-content .ui-state-focus,
|
885 |
.ui-widget-header .ui-state-focus {
|
886 |
border: 1px solid #999999;
|
887 |
+
/*background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;*/
|
888 |
font-weight: normal;
|
889 |
color: #212121;
|
890 |
}
|
903 |
.ui-widget-content .ui-state-active,
|
904 |
.ui-widget-header .ui-state-active {
|
905 |
border: 1px solid #aaaaaa;
|
906 |
+
/*background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;*/
|
907 |
font-weight: normal;
|
908 |
color: #212121;
|
909 |
}
|
920 |
.ui-widget-content .ui-state-highlight,
|
921 |
.ui-widget-header .ui-state-highlight {
|
922 |
border: 1px solid #fcefa1;
|
923 |
+
/*background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;*/
|
924 |
color: #363636;
|
925 |
}
|
926 |
.ui-state-highlight a,
|
932 |
.ui-widget-content .ui-state-error,
|
933 |
.ui-widget-header .ui-state-error {
|
934 |
border: 1px solid #cd0a0a;
|
935 |
+
/*background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;*/
|
936 |
color: #cd0a0a;
|
937 |
}
|
938 |
.ui-state-error a,
|
977 |
height: 16px;
|
978 |
}
|
979 |
.ui-icon,
|
980 |
+
/*.ui-widget-content .ui-icon {
|
981 |
background-image: url("images/ui-icons_222222_256x240.png");
|
982 |
}
|
983 |
.ui-widget-header .ui-icon {
|
999 |
.ui-state-error .ui-icon,
|
1000 |
.ui-state-error-text .ui-icon {
|
1001 |
background-image: url("images/ui-icons_cd0a0a_256x240.png");
|
1002 |
+
}*/
|
1003 |
|
1004 |
/* positioning */
|
1005 |
.ui-icon-blank { background-position: 16px 16px; }
|
1211 |
|
1212 |
/* Overlays */
|
1213 |
.ui-widget-overlay {
|
1214 |
+
/*background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;*/
|
1215 |
opacity: .3;
|
1216 |
filter: Alpha(Opacity=30); /* support: IE8 */
|
1217 |
}
|
1218 |
.ui-widget-shadow {
|
1219 |
margin: -8px 0 0 -8px;
|
1220 |
padding: 8px;
|
1221 |
+
/*background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;*/
|
1222 |
opacity: .3;
|
1223 |
filter: Alpha(Opacity=30); /* support: IE8 */
|
1224 |
border-radius: 8px;
|
1225 |
}
|
|
lib/yasr-settings-functions.php
CHANGED
@@ -576,7 +576,7 @@ function yasr_settings_tabs($active_tab) {
|
|
576 |
|
577 |
<?php
|
578 |
|
579 |
-
$string = sprintf(__('If you disable jQuery, YASR will work on vanilla javascript
|
580 |
Please note this feature is still in beta. %s
|
581 |
For now, this work only with yasr_overall_rating and yasr_visitor_votes shortcodes. %s
|
582 |
You will not able to change star set colors %s
|
576 |
|
577 |
<?php
|
578 |
|
579 |
+
$string = sprintf(__('If you disable jQuery, YASR will work on vanilla javascript. %s
|
580 |
Please note this feature is still in beta. %s
|
581 |
For now, this work only with yasr_overall_rating and yasr_visitor_votes shortcodes. %s
|
582 |
You will not able to change star set colors %s
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: ratings, rating, postrating, google rating, 5 star, review, reviews, star
|
|
4 |
Requires at least: 4.3.0
|
5 |
Contributors: Dudo
|
6 |
Tested up to: 5.0
|
7 |
-
Stable tag: 1.6.
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
Boost the way people interact with your website, e-commerce or blog with an easy and intuitive WordPress rating system!
|
@@ -12,7 +12,7 @@ Boost the way people interact with your website, e-commerce or blog with an easy
|
|
12 |
== Description ==
|
13 |
Improving the user experience (UX) with your website is a top priority for everyone who cares about their online activity, as it promotes familiarity and loyalty with your brand, and enhances visibility of your activity.
|
14 |
|
15 |
-
Yasr - Yet Another Stars Rating is a powerful way to add SEO-friendly user-generated reviews and testimonials to your website posts, pages and
|
16 |
|
17 |
= How To use =
|
18 |
|
@@ -107,13 +107,16 @@ Of course not: you can easily add it on the visual editor just by clicking the "
|
|
107 |
|
108 |
The full changelog can be found in the plugin's directory. Recent entries:
|
109 |
|
|
|
|
|
|
|
110 |
= 1.6.5 =
|
111 |
-
NEW FEATURE: is it possible to use YASR without jquery
|
112 |
This functionality is still in beta and for now and works only with yasr_overall_rating and yasr_visitor_votes shortcode.
|
113 |
You can enable/disable this in every moment in the settings
|
114 |
|
115 |
= 1.6.4 =
|
116 |
-
Updated freemius sdk to be gdpr compilant
|
117 |
|
118 |
= 1.6.3 =
|
119 |
* FIXED: Multiset transient are now deleted only under the "Multi Sets" tab
|
4 |
Requires at least: 4.3.0
|
5 |
Contributors: Dudo
|
6 |
Tested up to: 5.0
|
7 |
+
Stable tag: 1.6.6
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
10 |
Boost the way people interact with your website, e-commerce or blog with an easy and intuitive WordPress rating system!
|
12 |
== Description ==
|
13 |
Improving the user experience (UX) with your website is a top priority for everyone who cares about their online activity, as it promotes familiarity and loyalty with your brand, and enhances visibility of your activity.
|
14 |
|
15 |
+
Yasr - Yet Another Stars Rating is a powerful way to add SEO-friendly user-generated reviews and testimonials to your website posts, pages and CPC, without affecting its speed.
|
16 |
|
17 |
= How To use =
|
18 |
|
107 |
|
108 |
The full changelog can be found in the plugin's directory. Recent entries:
|
109 |
|
110 |
+
= 1.6.6 =
|
111 |
+
* Minor changes
|
112 |
+
|
113 |
= 1.6.5 =
|
114 |
+
* NEW FEATURE: is it possible to use YASR without jquery: vanilla javascript use the library [rater-js](https://github.com/fredolss/rater-js) by Fredrik Olsson
|
115 |
This functionality is still in beta and for now and works only with yasr_overall_rating and yasr_visitor_votes shortcode.
|
116 |
You can enable/disable this in every moment in the settings
|
117 |
|
118 |
= 1.6.4 =
|
119 |
+
* Updated freemius sdk to be gdpr compilant
|
120 |
|
121 |
= 1.6.3 =
|
122 |
* FIXED: Multiset transient are now deleted only under the "Multi Sets" tab
|
yet-another-stars-rating.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Yet Another Stars Rating
|
5 |
* Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
|
6 |
* Description: Yet Another Stars Rating turn your WordPress into a complete review website.
|
7 |
-
* Version: 1.6.
|
8 |
* Author: Dario Curvino
|
9 |
* Author URI: https://yetanotherstarsrating.com/
|
10 |
* Text Domain: yet-another-stars-rating
|
@@ -74,7 +74,7 @@ function yasr_fs()
|
|
74 |
yasr_fs();
|
75 |
// Signal that SDK was initiated.
|
76 |
do_action( 'yasr_fs_loaded' );
|
77 |
-
define( 'YASR_VERSION_NUM', '1.6.
|
78 |
//Plugin relative path
|
79 |
define( "YASR_ABSOLUTE_PATH", dirname( __FILE__ ) );
|
80 |
//Plugin RELATIVE PATH without slashes (just the directory's name)
|
4 |
* Plugin Name: Yet Another Stars Rating
|
5 |
* Plugin URI: http://wordpress.org/plugins/yet-another-stars-rating/
|
6 |
* Description: Yet Another Stars Rating turn your WordPress into a complete review website.
|
7 |
+
* Version: 1.6.6
|
8 |
* Author: Dario Curvino
|
9 |
* Author URI: https://yetanotherstarsrating.com/
|
10 |
* Text Domain: yet-another-stars-rating
|
74 |
yasr_fs();
|
75 |
// Signal that SDK was initiated.
|
76 |
do_action( 'yasr_fs_loaded' );
|
77 |
+
define( 'YASR_VERSION_NUM', '1.6.6' );
|
78 |
//Plugin relative path
|
79 |
define( "YASR_ABSOLUTE_PATH", dirname( __FILE__ ) );
|
80 |
//Plugin RELATIVE PATH without slashes (just the directory's name)
|