Site Reviews - Version 5.24.1

Version Description

(2022-05-26) =

  • Fixed expanding excerpts (for real this time)
Download this release

Release Info

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

Code changes from version 5.24.0 to 5.24.1

Files changed (3) hide show
  1. plugin/Helpers/Text.php +1 -1
  2. readme.txt +5 -1
  3. site-reviews.php +1 -1
plugin/Helpers/Text.php CHANGED
@@ -29,7 +29,7 @@ class Text
29
  'class' => 'glsr-hidden glsr-hidden-text',
30
  'data-show-less' => __('Show less', 'site-reviews'),
31
  'data-show-more' => __('Show more', 'site-reviews'),
32
- 'data-trigger' => glsr_get_option('reviews.excerpts_action') ?: 'excerpt',
33
  ]);
34
  $text = ltrim(mb_substr($text, 0, $splitLength)).$showMore;
35
  }
29
  'class' => 'glsr-hidden glsr-hidden-text',
30
  'data-show-less' => __('Show less', 'site-reviews'),
31
  'data-show-more' => __('Show more', 'site-reviews'),
32
+ 'data-trigger' => glsr_get_option('reviews.excerpts_action') ?: 'expand',
33
  ]);
34
  $text = ltrim(mb_substr($text, 0, $splitLength)).$showMore;
35
  }
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: reviews, ratings, testimonials, woocommerce, product reviews, business rev
5
  Tested up to: 6.0
6
  Requires at least: 5.5
7
  Requires PHP: 5.6.20
8
- Stable tag: 5.24.0
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -142,6 +142,10 @@ All documentation can be found in the "Help" page of the plugin. If your questio
142
 
143
  ## Changelog
144
 
 
 
 
 
145
  = 5.24.0 (2022-05-26) =
146
 
147
  - Added the ability to use post types in the assigned_posts option allowing you to display all reviews for a specific post type.
5
  Tested up to: 6.0
6
  Requires at least: 5.5
7
  Requires PHP: 5.6.20
8
+ Stable tag: 5.24.1
9
  License: GPLv3
10
  License URI: https://www.gnu.org/licenses/gpl-2.0.html
11
 
142
 
143
  ## Changelog
144
 
145
+ = 5.24.1 (2022-05-26) =
146
+
147
+ - Fixed expanding excerpts (for real this time)
148
+
149
  = 5.24.0 (2022-05-26) =
150
 
151
  - Added the ability to use post types in the assigned_posts option allowing you to display all reviews for a specific post type.
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.24.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.24.1
11
  * Author: Paul Ryley
12
  * Author URI: https://geminilabs.io
13
  * License: GPL2