Site Reviews - Version 5.17.1

Version Description

Download this release

Release Info

Developer geminilabs
Plugin Icon 128x128 Site Reviews
Version 5.17.1
Comparing to
See all releases

Code changes from version 5.17.0 to 5.17.1

Files changed (3) hide show
  1. readme.txt +5 -1
  2. site-reviews.php +1 -1
  3. views/pages/addons/index.php +6 -6
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: reviews, ratings, testimonials, woocommerce, product reviews, business rev
5
  Tested up to: 5.8
6
  Requires at least: 5.5
7
  Requires PHP: 5.6
8
- Stable tag: 5.17.0
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -141,6 +141,10 @@ All documentation can be found in the "Help" page of the plugin. If your questio
141
 
142
  = 5.17.0 (2021-11-10) =
143
 
 
 
 
 
144
  - Added the "Review Notifications" add-on!
145
  - Added a setting to restrict the "Require Approval" setting to a minimum rating
146
  - Added Accepted Terms field to privacy export (using the review creation date as the value if the terms were accepted)
5
  Tested up to: 5.8
6
  Requires at least: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 5.17.1
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
141
 
142
  = 5.17.0 (2021-11-10) =
143
 
144
+ - Fixed addon links
145
+
146
+ = 5.17.0 (2021-11-10) =
147
+
148
  - Added the "Review Notifications" add-on!
149
  - Added a setting to restrict the "Require Approval" setting to a minimum rating
150
  - Added Accepted Terms field to privacy export (using the review creation date as the value if the terms were accepted)
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.17.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: 5.17.1
11
  * Author: Paul Ryley
12
  * Author URI: https://geminilabs.io
13
  * License: GPL2
views/pages/addons/index.php CHANGED
@@ -26,7 +26,7 @@
26
  'slug' => 'filters',
27
  'title' => 'Review Filters',
28
  ],
29
- 'plugin' => 'site-reviews-filters/site-reviews-filtersz.php',
30
  ]);
31
  $template->render('partials/addons/addon', [
32
  'context' => [
@@ -36,7 +36,7 @@
36
  'slug' => 'forms',
37
  'title' => 'Review Forms',
38
  ],
39
- 'plugin' => 'site-reviews-forms/site-reviews-formsz.php',
40
  ]);
41
  $template->render('partials/addons/addon', [
42
  'context' => [
@@ -46,7 +46,7 @@
46
  'slug' => 'images',
47
  'title' => 'Review Images',
48
  ],
49
- 'plugin' => 'site-reviews-images/site-reviews-imagesz.php',
50
  ]);
51
  $template->render('partials/addons/addon', [
52
  'context' => [
@@ -56,7 +56,7 @@
56
  'slug' => 'notifications',
57
  'title' => 'Review Notifications (beta)',
58
  ],
59
- 'plugin' => 'site-reviews-notifications/site-reviews-notificationsz.php',
60
  ]);
61
  $template->render('partials/addons/addon', [
62
  'context' => [
@@ -66,7 +66,7 @@
66
  'slug' => 'themes',
67
  'title' => 'Review Themes (beta)',
68
  ],
69
- 'plugin' => 'site-reviews-themes/site-reviews-themesz.php',
70
  ]);
71
  $template->render('partials/addons/addon', [
72
  'context' => [
@@ -76,7 +76,7 @@
76
  'slug' => 'woocommerce',
77
  'title' => 'Woocommerce Reviews',
78
  ],
79
- 'plugin' => 'site-reviews-woocommerce/site-reviews-woocommercez.php',
80
  ]);
81
  ?>
82
  </div>
26
  'slug' => 'filters',
27
  'title' => 'Review Filters',
28
  ],
29
+ 'plugin' => 'site-reviews-filters/site-reviews-filters.php',
30
  ]);
31
  $template->render('partials/addons/addon', [
32
  'context' => [
36
  'slug' => 'forms',
37
  'title' => 'Review Forms',
38
  ],
39
+ 'plugin' => 'site-reviews-forms/site-reviews-forms.php',
40
  ]);
41
  $template->render('partials/addons/addon', [
42
  'context' => [
46
  'slug' => 'images',
47
  'title' => 'Review Images',
48
  ],
49
+ 'plugin' => 'site-reviews-images/site-reviews-images.php',
50
  ]);
51
  $template->render('partials/addons/addon', [
52
  'context' => [
56
  'slug' => 'notifications',
57
  'title' => 'Review Notifications (beta)',
58
  ],
59
+ 'plugin' => 'site-reviews-notifications/site-reviews-notifications.php',
60
  ]);
61
  $template->render('partials/addons/addon', [
62
  'context' => [
66
  'slug' => 'themes',
67
  'title' => 'Review Themes (beta)',
68
  ],
69
+ 'plugin' => 'site-reviews-themes/site-reviews-themes.php',
70
  ]);
71
  $template->render('partials/addons/addon', [
72
  'context' => [
76
  'slug' => 'woocommerce',
77
  'title' => 'Woocommerce Reviews',
78
  ],
79
+ 'plugin' => 'site-reviews-woocommerce/site-reviews-woocommerce.php',
80
  ]);
81
  ?>
82
  </div>