Version Description
(2022-09-15) =
- Fixed autoloading for Php80 polyfill
Download this release
Release Info
Developer | geminilabs |
Plugin | Site Reviews |
Version | 6.0.2 |
Comparing to | |
See all releases |
Code changes from version 6.0.1 to 6.0.2
- autoload.php +1 -0
- changelog.txt +5 -1
- readme.txt +6 -2
- site-reviews.php +1 -1
autoload.php
CHANGED
@@ -46,6 +46,7 @@ spl_autoload_register(function ($className) {
|
|
46 |
'GeminiLabs\\Spatie\\Color\\' => __DIR__.'/vendors/spatie/color/',
|
47 |
'GeminiLabs\\Symfony\\Polyfill\\Ctype\\' => __DIR__.'/vendors/symfony/polyfill-ctype/',
|
48 |
'GeminiLabs\\Symfony\\Polyfill\\Mbstring\\' => __DIR__.'/vendors/symfony/polyfill-mbstring/',
|
|
|
49 |
'GeminiLabs\\Vectorface\\Whip\\' => __DIR__.'/vendors/vectorface/whip/',
|
50 |
];
|
51 |
foreach ($namespaces as $prefix => $baseDir) {
|
46 |
'GeminiLabs\\Spatie\\Color\\' => __DIR__.'/vendors/spatie/color/',
|
47 |
'GeminiLabs\\Symfony\\Polyfill\\Ctype\\' => __DIR__.'/vendors/symfony/polyfill-ctype/',
|
48 |
'GeminiLabs\\Symfony\\Polyfill\\Mbstring\\' => __DIR__.'/vendors/symfony/polyfill-mbstring/',
|
49 |
+
'GeminiLabs\\Symfony\\Polyfill\\Php80\\' => __DIR__.'/vendors/symfony/polyfill-php80/',
|
50 |
'GeminiLabs\\Vectorface\\Whip\\' => __DIR__.'/vendors/vectorface/whip/',
|
51 |
];
|
52 |
foreach ($namespaces as $prefix => $baseDir) {
|
changelog.txt
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
== Changelog ==
|
2 |
|
|
|
|
|
|
|
|
|
3 |
= 6.0.1 (2022-09-15) =
|
4 |
|
5 |
-
- Fixed
|
6 |
|
7 |
= 6.0.0 (2022-09-14) =
|
8 |
|
1 |
== Changelog ==
|
2 |
|
3 |
+
= 6.0.2 (2022-09-15) =
|
4 |
+
|
5 |
+
- Fixed autoloading for Php80 polyfill
|
6 |
+
|
7 |
= 6.0.1 (2022-09-15) =
|
8 |
|
9 |
+
- Fixed notice placement
|
10 |
|
11 |
= 6.0.0 (2022-09-14) =
|
12 |
|
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,9 +156,13 @@ 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.1 (2022-09-15) =
|
160 |
|
161 |
-
- Fixed
|
162 |
|
163 |
= 6.0.0 (2022-09-14) =
|
164 |
|
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.2
|
8 |
License: GPLv3
|
9 |
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
156 |
|
157 |
== Changelog ==
|
158 |
|
159 |
+
= 6.0.2 (2022-09-15) =
|
160 |
+
|
161 |
+
- Fixed autoloading for Php80 polyfill
|
162 |
+
|
163 |
= 6.0.1 (2022-09-15) =
|
164 |
|
165 |
+
- Fixed notice placement
|
166 |
|
167 |
= 6.0.0 (2022-09-14) =
|
168 |
|
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.2
|
11 |
* Author: Paul Ryley
|
12 |
* Author URI: https://geminilabs.io
|
13 |
* License: GPL2
|