Version Description
- Dec 10, 2021 =
- New: New video tutorial added.
Download this release
Release Info
Developer | shapedplugin |
Plugin | Real Testimonials |
Version | 2.4.2 |
Comparing to | |
See all releases |
Code changes from version 2.4.1 to 2.4.2
- includes/functions.php +2 -2
- readme.txt +5 -2
- testimonial-free.php +2 -2
includes/functions.php
CHANGED
@@ -222,7 +222,7 @@ class SP_Testimonial_Free_Functions {
|
|
222 |
<div class="video-area text-center">
|
223 |
<img src="<?php echo esc_url( SP_TFREE_URL . '/admin/assets/images/premium/premium-vector-1.svg' ); ?>" alt="">
|
224 |
<div class="video-button">
|
225 |
-
<a class="js-video-button" href="#" data-channel="youtube" data-video-url="//www.youtube.com/embed
|
226 |
<span><i class="fa fa-play"></i></span>
|
227 |
</a>
|
228 |
</div>
|
@@ -445,7 +445,7 @@ class SP_Testimonial_Free_Functions {
|
|
445 |
</div>
|
446 |
</div>
|
447 |
<div class="video-area">
|
448 |
-
<iframe width="560" height="315" src="https://www.youtube.com/embed/
|
449 |
</div>
|
450 |
<div class="content-area">
|
451 |
<div class="container">
|
222 |
<div class="video-area text-center">
|
223 |
<img src="<?php echo esc_url( SP_TFREE_URL . '/admin/assets/images/premium/premium-vector-1.svg' ); ?>" alt="">
|
224 |
<div class="video-button">
|
225 |
+
<a class="js-video-button" href="#" data-channel="youtube" data-video-url="//www.youtube.com/embed/4wtkBqZ4Urw">
|
226 |
<span><i class="fa fa-play"></i></span>
|
227 |
</a>
|
228 |
</div>
|
445 |
</div>
|
446 |
</div>
|
447 |
<div class="video-area">
|
448 |
+
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PLoUb-7uG-5jPTDu5wiWwKhJNuWFWSyA5T" frameborder="0" allowfullscreen=""></iframe>
|
449 |
</div>
|
450 |
<div class="content-area">
|
451 |
<div class="container">
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: shapedplugin, rubel_miah, khalilu, shamimmiashuhagh
|
|
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, real testimonials
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to: 5.8.
|
7 |
-
Stable tag: 2.4.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -318,6 +318,9 @@ Thank you!
|
|
318 |
|
319 |
== Changelog ==
|
320 |
|
|
|
|
|
|
|
321 |
= 2.4.1 - Nov 05, 2021 =
|
322 |
* Fix: Blank space at right side issue.
|
323 |
|
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, real testimonials
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 5.8.2
|
7 |
+
Stable tag: 2.4.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
318 |
|
319 |
== Changelog ==
|
320 |
|
321 |
+
= 2.4.2 - Dec 10, 2021 =
|
322 |
+
* New: New video tutorial added.
|
323 |
+
|
324 |
= 2.4.1 - Nov 05, 2021 =
|
325 |
* Fix: Blank space at right side issue.
|
326 |
|
testimonial-free.php
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
* Plugin Name: Real Testimonials
|
13 |
* Plugin URI: https://shapedplugin.com/plugin/testimonial-pro/?ref=1
|
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.4.
|
16 |
* Author: ShapedPlugin
|
17 |
* Author URI: https://shapedplugin.com/
|
18 |
* Text Domain: testimonial-free
|
@@ -59,7 +59,7 @@ if ( ! class_exists( 'SP_Testimonial_FREE' ) ) {
|
|
59 |
*
|
60 |
* @var string
|
61 |
*/
|
62 |
-
public $version = '2.4.
|
63 |
|
64 |
/**
|
65 |
* Plugin testimonial.
|
12 |
* Plugin Name: Real Testimonials
|
13 |
* Plugin URI: https://shapedplugin.com/plugin/testimonial-pro/?ref=1
|
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.4.2
|
16 |
* Author: ShapedPlugin
|
17 |
* Author URI: https://shapedplugin.com/
|
18 |
* Text Domain: testimonial-free
|
59 |
*
|
60 |
* @var string
|
61 |
*/
|
62 |
+
public $version = '2.4.2';
|
63 |
|
64 |
/**
|
65 |
* Plugin testimonial.
|