WP Review - Version 5.1.7

Version Description

Download this release

Release Info

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

Code changes from version 5.1.6 to 5.1.7

admin/metaboxes.php CHANGED
@@ -696,7 +696,7 @@ function wp_review_render_meta_box_review_links( $post ) {
696
  <input type="text" class="widefat" name="wp_review_link_title[]" value="<?php echo esc_attr( $item['text'] ); ?>" />
697
  </td>
698
  <td>
699
- <input type="url" class="widefat" name="wp_review_link_url[]" value="<?php echo esc_url( $item['url'] ); ?>" />
700
  </td>
701
  <td><a class="button remove-row" href="#"><?php esc_html_e( 'Delete', 'wp-review' ); ?></a></td>
702
  </tr>
696
  <input type="text" class="widefat" name="wp_review_link_title[]" value="<?php echo esc_attr( $item['text'] ); ?>" />
697
  </td>
698
  <td>
699
+ <input type="text" class="widefat" name="wp_review_link_url[]" value="<?php echo esc_url( $item['url'] ); ?>" />
700
  </td>
701
  <td><a class="button remove-row" href="#"><?php esc_html_e( 'Delete', 'wp-review' ); ?></a></td>
702
  </tr>
admin/options/review.php CHANGED
@@ -828,7 +828,7 @@ $form_field = new WP_Review_Form_Field();
828
  <tr>
829
  <td style="padding:0">
830
  <input type="text" name="wp_review_options[default_link_text][]" placeholder="Text" value="<?php echo esc_attr( $text ); ?>" />
831
- <input type="url" name="wp_review_options[default_link_url][]" placeholder="URL" value="<?php echo esc_url( $link_urls[ $key ] ); ?>" />
832
  <a class="button remove-row" href="#"><?php esc_html_e( 'Delete', 'wp-review' ); ?></a>
833
  </td>
834
  </tr>
@@ -838,7 +838,7 @@ $form_field = new WP_Review_Form_Field();
838
  <tr class="empty-row screen-reader-text">
839
  <td style="padding:0">
840
  <input class="focus-on-add" type="text" name="wp_review_options[default_link_text][]" placeholder="Text" />
841
- <input type="url" name="wp_review_options[default_link_url][]" placeholder="URL" />
842
  <a class="button remove-row" href="#"><?php esc_html_e( 'Delete', 'wp-review' ); ?></a>
843
  </td>
844
  </tr>
828
  <tr>
829
  <td style="padding:0">
830
  <input type="text" name="wp_review_options[default_link_text][]" placeholder="Text" value="<?php echo esc_attr( $text ); ?>" />
831
+ <input type="text" name="wp_review_options[default_link_url][]" placeholder="URL" value="<?php echo esc_url( $link_urls[ $key ] ); ?>" />
832
  <a class="button remove-row" href="#"><?php esc_html_e( 'Delete', 'wp-review' ); ?></a>
833
  </td>
834
  </tr>
838
  <tr class="empty-row screen-reader-text">
839
  <td style="padding:0">
840
  <input class="focus-on-add" type="text" name="wp_review_options[default_link_text][]" placeholder="Text" />
841
+ <input type="text" name="wp_review_options[default_link_url][]" placeholder="URL" />
842
  <a class="button remove-row" href="#"><?php esc_html_e( 'Delete', 'wp-review' ); ?></a>
843
  </td>
844
  </tr>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: mythemeshop
3
  Creator's website link: http://mythemeshop.com/plugins/wp-review/
4
  Tags: review, schema.org, rating, schema, user rating, google rating, star rating, product review
5
  Requires at least: 4.0
6
- Tested up to: 5.0
7
- Stable tag: 5.1.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -103,6 +103,9 @@ Please disable all plugins and check if rating is working properly. Then you can
103
 
104
  == Changelog ==
105
 
 
 
 
106
  = v5.1.6 (Dec 7, 2018) =
107
  * Fixed meta boxes not hiding when set Review type to 'none'
108
  * Fixed WordPress 5.0 block editor conflict
3
  Creator's website link: http://mythemeshop.com/plugins/wp-review/
4
  Tags: review, schema.org, rating, schema, user rating, google rating, star rating, product review
5
  Requires at least: 4.0
6
+ Tested up to: 5.0.2
7
+ Stable tag: 5.1.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
103
 
104
  == Changelog ==
105
 
106
+ = v5.1.7 (Dec 26, 2018) =
107
+ * Added support for '#' in the review links
108
+
109
  = v5.1.6 (Dec 7, 2018) =
110
  * Fixed meta boxes not hiding when set Review type to 'none'
111
  * Fixed WordPress 5.0 block editor conflict
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: 5.1.6
7
  * Author: MyThemeShop
8
  * Author URI: http://mythemeshop.com/
9
  * Text Domain: wp-review
@@ -45,7 +45,7 @@ if ( version_compare( phpversion(), '5.6', '<' ) ) {
45
  }
46
 
47
  /* Plugin version */
48
- define( 'WP_REVIEW_PLUGIN_VERSION', '5.1.6' );
49
 
50
  /* Sets the custom db table name. */
51
  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: 5.1.7
7
  * Author: MyThemeShop
8
  * Author URI: http://mythemeshop.com/
9
  * Text Domain: wp-review
45
  }
46
 
47
  /* Plugin version */
48
+ define( 'WP_REVIEW_PLUGIN_VERSION', '5.1.7' );
49
 
50
  /* Sets the custom db table name. */
51
  define( 'MTS_WP_REVIEW_DB_TABLE', 'mts_wp_reviews' );