Version Description
- Jun 23, 2020 =
- Fix: Polylang compatibility issue..
Download this release
Release Info
Developer | shapedplugin |
Plugin | Real Testimonials |
Version | 2.2.2 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.2.2
- includes/functions.php +1 -1
- public/views/shortcoderender.php +0 -0
- readme.txt +4 -1
- testimonial-free.php +2 -2
includes/functions.php
CHANGED
@@ -372,7 +372,7 @@ new SP_Testimonial_Free_Functions();
|
|
372 |
// Polylang plugin support for multi language support.
|
373 |
if ( class_exists( 'Polylang' ) ) {
|
374 |
|
375 |
-
add_filter( 'pll_get_post_types', '
|
376 |
|
377 |
function sp_free_testimonial_polylang( $post_types, $is_settings ) {
|
378 |
if ( $is_settings ) {
|
372 |
// Polylang plugin support for multi language support.
|
373 |
if ( class_exists( 'Polylang' ) ) {
|
374 |
|
375 |
+
add_filter( 'pll_get_post_types', 'sp_free_testimonial_polylang', 10, 2 );
|
376 |
|
377 |
function sp_free_testimonial_polylang( $post_types, $is_settings ) {
|
378 |
if ( $is_settings ) {
|
public/views/shortcoderender.php
CHANGED
File without changes
|
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.4.
|
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.1 - May 02, 2020 =
|
203 |
* Fix: Undefined variable notices 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.4.2
|
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.2 - Jun 23, 2020 =
|
203 |
+
* Fix: Polylang compatibility issue..
|
204 |
+
|
205 |
= 2.2.1 - May 02, 2020 =
|
206 |
* Fix: Undefined variable notices 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.
|
16 |
* Author: ShapedPlugin
|
17 |
* Author URI: https://shapedplugin.com/
|
18 |
* Text Domain: testimonial-free
|
@@ -68,7 +68,7 @@ if ( ! class_exists( 'SP_Testimonial_FREE' ) ) {
|
|
68 |
*
|
69 |
* @var string
|
70 |
*/
|
71 |
-
public $version = '2.2.
|
72 |
|
73 |
/**
|
74 |
* @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.2
|
16 |
* Author: ShapedPlugin
|
17 |
* Author URI: https://shapedplugin.com/
|
18 |
* Text Domain: testimonial-free
|
68 |
*
|
69 |
* @var string
|
70 |
*/
|
71 |
+
public $version = '2.2.2';
|
72 |
|
73 |
/**
|
74 |
* @var SP_TFREE_Testimonial $shortcode
|