Real Testimonials - Version 2.2.6

Version Description

  • Oct 06, 2020 =
  • Fix: Testimonial image hide issue.
Download this release

Release Info

Developer shapedplugin
Plugin Icon 128x128 Real Testimonials
Version 2.2.6
Comparing to
See all releases

Code changes from version 2.2.5 to 2.2.6

admin/assets/css/admin.css CHANGED
File without changes
class/shortcodes.php CHANGED
File without changes
class/testimonial.php CHANGED
File without changes
public/views/shortcoderender.php CHANGED
@@ -192,7 +192,7 @@ if ( ! class_exists( 'TFREE_Shortcode_Render' ) ) {
192
  $reviewer_position = isset( $shortcode_data['client_designation'] ) ? $shortcode_data['client_designation'] : '';
193
 
194
  // Image Settings.
195
- $client_image = isset( $shortcode_data['client_image'] ) ? $shortcode_data['client_image'] : false;
196
  $image_sizes = isset( $shortcode_data['image_sizes'] ) ? $shortcode_data['image_sizes'] : 'tf-client-image-size';
197
 
198
  // Typography.
192
  $reviewer_position = isset( $shortcode_data['client_designation'] ) ? $shortcode_data['client_designation'] : '';
193
 
194
  // Image Settings.
195
+ $client_image = isset( $shortcode_data['client_image'] ) ? $shortcode_data['client_image'] : true;
196
  $image_sizes = isset( $shortcode_data['image_sizes'] ) ? $shortcode_data['image_sizes'] : 'tf-client-image-size';
197
 
198
  // Typography.
public/views/templates/theme-one.php CHANGED
File without changes
readme.txt CHANGED
@@ -199,6 +199,9 @@ Thank you!
199
 
200
  == Changelog ==
201
 
 
 
 
202
  = 2.2.5 - Oct 03, 2020 =
203
  * New: Swipe to slide option.
204
  * New: Slider direction option.
199
 
200
  == Changelog ==
201
 
202
+ = 2.2.6 - Oct 06, 2020 =
203
+ * Fix: Testimonial image hide issue.
204
+
205
  = 2.2.5 - Oct 03, 2020 =
206
  * New: Swipe to slide option.
207
  * New: Slider direction option.
testimonial-free.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Testimonial
13
  * Plugin URI: https://shapedplugin.com/plugin/testimonial-pro/
14
  * Description: Most Customizable and Powerful Testimonials Showcase Plugin for WordPress that allows you to manage and display Testimonials or Reviews on any page or widget.
15
- * Version: 2.2.5
16
  * Author: ShapedPlugin
17
  * Author URI: https://shapedplugin.com/
18
  * Text Domain: testimonial-free
@@ -67,7 +67,7 @@ if ( ! class_exists( 'SP_Testimonial_FREE' ) ) {
67
  *
68
  * @var string
69
  */
70
- public $version = '2.2.5';
71
 
72
  /**
73
  * @var SP_TFREE_Testimonial $shortcode
12
  * Plugin Name: Testimonial
13
  * Plugin URI: https://shapedplugin.com/plugin/testimonial-pro/
14
  * Description: Most Customizable and Powerful Testimonials Showcase Plugin for WordPress that allows you to manage and display Testimonials or Reviews on any page or widget.
15
+ * Version: 2.2.6
16
  * Author: ShapedPlugin
17
  * Author URI: https://shapedplugin.com/
18
  * Text Domain: testimonial-free
67
  *
68
  * @var string
69
  */
70
+ public $version = '2.2.6';
71
 
72
  /**
73
  * @var SP_TFREE_Testimonial $shortcode