Real Testimonials - Version 2.2.4

Version Description

  • Sep 22, 2020 =
  • Fix: Schema markup issue.
Download this release

Release Info

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

Code changes from version 2.2.3 to 2.2.4

admin/assets/css/admin.css CHANGED
File without changes
includes/functions.php CHANGED
File without changes
public/views/schema.php CHANGED
@@ -44,10 +44,10 @@ if ( $post_query->have_posts() ) {
44
  "author": "' . $tfree_name . '",
45
  "datePublished": "' . get_the_date( 'F j, Y' ) . '",';
46
  if ( get_the_content() ) {
47
- $outline .= '"description": "' . get_the_content() . '",';
48
  }
49
  if ( get_the_title() ) {
50
- $outline .= '"name": "' . get_the_title() . '",';
51
  }
52
  $outline .= '"reviewRating": {
53
  "@type": "Rating",
44
  "author": "' . $tfree_name . '",
45
  "datePublished": "' . get_the_date( 'F j, Y' ) . '",';
46
  if ( get_the_content() ) {
47
+ $outline .= '"description": "' . esc_attr( wp_strip_all_tags( get_the_content() ) ) . '",';
48
  }
49
  if ( get_the_title() ) {
50
+ $outline .= '"name": "' . esc_attr( wp_strip_all_tags( get_the_title() ) ) . '",';
51
  }
52
  $outline .= '"reviewRating": {
53
  "@type": "Rating",
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: shapedplugin
3
  Donate link: http://shapedplugin.com/donate
4
  Tags: testimonial, testimonials, testimonial showcase, testimonials showcase, testimonial slider, testimonials slider, testimonial carousel, testimonial front-end submission form, testimonials widget, easy testimonial, testimonial rotator, random testimonials, custom testimonial, collect testimonials, social proof, simple testimonial plugin, best testimonials showcase plugin, free testimonial, customers reviews
5
  Requires at least: 4.0
6
- Tested up to: 5.5
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -199,6 +199,9 @@ Thank you!
199
 
200
  == Changelog ==
201
 
 
 
 
202
  = 2.2.3 - Aug 24, 2020 =
203
  * Fix: WordPress 5.5 compatible issue.
204
 
3
  Donate link: http://shapedplugin.com/donate
4
  Tags: testimonial, testimonials, testimonial showcase, testimonials showcase, testimonial slider, testimonials slider, testimonial carousel, testimonial front-end submission form, testimonials widget, easy testimonial, testimonial rotator, random testimonials, custom testimonial, collect testimonials, social proof, simple testimonial plugin, best testimonials showcase plugin, free testimonial, customers reviews
5
  Requires at least: 4.0
6
+ Tested up to: 5.5.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
199
 
200
  == Changelog ==
201
 
202
+ = 2.2.4 - Sep 22, 2020 =
203
+ * Fix: Schema markup issue.
204
+
205
  = 2.2.3 - Aug 24, 2020 =
206
  * Fix: WordPress 5.5 compatible issue.
207
 
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.3
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.3';
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.4
16
  * Author: ShapedPlugin
17
  * Author URI: https://shapedplugin.com/
18
  * Text Domain: testimonial-free
67
  *
68
  * @var string
69
  */
70
+ public $version = '2.2.4';
71
 
72
  /**
73
  * @var SP_TFREE_Testimonial $shortcode