Version Description
(2022-09-26) =
- Updated the Upgrade Guide (please make sure to read this if you updated from Site Reviews v5 or lower. You can find the Upgrade guide on the Help page.)
Download this release
Release Info
Developer | geminilabs |
Plugin | Site Reviews |
Version | 6.0.7 |
Comparing to | |
See all releases |
Code changes from version 6.0.6 to 6.0.7
- changelog.txt +4 -0
- readme.txt +5 -1
- site-reviews.php +1 -1
- views/pages/welcome/upgrade/v60.php +14 -4
changelog.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
3 |
= 6.0.6 (2022-09-25) =
|
4 |
|
5 |
- Fixed integration with Polylang's String Translations
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 6.0.7 (2022-09-26) =
|
4 |
+
|
5 |
+
- Updated the Upgrade Guide (please make sure to read this if you updated from Site Reviews v5 or lower. You can find the Upgrade guide on the Help page.)
|
6 |
+
|
7 |
= 6.0.6 (2022-09-25) =
|
8 |
|
9 |
- Fixed integration with Polylang's String Translations
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://ko-fi.com/pryley
|
|
4 |
Tags: reviews, ratings, testimonials, woocommerce, product reviews, business reviews, stars, star ratings, elementor
|
5 |
Tested up to: 6.0
|
6 |
Requires at least: 5.8
|
7 |
-
Stable tag: 6.0.
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -156,6 +156,10 @@ This update requires a minimum of PHP 7.2 and WordPress 5.8. There are also a fe
|
|
156 |
|
157 |
== Changelog ==
|
158 |
|
|
|
|
|
|
|
|
|
159 |
= 6.0.6 (2022-09-25) =
|
160 |
|
161 |
- Fixed integration with Polylang's String Translations
|
4 |
Tags: reviews, ratings, testimonials, woocommerce, product reviews, business reviews, stars, star ratings, elementor
|
5 |
Tested up to: 6.0
|
6 |
Requires at least: 5.8
|
7 |
+
Stable tag: 6.0.7
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
156 |
|
157 |
== Changelog ==
|
158 |
|
159 |
+
= 6.0.7 (2022-09-26) =
|
160 |
+
|
161 |
+
- Updated the Upgrade Guide (please make sure to read this if you updated from Site Reviews v5 or lower. You can find the Upgrade guide on the Help page.)
|
162 |
+
|
163 |
= 6.0.6 (2022-09-25) =
|
164 |
|
165 |
- Fixed integration with Polylang's String Translations
|
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: 6.0.
|
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: 6.0.7
|
11 |
* Author: Paul Ryley
|
12 |
* Author URI: https://geminilabs.io
|
13 |
* License: GPL2
|
views/pages/welcome/upgrade/v60.php
CHANGED
@@ -9,6 +9,12 @@
|
|
9 |
</h3>
|
10 |
<div id="upgrade-v6_0_0" class="inside">
|
11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
<h2>Changes to Review HTML</h2>
|
13 |
<p><em>Likelihood Of Impact: <span class="impact-high">High</span></em></p>
|
14 |
<ol>
|
@@ -41,10 +47,6 @@
|
|
41 |
<h2>Changes to Plugin Templates</h2>
|
42 |
<p><em>Likelihood Of Impact: <span class="impact-medium">Medium</span></em></p>
|
43 |
<ol>
|
44 |
-
<li>
|
45 |
-
<p><strong>The HTML markup of the <code>review.php</code> template has changed.</strong></p>
|
46 |
-
<p>This template now includes the new <code>{{ verified }}</code> tag. If you copied this template file to your theme, please update it.</p>
|
47 |
-
</li>
|
48 |
<li>
|
49 |
<p><strong>The HTML markup of the <code>form/submit-button.php</code> template has changed.</strong></p>
|
50 |
<p>If you copied this template file to your theme, please update it.</p>
|
@@ -53,6 +55,14 @@
|
|
53 |
<p><strong>The HTML markup of the <code>load-more-button.php</code> template has changed.</strong></p>
|
54 |
<p>If you copied this template file to your theme, please update it.</p>
|
55 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
</ol>
|
57 |
|
58 |
<h2>Changes to Javascript events</h2>
|
9 |
</h3>
|
10 |
<div id="upgrade-v6_0_0" class="inside">
|
11 |
|
12 |
+
<div class="glsr-notice-inline components-notice is-warning">
|
13 |
+
<p class="components-notice__content">
|
14 |
+
Site Reviews should automatically migrate itself after updating to v6.0. However, if you are experiencing problems after updating, you may need to manually run the <a href="<?= glsr_admin_url('tools', 'general'); ?>" data-expand="#tools-migrate-plugin">Migrate Plugin</a> tool.
|
15 |
+
</p>
|
16 |
+
</div>
|
17 |
+
|
18 |
<h2>Changes to Review HTML</h2>
|
19 |
<p><em>Likelihood Of Impact: <span class="impact-high">High</span></em></p>
|
20 |
<ol>
|
47 |
<h2>Changes to Plugin Templates</h2>
|
48 |
<p><em>Likelihood Of Impact: <span class="impact-medium">Medium</span></em></p>
|
49 |
<ol>
|
|
|
|
|
|
|
|
|
50 |
<li>
|
51 |
<p><strong>The HTML markup of the <code>form/submit-button.php</code> template has changed.</strong></p>
|
52 |
<p>If you copied this template file to your theme, please update it.</p>
|
55 |
<p><strong>The HTML markup of the <code>load-more-button.php</code> template has changed.</strong></p>
|
56 |
<p>If you copied this template file to your theme, please update it.</p>
|
57 |
</li>
|
58 |
+
<li>
|
59 |
+
<p><strong>The HTML markup of the <code>pagination.php</code> template has changed.</strong></p>
|
60 |
+
<p>If you copied this template file to your theme, please edit it and remove the <code>{{ loader }}</code> tag which is no longer used.</p>
|
61 |
+
</li>
|
62 |
+
<li>
|
63 |
+
<p><strong>The HTML markup of the <code>review.php</code> template has changed.</strong></p>
|
64 |
+
<p>This template now includes the new <code>{{ verified }}</code> tag. If you copied this template file to your theme, please update it.</p>
|
65 |
+
</li>
|
66 |
</ol>
|
67 |
|
68 |
<h2>Changes to Javascript events</h2>
|