Site Reviews - Version 5.14.1

Version Description

(2021-09-24) =

  • Fixed compatibility error with Gutenberg in WordPress 5.7 and earlier
Download this release

Release Info

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

Code changes from version 5.14.0 to 5.14.1

Files changed (3) hide show
  1. compatibility.php +1 -1
  2. readme.txt +5 -1
  3. site-reviews.php +1 -1
compatibility.php CHANGED
@@ -249,7 +249,7 @@ add_filter('tcb_post_types', function ($blacklist) {
249
  */
250
  if (!is_wp_version_compatible('5.8')) {
251
  add_action('init', function () {
252
- add_filter('allowed_block_types', [glsr(BlocksController::class), 'filterAllowedBlockTypes']);
253
  add_filter('block_categories', [glsr(BlocksController::class), 'filterBlockCategories']);
254
  });
255
  }
249
  */
250
  if (!is_wp_version_compatible('5.8')) {
251
  add_action('init', function () {
252
+ add_filter('allowed_block_types', [glsr(BlocksController::class), 'filterAllowedBlockTypes'], 10, 2);
253
  add_filter('block_categories', [glsr(BlocksController::class), 'filterBlockCategories']);
254
  });
255
  }
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: reviews, ratings, testimonials, woocommerce, product reviews
5
  Tested up to: 5.8
6
  Requires at least: 5.5
7
  Requires PHP: 5.6
8
- Stable tag: 5.14.0
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -136,6 +136,10 @@ All documentation can be found in the "Help" page of the plugin. If your questio
136
 
137
  ## Changelog
138
 
 
 
 
 
139
  = 5.14.0 (2021-09-23) =
140
 
141
  - Changed permission defaults for admin pages
5
  Tested up to: 5.8
6
  Requires at least: 5.5
7
  Requires PHP: 5.6
8
+ Stable tag: 5.14.1
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
136
 
137
  ## Changelog
138
 
139
+ = 5.14.1 (2021-09-24) =
140
+
141
+ - Fixed compatibility error with Gutenberg in WordPress 5.7 and earlier
142
+
143
  = 5.14.0 (2021-09-23) =
144
 
145
  - Changed permission defaults for admin pages
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.14.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.14.1
11
  * Author: Paul Ryley
12
  * Author URI: https://geminilabs.io
13
  * License: GPL2