Google Reviews Widget - Version 1.44

Version Description

  • Update readme
Download this release

Release Info

Developer widgetpack
Plugin Icon 128x128 Google Reviews Widget
Version 1.44
Comparing to
See all releases

Code changes from version 1.43 to 1.44

Files changed (3) hide show
  1. grw-widget.php +3 -3
  2. grw.php +2 -2
  3. readme.txt +7 -4
grw-widget.php CHANGED
@@ -261,11 +261,11 @@ class Goog_Reviews_Widget extends WP_Widget {
261
  <div class="form-group wpgrev-disabled">
262
  <label><?php echo grw_i('Change place photo'); ?></label>
263
  </div>
264
- <div class="form-group">
265
- <div class="wpgrev-pro"><?php echo grw_i('Custom photo available in Pro version: '); ?> <a href="https://googlereviews.pro/" target="_blank"><?php echo grw_i('Upgrade to Pro'); ?></a></div>
266
  </div>
267
  <div class="form-group">
268
- <input type="text" id="<?php echo $this->get_field_id('text_size'); ?>" name="<?php echo $this->get_field_name('text_size'); ?>" value="<?php echo $text_size; ?>" placeholder="<?php echo grw_i('Review char limit before \'read more\' link: 200'); ?>" />
269
  </div>
270
  <div class="form-group">
271
  <input id="<?php echo $this->get_field_id('dark_theme'); ?>" name="<?php echo $this->get_field_name('dark_theme'); ?>" type="checkbox" value="1" <?php checked('1', $dark_theme); ?> />
261
  <div class="form-group wpgrev-disabled">
262
  <label><?php echo grw_i('Change place photo'); ?></label>
263
  </div>
264
+ <div class="form-group wpgrev-disabled">
265
+ <input type="text" placeholder="<?php echo grw_i('Review text limit before \'read more\' link: 200'); ?>" disabled />
266
  </div>
267
  <div class="form-group">
268
+ <div class="wpgrev-pro"><?php echo grw_i('Custom photo and review concatenation available in Pro version: '); ?> <a href="https://googlereviews.pro/" target="_blank"><?php echo grw_i('Upgrade to Pro'); ?></a></div>
269
  </div>
270
  <div class="form-group">
271
  <input id="<?php echo $this->get_field_id('dark_theme'); ?>" name="<?php echo $this->get_field_name('dark_theme'); ?>" type="checkbox" value="1" <?php checked('1', $dark_theme); ?> />
grw.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Reviews Widget
4
  Plugin URI: https://googlereviews.pro/
5
  Description: Instantly Google Places Reviews on your website to increase user confidence and SEO.
6
  Author: WidgetPack <contact@widgetpack.com>
7
- Version: 1.43
8
  Author URI: https://googlereviews.pro/
9
  */
10
 
@@ -12,7 +12,7 @@ require(ABSPATH . 'wp-includes/version.php');
12
 
13
  require_once(dirname(__FILE__) . '/api/grw-api.php');
14
 
15
- define('GRW_VERSION', '1.43');
16
  define('GRW_GOOGLE_PLACE_API', 'https://maps.googleapis.com/maps/api/place/');
17
  define('GRW_GOOGLE_AVATAR', 'https://lh3.googleusercontent.com/-8hepWJzFXpE/AAAAAAAAAAI/AAAAAAAAAAA/I80WzYfIxCQ/s64-c/114307615494839964028.jpg');
18
  define('GRW_PLUGIN_URL', plugins_url(basename(plugin_dir_path(__FILE__ )), basename(__FILE__)));
4
  Plugin URI: https://googlereviews.pro/
5
  Description: Instantly Google Places Reviews on your website to increase user confidence and SEO.
6
  Author: WidgetPack <contact@widgetpack.com>
7
+ Version: 1.44
8
  Author URI: https://googlereviews.pro/
9
  */
10
 
12
 
13
  require_once(dirname(__FILE__) . '/api/grw-api.php');
14
 
15
+ define('GRW_VERSION', '1.44');
16
  define('GRW_GOOGLE_PLACE_API', 'https://maps.googleapis.com/maps/api/place/');
17
  define('GRW_GOOGLE_AVATAR', 'https://lh3.googleusercontent.com/-8hepWJzFXpE/AAAAAAAAAAI/AAAAAAAAAAA/I80WzYfIxCQ/s64-c/114307615494839964028.jpg');
18
  define('GRW_PLUGIN_URL', plugins_url(basename(plugin_dir_path(__FILE__ )), basename(__FILE__)));
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://googlereviews.pro/
4
  Tags: google, google business reviews, google place review, Google Places, google places reviews, google review, google review widget, google map reviews, map reviews, google reviews, review, reviews, google reviews widget, comment, comments, sidebar, widget, widgetpack
5
  Requires at least: 2.8
6
  Tested up to: 4.6
7
- Stable tag: 1.43
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -23,11 +23,11 @@ Live demo: [http://widgetsforsite.com/](http://widgetsforsite.com/)
23
  * Free!
24
  * SEO
25
  * Display up to 5 Google business reviews per location
 
26
  * Shows real reviews from G+ users to increase user confidence
27
  * Work without Google Places API key
28
  * Easy search of place and instantly show reviews
29
  * Themes: review list and fixed badge rating box
30
- * Trim long reviews and add "read more" link
31
  * Support dark websites
32
  * Zero load time regardless of your site
33
  * Works even if Google is unavailable
@@ -38,7 +38,7 @@ Live demo: [http://widgetsforsite.com/](http://widgetsforsite.com/)
38
 
39
  * Auto-download new Google reviews daily
40
  * Collect and display more than 5 Google reviews
41
- * Pure self-hosted plugin, keep all reviews in WordPress database
42
  * Support schema.org/AggregateRating microdata to display Google Snippet for rating
43
  * Powerful <b>Shortcode Builder</b>
44
  * Moderation panel, delete any reviews
@@ -47,7 +47,7 @@ Live demo: [http://widgetsforsite.com/](http://widgetsforsite.com/)
47
  * Leave Google review link
48
  * Pagination, Sorting (by default, recent, oldest, highest score, lowest score)
49
  * Disable profile G+ links, nofollow, target="_blank"
50
- * Priority Live Chat support
51
 
52
  == Installation ==
53
 
@@ -62,6 +62,9 @@ Live demo: [http://widgetsforsite.com/](http://widgetsforsite.com/)
62
 
63
  == Changelog ==
64
 
 
 
 
65
  = 1.43 =
66
  * Bugfix, Added search by Google Place ID
67
 
4
  Tags: google, google business reviews, google place review, Google Places, google places reviews, google review, google review widget, google map reviews, map reviews, google reviews, review, reviews, google reviews widget, comment, comments, sidebar, widget, widgetpack
5
  Requires at least: 2.8
6
  Tested up to: 4.6
7
+ Stable tag: 1.44
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
23
  * Free!
24
  * SEO
25
  * Display up to 5 Google business reviews per location
26
+ * Keep all reviews in WordPress database
27
  * Shows real reviews from G+ users to increase user confidence
28
  * Work without Google Places API key
29
  * Easy search of place and instantly show reviews
30
  * Themes: review list and fixed badge rating box
 
31
  * Support dark websites
32
  * Zero load time regardless of your site
33
  * Works even if Google is unavailable
38
 
39
  * Auto-download new Google reviews daily
40
  * Collect and display more than 5 Google reviews
41
+ * Trim long reviews and add "read more" link
42
  * Support schema.org/AggregateRating microdata to display Google Snippet for rating
43
  * Powerful <b>Shortcode Builder</b>
44
  * Moderation panel, delete any reviews
47
  * Leave Google review link
48
  * Pagination, Sorting (by default, recent, oldest, highest score, lowest score)
49
  * Disable profile G+ links, nofollow, target="_blank"
50
+ * Priority support
51
 
52
  == Installation ==
53
 
62
 
63
  == Changelog ==
64
 
65
+ = 1.44 =
66
+ * Update readme
67
+
68
  = 1.43 =
69
  * Bugfix, Added search by Google Place ID
70