Version Description
- Bugfix: remove unused variable
Download this release
Release Info
Developer | widgetpack |
Plugin | Google Reviews Widget |
Version | 1.46 |
Comparing to | |
See all releases |
Code changes from version 1.45 to 1.46
- grw-setting.php +0 -1
- grw.php +2 -2
- readme.txt +4 -1
grw-setting.php
CHANGED
@@ -249,7 +249,6 @@ if (strlen($grw_google_api_key) == 0) {
|
|
249 |
<?php wp_nonce_field('grw-wpnonce_grw_active', 'grw-form_nonce_grw_active'); ?>
|
250 |
<span class="status">
|
251 |
<?php echo grw_i('Google Reviews Widget are currently '). ($grw_enabled ? grw_i('enable') : grw_i('disable')); ?>
|
252 |
-
<span class="grp-<?php echo esc_attr($grw_enabled_state); ?>-text"><b><?php echo $grw_enabled_state; ?></b></span>
|
253 |
</span>
|
254 |
<input type="submit" name="grw_active" class="button" value="<?php echo $grw_enabled ? grw_i('Disable') : grw_i('Enable'); ?>" />
|
255 |
</form>
|
249 |
<?php wp_nonce_field('grw-wpnonce_grw_active', 'grw-form_nonce_grw_active'); ?>
|
250 |
<span class="status">
|
251 |
<?php echo grw_i('Google Reviews Widget are currently '). ($grw_enabled ? grw_i('enable') : grw_i('disable')); ?>
|
|
|
252 |
</span>
|
253 |
<input type="submit" name="grw_active" class="button" value="<?php echo $grw_enabled ? grw_i('Disable') : grw_i('Enable'); ?>" />
|
254 |
</form>
|
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.
|
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.
|
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.46
|
8 |
Author URI: https://googlereviews.pro/
|
9 |
*/
|
10 |
|
12 |
|
13 |
require_once(dirname(__FILE__) . '/api/grw-api.php');
|
14 |
|
15 |
+
define('GRW_VERSION', '1.46');
|
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 reviews, google business reviews, google place review, Google Places, google places reviews, google review, google review widget, google map reviews, map reviews, review, reviews, google reviews widget, google plus reviews, g+ reviews, comment, comments, sidebar, widget, widgetpack
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 4.6
|
7 |
-
Stable tag: 1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -62,6 +62,9 @@ Live demo: [http://widgetsforsite.com/](http://widgetsforsite.com/)
|
|
62 |
|
63 |
== Changelog ==
|
64 |
|
|
|
|
|
|
|
65 |
= 1.45 =
|
66 |
* Bugfix: auto-updating existing place rating
|
67 |
|
4 |
Tags: google, google reviews, google business reviews, google place review, Google Places, google places reviews, google review, google review widget, google map reviews, map reviews, review, reviews, google reviews widget, google plus reviews, g+ reviews, comment, comments, sidebar, widget, widgetpack
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 4.6
|
7 |
+
Stable tag: 1.46
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
62 |
|
63 |
== Changelog ==
|
64 |
|
65 |
+
= 1.46 =
|
66 |
+
* Bugfix: remove unused variable
|
67 |
+
|
68 |
= 1.45 =
|
69 |
* Bugfix: auto-updating existing place rating
|
70 |
|