WP Review - Version 3.3.5

Version Description

  • Fixed spelling mistake in notification
Download this release

Release Info

Developer MyThemeShop
Plugin Icon 128x128 WP Review
Version 3.3.5
Comparing to
See all releases

Code changes from version 3.3.4 to 3.3.5

Files changed (3) hide show
  1. includes/functions.php +1 -1
  2. readme.txt +19 -4
  3. wp-review.php +2 -2
includes/functions.php CHANGED
@@ -634,7 +634,7 @@ function wp_review_admin_notice() {
634
  /* Check that the user hasn't already clicked to ignore the message */
635
  if ( ! get_user_meta($user_id, 'wp_review_ignore_notice') ) {
636
  echo '<div class="updated notice-info wp-review-notice" id="wpreview-notice" style="position:relative;">';
637
- printf(__('<p>Create Reviews Easily & Rank Higher In Search Engines - <a target="_blank" href="https://mythemeshop.com/plugins/wp-review-pro/?utm_source=WP+Review&utm_medium=Notification+Link&utm_content=WP+Review+Pro+LP&utm_campaign=WordPressOrg"><strong>WP Reivew Pro Plugin</strong></a></p><a class="notice-dismiss" href="%1$s"></a>'), '?wp_review_admin_notice_ignore=0');
638
  echo "</div>";
639
  }
640
  }
634
  /* Check that the user hasn't already clicked to ignore the message */
635
  if ( ! get_user_meta($user_id, 'wp_review_ignore_notice') ) {
636
  echo '<div class="updated notice-info wp-review-notice" id="wpreview-notice" style="position:relative;">';
637
+ printf(__('<p>Create Reviews Easily & Rank Higher In Search Engines - <a target="_blank" href="https://mythemeshop.com/plugins/wp-review-pro/?utm_source=WP+Review&utm_medium=Notification+Link&utm_content=WP+Review+Pro+LP&utm_campaign=WordPressOrg"><strong>WP Review Pro Plugin</strong></a></p><a class="notice-dismiss" href="%1$s"></a>'), '?wp_review_admin_notice_ignore=0');
638
  echo "</div>";
639
  }
640
  }
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: mythemeshop
3
  Creator's website link: http://mythemeshop.com/plugins/wp-review/
4
  Tags: review, wp review, rating, wp rating, user rating, google rating, star rating, product review
5
  Requires at least: 3.0.1
6
- Tested up to: 4.3
7
- Stable tag: 3.3.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -46,8 +46,20 @@ See WP Review in action on our demo pages:
46
  * Developer friendly - Useful filters are included! So you can use it in your themes.
47
 
48
  = Support =
49
- We will do our best to provide support through the WordPress forums. However, all plugin support is provided in our forum. If you have not registered yet, you can do so here: <a href="https://mythemeshop.com/go/signup/index/c/free">https://mythemeshop.com/go/signup/index/c/free</a>. After searching the knowledge base and forum if you are still stuck, feel free to open a new thread, and a member of our support team will be happy to help. Cheers!<br>
50
- Support link: <a href="http://community.mythemeshop.com/forum/free/plugin-support">http://community.mythemeshop.com/forum/free/plugin-support</a>
 
 
 
 
 
 
 
 
 
 
 
 
51
 
52
  = Developer Zone =
53
  Yes, this plugin is so developer friendly, so you could use it with any theme you develop. Define default CSS, custom position, one line integration in your theme's code.
@@ -89,6 +101,9 @@ Please disable all plugins and check if rating is working properly. Then you can
89
 
90
  == Changelog ==
91
 
 
 
 
92
  = 3.3.4 =
93
  * Fixed notification closing issue
94
 
3
  Creator's website link: http://mythemeshop.com/plugins/wp-review/
4
  Tags: review, wp review, rating, wp rating, user rating, google rating, star rating, product review
5
  Requires at least: 3.0.1
6
+ Tested up to: 4.4
7
+ Stable tag: 3.3.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
46
  * Developer friendly - Useful filters are included! So you can use it in your themes.
47
 
48
  = Support =
49
+
50
+ All support for this plugin is provided through our forums. If you have not registered yet, you can do so here for **FREE** <br>
51
+ <a href=“https://mythemeshop.com/#signup”>https://mythemeshop.com/#signup</a>
52
+
53
+ If after checking our Free WordPress video tutorials here:<br>
54
+ <a href=“https://mythemeshop.com/wordpress-101/”>https://mythemeshop.com/wordpress-101/</a><br>
55
+ &<br>
56
+ <a href=“https://community.mythemeshop.com/tutorials/category/2-free-video-tutorials/“>https://community.mythemeshop.com/tutorials/category/2-free-video-tutorials/</a><br>
57
+ <br>
58
+ you are still stuck, please feel free to open a new thread, and a member of our support team will be happy to help.<br>
59
+
60
+ Support link:<br>
61
+ <a href=“https://community.mythemeshop.com/forum/11-free-plugin-support/”>https://community.mythemeshop.com/forum/11-free-plugin-support/</a><br>
62
+ <br>
63
 
64
  = Developer Zone =
65
  Yes, this plugin is so developer friendly, so you could use it with any theme you develop. Define default CSS, custom position, one line integration in your theme's code.
101
 
102
  == Changelog ==
103
 
104
+ = 3.3.5 =
105
+ * Fixed spelling mistake in notification
106
+
107
  = 3.3.4 =
108
  * Fixed notification closing issue
109
 
wp-review.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WP Review
4
  * Plugin URI: http://mythemeshop.com/plugins/wp-review/
5
  * Description: Create reviews! Choose from stars, percentages or points for review scores. Supports Retina Display, WPMU and Unlimited Color Schemes.
6
- * Version: 3.3.4
7
  * Author: MyThemesShop
8
  * Author URI: http://mythemeshop.com/
9
  *
@@ -26,7 +26,7 @@ if ( ! defined( 'ABSPATH' ) ) exit;
26
  if ( ! defined( 'MTS_WP_REVIEW_DB_TABLE' ) ) {
27
 
28
  /* Plugin version */
29
- define( 'WP_REVIEW_PLUGIN_VERSION', '3.3.4' );
30
 
31
  /* Sets the custom db table name. */
32
  define( 'MTS_WP_REVIEW_DB_TABLE', 'mts_wp_reviews' );
3
  * Plugin Name: WP Review
4
  * Plugin URI: http://mythemeshop.com/plugins/wp-review/
5
  * Description: Create reviews! Choose from stars, percentages or points for review scores. Supports Retina Display, WPMU and Unlimited Color Schemes.
6
+ * Version: 3.3.5
7
  * Author: MyThemesShop
8
  * Author URI: http://mythemeshop.com/
9
  *
26
  if ( ! defined( 'MTS_WP_REVIEW_DB_TABLE' ) ) {
27
 
28
  /* Plugin version */
29
+ define( 'WP_REVIEW_PLUGIN_VERSION', '3.3.5' );
30
 
31
  /* Sets the custom db table name. */
32
  define( 'MTS_WP_REVIEW_DB_TABLE', 'mts_wp_reviews' );