Rating-Widget: Star Review System - Version 1.9.3

Version Description

  • New: Added site category on registration process to provide better targeted recommended content.
Download this release

Release Info

Developer svovaf
Plugin Icon 128x128 Rating-Widget: Star Review System
Version 1.9.3
Comparing to
See all releases

Code changes from version 1.9.2 to 1.9.3

lib/config.common.php CHANGED
@@ -4,7 +4,7 @@
4
 
5
  /* Version
6
  -----------------------------------------------------------------------------------------*/
7
- define('WP_RW__VERSION', '1.9.2');
8
 
9
  /* Localhost.
10
  -----------------------------------------------------------------------------------------*/
4
 
5
  /* Version
6
  -----------------------------------------------------------------------------------------*/
7
+ define('WP_RW__VERSION', '1.9.3');
8
 
9
  /* Localhost.
10
  -----------------------------------------------------------------------------------------*/
rating-widget.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Rating-Widget Plugin
4
  Plugin URI: http://rating-widget.com/get-the-word-press-plugin/
5
  Description: Create and manage Rating-Widget ratings in WordPress.
6
- Version: 1.9.2
7
  Author: Rating-Widget
8
  Author URI: http://rating-widget.com/get-the-word-press-plugin/
9
  License: GPLv2 or later
3
  Plugin Name: Rating-Widget Plugin
4
  Plugin URI: http://rating-widget.com/get-the-word-press-plugin/
5
  Description: Create and manage Rating-Widget ratings in WordPress.
6
+ Version: 1.9.3
7
  Author: Rating-Widget
8
  Author URI: http://rating-widget.com/get-the-word-press-plugin/
9
  License: GPLv2 or later
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: rate, rating, ratings, vote, votes, voting, star, stars, like, dislike, thumbs, widget, widgets, sidebar, comment, comments, post, posts, page, pages, google, admin, administrator, review, reviews, rich-snippets, plugin, plugins, ajax, buddypress, bbpress, social, javascript, js, wordpress, meta
5
  Requires at least: 2.6
6
  Tested up to: 3.6.1
7
- Stable tag: 1.9.2
8
  License: GPLv2 or later
9
 
10
  Star Rating System for WordPress - the most beautiful & user-freindly Thumb & Star ratings for WordPress.
@@ -106,6 +106,9 @@ Check out if you have any active caching plugins in your WordPress, they might c
106
 
107
 
108
  == Change Log ==
 
 
 
109
  = 1.9.2 =
110
  * Fix: Fixed logger for DEBUG state in management dashboard.
111
  * Fix: Fixed rating styling/CSS on dashboard preview.
4
  Tags: rate, rating, ratings, vote, votes, voting, star, stars, like, dislike, thumbs, widget, widgets, sidebar, comment, comments, post, posts, page, pages, google, admin, administrator, review, reviews, rich-snippets, plugin, plugins, ajax, buddypress, bbpress, social, javascript, js, wordpress, meta
5
  Requires at least: 2.6
6
  Tested up to: 3.6.1
7
+ Stable tag: 1.9.3
8
  License: GPLv2 or later
9
 
10
  Star Rating System for WordPress - the most beautiful & user-freindly Thumb & Star ratings for WordPress.
106
 
107
 
108
  == Change Log ==
109
+ = 1.9.3 =
110
+ * New: Added site category on registration process to provide better targeted recommended content.
111
+
112
  = 1.9.2 =
113
  * Fix: Fixed logger for DEBUG state in management dashboard.
114
  * Fix: Fixed rating styling/CSS on dashboard preview.
view/userkey_generation.php CHANGED
@@ -24,7 +24,7 @@
24
  <input type="email" id="rw_email" name="email" value="">
25
  </div>
26
  <div class="rw-field">
27
- <label for="confirmemail">Confirm Email :</label>
28
  <input type="email" id="rw_confirmemail" name="confirmemail" value="">
29
  </div>
30
  <div class="rw-field">
@@ -40,6 +40,53 @@
40
  RWM.RECAPTCHA_PUBLIC + '"></' + 'script>');
41
  </script></div>
42
  </div>-->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  </fieldset>
44
  <div style="font-size: 11px; line-height: 16px; text-align: justify; margin-bottom: 10px;">
45
  The Rating-Widget is a self-hosted rating system for your blog. Therefore the ratings data is stored on Rating-Widget's servers. Please read our full <a href="#" id="rw_wp_terms_trigger" tabindex="-1" style="line-height: 16px;">Terms of Use and Privacy Policy</a>. </div>
24
  <input type="email" id="rw_email" name="email" value="">
25
  </div>
26
  <div class="rw-field">
27
+ <label for="confirmemail">Confirm Email:</label>
28
  <input type="email" id="rw_confirmemail" name="confirmemail" value="">
29
  </div>
30
  <div class="rw-field">
40
  RWM.RECAPTCHA_PUBLIC + '"></' + 'script>');
41
  </script></div>
42
  </div>-->
43
+ <div class="rw-field">
44
+ <label for="category">Category:</label>
45
+ <?php
46
+ $categories = array(
47
+ 'Adult',
48
+ 'Art',
49
+ 'Automobiles',
50
+ 'Beauty',
51
+ 'Business',
52
+ 'Entertainment',
53
+ 'Fashion',
54
+ 'Finance',
55
+ 'Fitness',
56
+ 'Food',
57
+ 'Games',
58
+ 'Health',
59
+ 'Home & Family',
60
+ 'Humor',
61
+ 'Internet Marketing',
62
+ 'Kids & Teens',
63
+ 'LifeStyle',
64
+ 'Music',
65
+ 'News',
66
+ 'Parenting',
67
+ 'Photography',
68
+ 'Pornography',
69
+ 'Poetry & Literature',
70
+ 'Religion & Spirituality',
71
+ 'Soccer',
72
+ 'Society',
73
+ 'Sports',
74
+ 'Technology',
75
+ 'Travel',
76
+ 'Weddings',
77
+ );
78
+ ?>
79
+ <select id="rw_category" name="category">
80
+ <option value="">Select Category</option>
81
+ <option id="rw_new_category">Other (Add New...)</option>
82
+ <optgroup id="rw_category_official" label="Official Categories">
83
+ <?php foreach ($categories as $c) : ?>
84
+ <option data-type="system" value="<?php echo $c;?>"><?php echo $c;?></option>
85
+ <?php endforeach; ?>
86
+ </optgroup>
87
+ <optgroup id="rw_category_by_user" label="User's Categories"></optgroup>
88
+ </select>
89
+ </div>
90
  </fieldset>
91
  <div style="font-size: 11px; line-height: 16px; text-align: justify; margin-bottom: 10px;">
92
  The Rating-Widget is a self-hosted rating system for your blog. Therefore the ratings data is stored on Rating-Widget's servers. Please read our full <a href="#" id="rw_wp_terms_trigger" tabindex="-1" style="line-height: 16px;">Terms of Use and Privacy Policy</a>. </div>