Version Description
- Bugfix: fix French, Dutch and German translations
Download this release
Release Info
Developer | widgetpack |
Plugin | Google Reviews Widget |
Version | 1.7.6 |
Comparing to | |
See all releases |
Code changes from version 1.7.5 to 1.7.6
- grw.php +2 -2
- languages/grw-de_DE.mo +0 -0
- languages/grw-de_DE.po +4 -1
- languages/grw-fr_FR.mo +0 -0
- languages/grw-fr_FR.po +4 -1
- languages/grw-nl_NL.mo +0 -0
- languages/grw-nl_NL.po +5 -2
- readme.txt +5 -1
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.7.
|
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.7.
|
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.7.6
|
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.7.6');
|
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.mo
CHANGED
Binary file
|
languages/grw-de_DE.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"MIME-Version: 1.0\n"
|
5 |
"Content-Type: text/plain; charset=UTF-8\n"
|
6 |
"Content-Transfer-Encoding: 8bit\n"
|
7 |
-
"X-Generator: Poedit
|
8 |
"Project-Id-Version: \n"
|
9 |
"POT-Creation-Date: \n"
|
10 |
"PO-Revision-Date: \n"
|
@@ -22,3 +22,6 @@ msgstr "Google Benutzer"
|
|
22 |
|
23 |
msgid "read more"
|
24 |
msgstr "mehr"
|
|
|
|
|
|
4 |
"MIME-Version: 1.0\n"
|
5 |
"Content-Type: text/plain; charset=UTF-8\n"
|
6 |
"Content-Transfer-Encoding: 8bit\n"
|
7 |
+
"X-Generator: Poedit 2.2\n"
|
8 |
"Project-Id-Version: \n"
|
9 |
"POT-Creation-Date: \n"
|
10 |
"PO-Revision-Date: \n"
|
22 |
|
23 |
msgid "read more"
|
24 |
msgstr "mehr"
|
25 |
+
|
26 |
+
msgid "Next Reviews"
|
27 |
+
msgstr "Nächste Bewertungen"
|
languages/grw-fr_FR.mo
CHANGED
Binary file
|
languages/grw-fr_FR.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"MIME-Version: 1.0\n"
|
5 |
"Content-Type: text/plain; charset=UTF-8\n"
|
6 |
"Content-Transfer-Encoding: 8bit\n"
|
7 |
-
"X-Generator: Poedit
|
8 |
"Project-Id-Version: \n"
|
9 |
"POT-Creation-Date: \n"
|
10 |
"PO-Revision-Date: \n"
|
@@ -14,6 +14,9 @@ msgstr ""
|
|
14 |
msgid "Google Rating"
|
15 |
msgstr "Evaluations Google"
|
16 |
|
|
|
|
|
|
|
17 |
msgid "See All Reviews"
|
18 |
msgstr "Voir tous les avis"
|
19 |
|
4 |
"MIME-Version: 1.0\n"
|
5 |
"Content-Type: text/plain; charset=UTF-8\n"
|
6 |
"Content-Transfer-Encoding: 8bit\n"
|
7 |
+
"X-Generator: Poedit 2.2\n"
|
8 |
"Project-Id-Version: \n"
|
9 |
"POT-Creation-Date: \n"
|
10 |
"PO-Revision-Date: \n"
|
14 |
msgid "Google Rating"
|
15 |
msgstr "Evaluations Google"
|
16 |
|
17 |
+
msgid "Next Reviews"
|
18 |
+
msgstr "Avis suivants"
|
19 |
+
|
20 |
msgid "See All Reviews"
|
21 |
msgstr "Voir tous les avis"
|
22 |
|
languages/grw-nl_NL.mo
CHANGED
Binary file
|
languages/grw-nl_NL.po
CHANGED
@@ -4,7 +4,7 @@ msgstr ""
|
|
4 |
"MIME-Version: 1.0\n"
|
5 |
"Content-Type: text/plain; charset=UTF-8\n"
|
6 |
"Content-Transfer-Encoding: 8bit\n"
|
7 |
-
"X-Generator: Poedit
|
8 |
"Project-Id-Version: \n"
|
9 |
"POT-Creation-Date: \n"
|
10 |
"PO-Revision-Date: \n"
|
@@ -21,4 +21,7 @@ msgid "Google User"
|
|
21 |
msgstr "Google gebruiker"
|
22 |
|
23 |
msgid "read more"
|
24 |
-
msgstr "
|
|
|
|
|
|
4 |
"MIME-Version: 1.0\n"
|
5 |
"Content-Type: text/plain; charset=UTF-8\n"
|
6 |
"Content-Transfer-Encoding: 8bit\n"
|
7 |
+
"X-Generator: Poedit 2.2\n"
|
8 |
"Project-Id-Version: \n"
|
9 |
"POT-Creation-Date: \n"
|
10 |
"PO-Revision-Date: \n"
|
21 |
msgstr "Google gebruiker"
|
22 |
|
23 |
msgid "read more"
|
24 |
+
msgstr "lees meer"
|
25 |
+
|
26 |
+
msgid "Next Reviews"
|
27 |
+
msgstr "Volgende beoordelingen"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://richplugins.com/business-reviews-bundle-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: 5.2
|
7 |
-
Stable tag: 1.7.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -26,6 +26,7 @@ This plugin display Google Business Reviews on your websites in sidebar widget.
|
|
26 |
* SEO
|
27 |
* Refresh reviews
|
28 |
* Trim long reviews with "read more" link
|
|
|
29 |
* Displays up to 5 Google business reviews per location
|
30 |
* Keep all reviews in WordPress database
|
31 |
* Shows real reviews from G+ users to increase user confidence
|
@@ -75,6 +76,9 @@ Why limit your reviews to just Google Reviews? Check out our other free reviews
|
|
75 |
|
76 |
== Changelog ==
|
77 |
|
|
|
|
|
|
|
78 |
= 1.7.5 =
|
79 |
* Update to WordPress 5.2
|
80 |
* Bugfix: conflict with a Bootstrap css in the widget
|
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: 5.2
|
7 |
+
Stable tag: 1.7.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
26 |
* SEO
|
27 |
* Refresh reviews
|
28 |
* Trim long reviews with "read more" link
|
29 |
+
* Support page builders: Elementor, Page Origin, Beaver Builder, WPBakery, Divi
|
30 |
* Displays up to 5 Google business reviews per location
|
31 |
* Keep all reviews in WordPress database
|
32 |
* Shows real reviews from G+ users to increase user confidence
|
76 |
|
77 |
== Changelog ==
|
78 |
|
79 |
+
= 1.7.6 =
|
80 |
+
* Bugfix: fix French, Dutch and German translations
|
81 |
+
|
82 |
= 1.7.5 =
|
83 |
* Update to WordPress 5.2
|
84 |
* Bugfix: conflict with a Bootstrap css in the widget
|