Version Description
- Bugfix: Undefined property $hide_writereview
- Some translation fixes
Download this release
Release Info
Developer | richplugins |
Plugin | Google Reviews Widget |
Version | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2 to 2.2.1
- grw.php +2 -2
- includes/core/class-core.php +1 -0
- languages/widget-google-reviews-fr_FR.mo +0 -0
- languages/widget-google-reviews-fr_FR.po +5 -5
- readme.txt +5 -1
grw.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Plugin for Google Reviews
|
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 |
-
Version: 2.2
|
7 |
Author: RichPlugins <support@richplugins.com>
|
8 |
Author URI: https://richplugins.com
|
9 |
Text Domain: widget-google-reviews
|
@@ -18,7 +18,7 @@ if (!defined('ABSPATH')) {
|
|
18 |
|
19 |
require(ABSPATH . 'wp-includes/version.php');
|
20 |
|
21 |
-
define('GRW_VERSION' , '2.2');
|
22 |
define('GRW_PLUGIN_FILE' , __FILE__);
|
23 |
define('GRW_PLUGIN_URL' , plugins_url(basename(plugin_dir_path(__FILE__ )), basename(__FILE__)));
|
24 |
define('GRW_ASSETS_URL' , GRW_PLUGIN_URL . '/assets/');
|
3 |
Plugin Name: Plugin for Google Reviews
|
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 |
+
Version: 2.2.1
|
7 |
Author: RichPlugins <support@richplugins.com>
|
8 |
Author URI: https://richplugins.com
|
9 |
Text Domain: widget-google-reviews
|
18 |
|
19 |
require(ABSPATH . 'wp-includes/version.php');
|
20 |
|
21 |
+
define('GRW_VERSION' , '2.2.1');
|
22 |
define('GRW_PLUGIN_FILE' , __FILE__);
|
23 |
define('GRW_PLUGIN_URL' , plugins_url(basename(plugin_dir_path(__FILE__ )), basename(__FILE__)));
|
24 |
define('GRW_ASSETS_URL' , GRW_PLUGIN_URL . '/assets/');
|
includes/core/class-core.php
CHANGED
@@ -14,6 +14,7 @@ class Core {
|
|
14 |
'text_size' => '',
|
15 |
'disable_user_link' => false,
|
16 |
'hide_based_on' => false,
|
|
|
17 |
'hide_reviews' => false,
|
18 |
|
19 |
'slider_hide_border' => false,
|
14 |
'text_size' => '',
|
15 |
'disable_user_link' => false,
|
16 |
'hide_based_on' => false,
|
17 |
+
'hide_writereview' => false,
|
18 |
'hide_reviews' => false,
|
19 |
|
20 |
'slider_hide_border' => false,
|
languages/widget-google-reviews-fr_FR.mo
CHANGED
Binary file
|
languages/widget-google-reviews-fr_FR.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Language: fr_FR\n"
|
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"
|
11 |
"Last-Translator: \n"
|
12 |
"Language-Team: \n"
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
msgid "Google Rating"
|
15 |
msgstr "Evaluations Google"
|
1 |
msgid ""
|
2 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
3 |
"Project-Id-Version: \n"
|
4 |
"POT-Creation-Date: \n"
|
5 |
"PO-Revision-Date: \n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
+
"Language: fr_FR\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 3.0.1\n"
|
13 |
|
14 |
msgid "Google Rating"
|
15 |
msgstr "Evaluations Google"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://richplugins.com/business-reviews-bundle-wordpress-plugin
|
|
4 |
Tags: google reviews, google, reviews, rating, widget, reviews plugin, google business, testimonial, testimonials, google places reviews, map reviews, google my business
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 6.0
|
7 |
-
Stable tag: 2.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -98,6 +98,10 @@ To find out more about who we are and what we do, here are some useful links:
|
|
98 |
|
99 |
== Changelog ==
|
100 |
|
|
|
|
|
|
|
|
|
101 |
= 2.2 =
|
102 |
* Feature: 'review us on G' button in the List layout
|
103 |
* Feature: option for hide 'review us on G' button
|
4 |
Tags: google reviews, google, reviews, rating, widget, reviews plugin, google business, testimonial, testimonials, google places reviews, map reviews, google my business
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 6.0
|
7 |
+
Stable tag: 2.2.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
98 |
|
99 |
== Changelog ==
|
100 |
|
101 |
+
= 2.2.1 =
|
102 |
+
* Bugfix: Undefined property $hide_writereview
|
103 |
+
* Some translation fixes
|
104 |
+
|
105 |
= 2.2 =
|
106 |
* Feature: 'review us on G' button in the List layout
|
107 |
* Feature: option for hide 'review us on G' button
|