Version Description
- Bugfix: fatal error when reinstall from scratch
- Bugfix: little fixes for locales
Download this release
Release Info
Developer | widgetpack |
Plugin | Google Reviews Widget |
Version | 1.8.4 |
Comparing to | |
See all releases |
Code changes from version 1.8.3 to 1.8.4
- grw-setting.php +1 -1
- grw.php +2 -2
- languages/grw-de_DE.po +3 -0
- readme.txt +5 -1
grw-setting.php
CHANGED
@@ -130,7 +130,7 @@ if (isset($_POST['create_db'])) {
|
|
130 |
|
131 |
if (isset($_POST['install'])) {
|
132 |
grw_reset(true);
|
133 |
-
|
134 |
}
|
135 |
|
136 |
wp_register_style('rplg_setting_css', plugins_url('/static/css/rplg-setting.css', __FILE__));
|
130 |
|
131 |
if (isset($_POST['install'])) {
|
132 |
grw_reset(true);
|
133 |
+
grw_activate();
|
134 |
}
|
135 |
|
136 |
wp_register_style('rplg_setting_css', plugins_url('/static/css/rplg-setting.css', __FILE__));
|
grw.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Google Reviews Widget
|
|
4 |
Plugin URI: https://richplugins.com/business-reviews-bundle-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.8.
|
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.8.
|
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/s50-c/114307615494839964028.jpg');
|
19 |
define('GRW_PLUGIN_URL', plugins_url(basename(plugin_dir_path(__FILE__ )), basename(__FILE__)));
|
4 |
Plugin URI: https://richplugins.com/business-reviews-bundle-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.8.4
|
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.8.4');
|
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/s50-c/114307615494839964028.jpg');
|
19 |
define('GRW_PLUGIN_URL', plugins_url(basename(plugin_dir_path(__FILE__ )), basename(__FILE__)));
|
languages/grw-de_DE.po
CHANGED
@@ -25,3 +25,6 @@ msgstr "mehr"
|
|
25 |
|
26 |
msgid "Next Reviews"
|
27 |
msgstr "Nächste Bewertungen"
|
|
|
|
|
|
25 |
|
26 |
msgid "Next Reviews"
|
27 |
msgstr "Nächste Bewertungen"
|
28 |
+
|
29 |
+
msgid "Based on %s reviews"
|
30 |
+
msgstr "Basierend auf %s Rezensionen"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://richplugins.com/business-reviews-bundle-wordpress-plugin
|
|
4 |
Tags: Google, reviews, widget, testimonials, Google Places reviews
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.3
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -79,6 +79,10 @@ Why limit your reviews to just Google Reviews? Check out our other free reviews
|
|
79 |
|
80 |
== Changelog ==
|
81 |
|
|
|
|
|
|
|
|
|
82 |
= 1.8.3 =
|
83 |
* Improve: added new locale sk_SK
|
84 |
* Improve: added new locale de_AT
|
4 |
Tags: Google, reviews, widget, testimonials, Google Places reviews
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 5.3
|
7 |
+
Stable tag: 1.8.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
79 |
|
80 |
== Changelog ==
|
81 |
|
82 |
+
= 1.8.4 =
|
83 |
+
* Bugfix: fatal error when reinstall from scratch
|
84 |
+
* Bugfix: little fixes for locales
|
85 |
+
|
86 |
= 1.8.3 =
|
87 |
* Improve: added new locale sk_SK
|
88 |
* Improve: added new locale de_AT
|