Google Reviews Widget - Version 1.6.2

Version Description

  • Bugfix: remove deprecated function create_function()
Download this release

Release Info

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

Code changes from version 1.6.1 to 1.6.2

Files changed (2) hide show
  1. grw.php +7 -4
  2. readme.txt +6 -2
grw.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Reviews Widget
4
  Plugin URI: https://richplugins.com/google-reviews-pro-wordpress-plugin
5
  Description: Instantly Google Places Reviews on your website to increase user confidence and SEO.
6
  Author: RichPlugins <support@richplugins.com>
7
- Version: 1.6.1
8
  Author URI: https://richplugins.com
9
  */
10
 
@@ -13,7 +13,7 @@ require(ABSPATH . 'wp-includes/version.php');
13
  include_once(dirname(__FILE__) . '/api/urlopen.php');
14
  include_once(dirname(__FILE__) . '/helper/debug.php');
15
 
16
- define('GRW_VERSION', '1.6.1');
17
  define('GRW_GOOGLE_PLACE_API', 'https://maps.googleapis.com/maps/api/place/');
18
  define('GRW_GOOGLE_AVATAR', 'https://lh3.googleusercontent.com/-8hepWJzFXpE/AAAAAAAAAAI/AAAAAAAAAAA/I80WzYfIxCQ/s64-c/114307615494839964028.jpg');
19
  define('GRW_PLUGIN_URL', plugins_url(basename(plugin_dir_path(__FILE__ )), basename(__FILE__)));
@@ -33,9 +33,12 @@ function grw_init_widget() {
33
  require 'grw-widget.php';
34
  }
35
  }
36
-
37
  add_action('widgets_init', 'grw_init_widget');
38
- add_action('widgets_init', create_function('', 'register_widget("Goog_Reviews_Widget");'));
 
 
 
 
39
 
40
  /*-------------------------------- Menu --------------------------------*/
41
  function grw_setting_menu() {
4
  Plugin URI: https://richplugins.com/google-reviews-pro-wordpress-plugin
5
  Description: Instantly Google Places Reviews on your website to increase user confidence and SEO.
6
  Author: RichPlugins <support@richplugins.com>
7
+ Version: 1.6.2
8
  Author URI: https://richplugins.com
9
  */
10
 
13
  include_once(dirname(__FILE__) . '/api/urlopen.php');
14
  include_once(dirname(__FILE__) . '/helper/debug.php');
15
 
16
+ define('GRW_VERSION', '1.6.2');
17
  define('GRW_GOOGLE_PLACE_API', 'https://maps.googleapis.com/maps/api/place/');
18
  define('GRW_GOOGLE_AVATAR', 'https://lh3.googleusercontent.com/-8hepWJzFXpE/AAAAAAAAAAI/AAAAAAAAAAA/I80WzYfIxCQ/s64-c/114307615494839964028.jpg');
19
  define('GRW_PLUGIN_URL', plugins_url(basename(plugin_dir_path(__FILE__ )), basename(__FILE__)));
33
  require 'grw-widget.php';
34
  }
35
  }
 
36
  add_action('widgets_init', 'grw_init_widget');
37
+
38
+ function grw_register_widget() {
39
+ return register_widget("Goog_Reviews_Widget");
40
+ }
41
+ add_action('widgets_init', 'grw_register_widget');
42
 
43
  /*-------------------------------- Menu --------------------------------*/
44
  function grw_setting_menu() {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://richplugins.com/google-reviews-pro-wordpress-plugin
4
  Tags: google, reviews, google reviews, google places, google places reviews, testimonials, google review widget, google business reviews, slider, google review, review, google place review, google map reviews, google reviews pro, facebook reviews, facebook page reviews, yelp reviews, yelp business reviews
5
  Requires at least: 2.8
6
  Tested up to: 4.9
7
- Stable tag: 1.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -12,7 +12,7 @@ Google Reviews Widget show Google Places Reviews on your WordPress website to in
12
 
13
  == Description ==
14
 
15
- `To get more features we have <a href="https://richplugins.com/google-reviews-pro-wordpress-plugin">Business version</a> of plugin`
16
 
17
  This plugin display Google Business Reviews on your websites in sidebar widget. A unique feature of the plugin is that it saves reviews in WordPress database and have no depend on any services like Google to show reviews in the widget.
18
 
@@ -29,6 +29,7 @@ This plugin display Google Business Reviews on your websites in sidebar widget.
29
  * Shows real reviews from G+ users to increase user confidence
30
  * Easy search of place and instantly show reviews
31
  * Review list theme
 
32
  * Support dark websites
33
  * Nofollow, target="_blank" links
34
  * Zero load time regardless of your site
@@ -73,6 +74,9 @@ Why limit your reviews to just Google Reviews? Check out our other free business
73
 
74
  == Changelog ==
75
 
 
 
 
76
  = 1.6.1 =
77
  * Improve: support of SiteOrigin builder
78
  * Bugfix: fix css classes for the setting page
4
  Tags: google, reviews, google reviews, google places, google places reviews, testimonials, google review widget, google business reviews, slider, google review, review, google place review, google map reviews, google reviews pro, facebook reviews, facebook page reviews, yelp reviews, yelp business reviews
5
  Requires at least: 2.8
6
  Tested up to: 4.9
7
+ Stable tag: 1.6.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
12
 
13
  == Description ==
14
 
15
+ `To get more features we have <a href="https://richplugins.com/google-reviews-pro-wordpress-plugin">Business version</a> of the plugin`
16
 
17
  This plugin display Google Business Reviews on your websites in sidebar widget. A unique feature of the plugin is that it saves reviews in WordPress database and have no depend on any services like Google to show reviews in the widget.
18
 
29
  * Shows real reviews from G+ users to increase user confidence
30
  * Easy search of place and instantly show reviews
31
  * Review list theme
32
+ * Pagination
33
  * Support dark websites
34
  * Nofollow, target="_blank" links
35
  * Zero load time regardless of your site
74
 
75
  == Changelog ==
76
 
77
+ = 1.6.2 =
78
+ * Bugfix: remove deprecated function create_function()
79
+
80
  = 1.6.1 =
81
  * Improve: support of SiteOrigin builder
82
  * Bugfix: fix css classes for the setting page