Site Reviews - Version 5.1.2

Version Description

(2020-10-24) =

  • Add "ORDER BY" in migration SQL queries. This will make it a little slower, but hopefully fix the problem where the database migration notice is shown multiple times.
  • Fixed notice styling
Download this release

Release Info

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

Code changes from version 5.1.1 to 5.1.2

readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: reviews, ratings, testimonials, business reviews, product reviews, stars,
5
  Tested up to: 5.5
6
  Requires at least: 5.5
7
  Requires PHP: 5.6
8
- Stable tag: 5.1.1
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -113,9 +113,10 @@ All documentation can be found in the "Help" page of the plugin. If your questio
113
 
114
  == Changelog ==
115
 
116
- = 5.1.1 (2020-10-24) =
117
 
118
  - Add "ORDER BY" in migration SQL queries. This will make it a little slower, but hopefully fix the problem where the database migration notice is shown multiple times.
 
119
 
120
  = 5.1.0 (2020-10-24) =
121
 
5
  Tested up to: 5.5
6
  Requires at least: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 5.1.2
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
113
 
114
  == Changelog ==
115
 
116
+ = 5.1.2 (2020-10-24) =
117
 
118
  - Add "ORDER BY" in migration SQL queries. This will make it a little slower, but hopefully fix the problem where the database migration notice is shown multiple times.
119
+ - Fixed notice styling
120
 
121
  = 5.1.0 (2020-10-24) =
122
 
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.1.1
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.1.2
11
  * Author: Paul Ryley
12
  * Author URI: https://geminilabs.io
13
  * License: GPL2
views/partials/notices/addons.php CHANGED
@@ -1,5 +1,5 @@
1
- <div class="notice is-dismissible glsr-notice glsr-notice-branded" data-dismiss="addons">
2
- <div class="glsr-notice-branded-image">
3
  <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
4
  <path fill="#212121" fill-rule="nonzero" d="M458 80a14 14 0 0114 14v364a14 14 0 01-14 14H54a14 14 0 01-14-14V94a14 14 0 0114-14h404z"/>
5
  <path fill="ivory" fill-rule="nonzero" d="M458 83H54a11 11 0 00-11 10.71V458a11 11 0 0010.71 11H458a11 11 0 0011-10.71V94a11 11 0 00-10.71-11H458z"/>
1
+ <div class="notice is-dismissible glsr-notice glsr-notice-branded" data-dismiss="addons" style="border-left-color:#f6e05e!important;padding-left:98px">
2
+ <div class="glsr-notice-branded-image" style="align-items:center;background-color:#faf089;border-right:1px solid #ccd0d4;bottom:0;display:flex;justify-content:center;left:0;padding:0 5px;position:absolute;top:0;width:75px">
3
  <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
4
  <path fill="#212121" fill-rule="nonzero" d="M458 80a14 14 0 0114 14v364a14 14 0 01-14 14H54a14 14 0 01-14-14V94a14 14 0 0114-14h404z"/>
5
  <path fill="ivory" fill-rule="nonzero" d="M458 83H54a11 11 0 00-11 10.71V458a11 11 0 0010.71 11H458a11 11 0 0011-10.71V94a11 11 0 00-10.71-11H458z"/>