Version Description
(2022-06-29) =
- Fixed missing values in Review Details metabox
Download this release
Release Info
Developer | geminilabs |
Plugin | Site Reviews |
Version | 5.24.3 |
Comparing to | |
See all releases |
Code changes from version 5.24.2 to 5.24.3
- languages/site-reviews-en_US.po +1 -1
- languages/site-reviews.pot +1 -1
- plugin/Metaboxes/DetailsMetabox.php +2 -2
- readme.txt +5 -1
- site-reviews.php +1 -1
languages/site-reviews-en_US.po
CHANGED
@@ -8,7 +8,7 @@ msgstr ""
|
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"Language-Team: Gemini Labs <support@geminilabs.io>\n"
|
10 |
"Last-Translator: Paul Ryley <paul@geminilabs.io>\n"
|
11 |
-
"POT-Creation-Date: 2022-06-
|
12 |
"X-Poedit-Basepath: ..\n"
|
13 |
"X-Poedit-Keywordslist: "
|
14 |
"__;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"Language-Team: Gemini Labs <support@geminilabs.io>\n"
|
10 |
"Last-Translator: Paul Ryley <paul@geminilabs.io>\n"
|
11 |
+
"POT-Creation-Date: 2022-06-29 16:16+0000\n"
|
12 |
"X-Poedit-Basepath: ..\n"
|
13 |
"X-Poedit-Keywordslist: "
|
14 |
"__;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_"
|
languages/site-reviews.pot
CHANGED
@@ -8,7 +8,7 @@ msgstr ""
|
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"Language-Team: Gemini Labs <support@geminilabs.io>\n"
|
10 |
"Last-Translator: Paul Ryley <paul@geminilabs.io>\n"
|
11 |
-
"POT-Creation-Date: 2022-06-
|
12 |
"Project-Id-Version: undefined\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
8 |
"Content-Transfer-Encoding: 8bit\n"
|
9 |
"Language-Team: Gemini Labs <support@geminilabs.io>\n"
|
10 |
"Last-Translator: Paul Ryley <paul@geminilabs.io>\n"
|
11 |
+
"POT-Creation-Date: 2022-06-29 16:16+0000\n"
|
12 |
"Project-Id-Version: undefined\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
|
plugin/Metaboxes/DetailsMetabox.php
CHANGED
@@ -21,10 +21,10 @@ class DetailsMetabox implements MetaboxContract
|
|
21 |
foreach ($fields as $key => &$field) {
|
22 |
$field['class'] = 'glsr-input-value';
|
23 |
$field['name'] = $key;
|
24 |
-
$field['data-value'] = $review
|
25 |
$field['disabled'] = 'add' !== glsr_current_screen()->action;
|
26 |
$field['review_object'] = $review;
|
27 |
-
$field['value'] = $review
|
28 |
}
|
29 |
$fields = glsr()->filterArray('metabox/fields', $fields, $review);
|
30 |
array_walk($fields, function (&$field) {
|
21 |
foreach ($fields as $key => &$field) {
|
22 |
$field['class'] = 'glsr-input-value';
|
23 |
$field['name'] = $key;
|
24 |
+
$field['data-value'] = $review->$key;
|
25 |
$field['disabled'] = 'add' !== glsr_current_screen()->action;
|
26 |
$field['review_object'] = $review;
|
27 |
+
$field['value'] = $review->$key;
|
28 |
}
|
29 |
$fields = glsr()->filterArray('metabox/fields', $fields, $review);
|
30 |
array_walk($fields, function (&$field) {
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: reviews, ratings, testimonials, woocommerce, product reviews, business rev
|
|
5 |
Tested up to: 6.0
|
6 |
Requires at least: 5.5
|
7 |
Requires PHP: 5.6.20
|
8 |
-
Stable tag: 5.24.
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -142,6 +142,10 @@ All documentation can be found in the "Help" page of the plugin. If your questio
|
|
142 |
|
143 |
## Changelog
|
144 |
|
|
|
|
|
|
|
|
|
145 |
= 5.24.2 (2022-06-21) =
|
146 |
|
147 |
- Fixed excerpts when using Elementor
|
5 |
Tested up to: 6.0
|
6 |
Requires at least: 5.5
|
7 |
Requires PHP: 5.6.20
|
8 |
+
Stable tag: 5.24.3
|
9 |
License: GPLv3
|
10 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
142 |
|
143 |
## Changelog
|
144 |
|
145 |
+
= 5.24.3 (2022-06-29) =
|
146 |
+
|
147 |
+
- Fixed missing values in Review Details metabox
|
148 |
+
|
149 |
= 5.24.2 (2022-06-21) =
|
150 |
|
151 |
- Fixed excerpts when using Elementor
|
site-reviews.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* Plugin Name: Site Reviews
|
8 |
* Plugin URI: https://wordpress.org/plugins/site-reviews
|
9 |
* Description: Receive and display reviews on your website
|
10 |
-
* Version: 5.24.
|
11 |
* Author: Paul Ryley
|
12 |
* Author URI: https://geminilabs.io
|
13 |
* License: GPL2
|
7 |
* Plugin Name: Site Reviews
|
8 |
* Plugin URI: https://wordpress.org/plugins/site-reviews
|
9 |
* Description: Receive and display reviews on your website
|
10 |
+
* Version: 5.24.3
|
11 |
* Author: Paul Ryley
|
12 |
* Author URI: https://geminilabs.io
|
13 |
* License: GPL2
|