Version Description
Download this release
Release Info
Developer | codeinwp |
Plugin | WP Product Review Lite |
Version | 2.9.3 |
Comparing to | |
See all releases |
Code changes from version 2.9.2 to 2.9.3
- css/frontpage.css +8 -6
- inc/widget-layouts/style 1.php +11 -6
- readme.txt +6 -1
- wp-product-review.php +2 -3
css/frontpage.css
CHANGED
@@ -194,18 +194,20 @@
|
|
194 |
#review-statistics .review-wrap-up .review-wu-right ul li {
|
195 |
font-size: 16px;padding-left: 0;
|
196 |
margin: 0 0 2%;
|
197 |
-
font-family: "Lato";
|
198 |
-
|
199 |
-
#review-statistics .review-wrap-up .review-wu-right ul li {
|
200 |
-
|
201 |
line-height:1;
|
|
|
202 |
|
|
|
|
|
|
|
203 |
}
|
204 |
|
205 |
-
.review-wu-right ul li {
|
|
|
206 |
|
|
|
207 |
background:none !important;
|
208 |
-
|
209 |
}
|
210 |
|
211 |
.comment-form-meta-option input{
|
194 |
#review-statistics .review-wrap-up .review-wu-right ul li {
|
195 |
font-size: 16px;padding-left: 0;
|
196 |
margin: 0 0 2%;
|
197 |
+
font-family: "Lato";
|
|
|
|
|
|
|
198 |
line-height:1;
|
199 |
+
}
|
200 |
|
201 |
+
#review-statistics .review-wrap-up .review-wu-right ul li:before {
|
202 |
+
content: "-";
|
203 |
+
margin-right: 5px;
|
204 |
}
|
205 |
|
206 |
+
#review-statistics .review-wrap-up .review-wu-right ul li {
|
207 |
+
}
|
208 |
|
209 |
+
.review-wu-right ul li {
|
210 |
background:none !important;
|
|
|
211 |
}
|
212 |
|
213 |
.comment-form-meta-option input{
|
inc/widget-layouts/style 1.php
CHANGED
@@ -54,12 +54,17 @@
|
|
54 |
}
|
55 |
?>
|
56 |
<p class="wppr-style1-buttons">
|
57 |
-
<?php
|
58 |
-
<a href='
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
|
|
|
|
|
|
|
|
|
|
63 |
</p>
|
64 |
</div>
|
65 |
<div class="clear"></div>
|
54 |
}
|
55 |
?>
|
56 |
<p class="wppr-style1-buttons">
|
57 |
+
<?php
|
58 |
+
$link = "<a href='{$affiliate_link}' rel='nofollow' target='_blank' class='wppr-bttn'>" . __($instance['cwp_tp_buynow'], "cwppos") . "</a>";
|
59 |
+
if (!empty($instance['cwp_tp_buynow'])) {
|
60 |
+
echo apply_filters("wppr_widget_style1_buynow_link", $link, get_the_ID(), $affiliate_link, $instance['cwp_tp_buynow']);
|
61 |
+
}
|
62 |
+
|
63 |
+
$link = "<a href='{$review_link}' rel='nofollow' target='_blank' class='wppr-bttn'>" . __($instance['cwp_tp_readreview'], "cwppos") . "</a>";
|
64 |
+
if (!empty($instance['cwp_tp_readreview'])) {
|
65 |
+
echo apply_filters("wppr_widget_style1_readreview_link", $link, get_the_ID(), $review_link, $instance['cwp_tp_readreview']);
|
66 |
+
}
|
67 |
+
?>
|
68 |
</p>
|
69 |
</div>
|
70 |
<div class="clear"></div>
|
readme.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
===
|
2 |
Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,themeisle,Madalin_ThemeIsle
|
3 |
Tags: review, rating, posts, widget, review blogger, review blogging, affiliate, product reviews,plugin, google rating, product review, rating, review, star rating, user rating, wp rating, wp review, google, hreview,rich snippets,seo,snippet
|
4 |
Author URI: http://themeisle.com
|
@@ -72,6 +72,11 @@ If you wanna learn more about the <a href="http://www.codeinwp.com/blog/fastest-
|
|
72 |
|
73 |
== Changelog ==
|
74 |
|
|
|
|
|
|
|
|
|
|
|
75 |
**New in 2.9.2**
|
76 |
|
77 |
- Fixed shortcode compatibility with pro version
|
1 |
+
=== WP Product Review Lite ===
|
2 |
Contributors: codeinwp,marius2012,marius_codeinwp,hardeepasrani,themeisle,Madalin_ThemeIsle
|
3 |
Tags: review, rating, posts, widget, review blogger, review blogging, affiliate, product reviews,plugin, google rating, product review, rating, review, star rating, user rating, wp rating, wp review, google, hreview,rich snippets,seo,snippet
|
4 |
Author URI: http://themeisle.com
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
**New in 2.9.3**
|
76 |
+
|
77 |
+
- Added dashes for pro/cons list
|
78 |
+
- Added filters for nofollow links in widgets area
|
79 |
+
|
80 |
**New in 2.9.2**
|
81 |
|
82 |
- Fixed shortcode compatibility with pro version
|
wp-product-review.php
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
*
|
10 |
* Plugin Name: WP Product Review Lite
|
11 |
* Description: The highest rated and most complete review plugin, now with rich snippets support. Easily turn your basic posts into in-depth reviews.
|
12 |
-
* Version: 2.9.
|
13 |
* Author: Themeisle
|
14 |
* Author URI: http://themeisle.com/
|
15 |
* Plugin URI: http://themeisle.com/plugins/wp-product-review-lite/
|
@@ -22,7 +22,7 @@
|
|
22 |
* Domain Path: /languages
|
23 |
*/
|
24 |
|
25 |
-
define( 'WPPR_LITE_VERSION','2.9.
|
26 |
define( 'WPPR_PATH',dirname( __FILE__ ) );
|
27 |
define( 'WPPR_SLUG', "wppr" );
|
28 |
define( 'WPPR_URL',plugins_url( 'wp-product-review' ) );
|
@@ -53,7 +53,6 @@ function wppr_upsell_config($config)
|
|
53 |
__(" In order to be able to automatically load your options from another posts, you need the PRO add-on", "cwppos"). '<a href="http://bit.ly/2bpC3vT" target="_blank" class="preload_info_upsell">'.__("View Preload features","cwppos").'</a>',
|
54 |
"<i>".__(" You can always import options from other reviews using the preloader feature from the PRO add-on", "cwppos"). '</i><a href="http://bit.ly/2c1QNFK" target="_blank" class="preload_info_upsell">'.__("View more PRO features","cwppos").'</a>',
|
55 |
"<i>".__(" Build review more easily by importing them from other posts using the preloader feature from the pro addon", "cwppos"). '</i><a href="http://bit.ly/2bT89Sk" target="_blank" class="preload_info_upsell">'.__("View details","cwppos").'</a>',
|
56 |
-
|
57 |
)
|
58 |
);
|
59 |
}
|
9 |
*
|
10 |
* Plugin Name: WP Product Review Lite
|
11 |
* Description: The highest rated and most complete review plugin, now with rich snippets support. Easily turn your basic posts into in-depth reviews.
|
12 |
+
* Version: 2.9.3
|
13 |
* Author: Themeisle
|
14 |
* Author URI: http://themeisle.com/
|
15 |
* Plugin URI: http://themeisle.com/plugins/wp-product-review-lite/
|
22 |
* Domain Path: /languages
|
23 |
*/
|
24 |
|
25 |
+
define( 'WPPR_LITE_VERSION','2.9.3' );
|
26 |
define( 'WPPR_PATH',dirname( __FILE__ ) );
|
27 |
define( 'WPPR_SLUG', "wppr" );
|
28 |
define( 'WPPR_URL',plugins_url( 'wp-product-review' ) );
|
53 |
__(" In order to be able to automatically load your options from another posts, you need the PRO add-on", "cwppos"). '<a href="http://bit.ly/2bpC3vT" target="_blank" class="preload_info_upsell">'.__("View Preload features","cwppos").'</a>',
|
54 |
"<i>".__(" You can always import options from other reviews using the preloader feature from the PRO add-on", "cwppos"). '</i><a href="http://bit.ly/2c1QNFK" target="_blank" class="preload_info_upsell">'.__("View more PRO features","cwppos").'</a>',
|
55 |
"<i>".__(" Build review more easily by importing them from other posts using the preloader feature from the pro addon", "cwppos"). '</i><a href="http://bit.ly/2bT89Sk" target="_blank" class="preload_info_upsell">'.__("View details","cwppos").'</a>',
|
|
|
56 |
)
|
57 |
);
|
58 |
}
|