Cherry Testimonials - Version 1.1.0.2

Version Description

Download this release

Release Info

Developer TemplateMonster 2002
Plugin Icon 128x128 Cherry Testimonials
Version 1.1.0.2
Comparing to
See all releases

Code changes from version 1.1.0.1 to 1.1.0.2

public/includes/class-tm-testimonials-shortcode.php CHANGED
@@ -92,6 +92,9 @@ class TM_Testimonials_Shortcode {
92
  // Set up the default arguments.
93
  $defaults = wp_list_pluck( $this->get_shortcode_atts(), 'value' );
94
 
 
 
 
95
  /**
96
  * Parse the arguments.
97
  *
@@ -513,7 +516,7 @@ class TM_Testimonials_Shortcode {
513
  'false_toggle' => esc_html__( 'Off', 'cherry-testi' ),
514
  ),
515
  'value' => 'on',
516
- 'default' => 'on',
517
  ),
518
  'img_pagination_size' => array(
519
  'type' => 'slider',
92
  // Set up the default arguments.
93
  $defaults = wp_list_pluck( $this->get_shortcode_atts(), 'value' );
94
 
95
+ // Fix img pagination defaults
96
+ $defaults['img_pagination'] = false;
97
+
98
  /**
99
  * Parse the arguments.
100
  *
516
  'false_toggle' => esc_html__( 'Off', 'cherry-testi' ),
517
  ),
518
  'value' => 'on',
519
+ 'default' => '',
520
  ),
521
  'img_pagination_size' => array(
522
  'type' => 'slider',
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: TemplateMonster 2002
3
  Tags: testimonials, reviews, custom post type, slider, swiper, cherry framework, elementor
4
  Requires at least: 4.5
5
  Tested up to: 4.8.1
6
- Stable tag: 1.1.0.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
3
  Tags: testimonials, reviews, custom post type, slider, swiper, cherry framework, elementor
4
  Requires at least: 4.5
5
  Tested up to: 4.8.1
6
+ Stable tag: 1.1.0.2
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
testimonials.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Cherry Testimonials
4
  * Plugin URI:
5
  * Description: A testimonials management plugin for WordPress.
6
- * Version: 1.1.0.1
7
  * Author: JetImpex
8
  * Author URI: https://jetimpex.com/wordpress/
9
  * Text Domain: cherry-testi
@@ -104,7 +104,7 @@ if ( ! class_exists( 'TM_Testimonials_Plugin' ) ) {
104
  *
105
  * @since 1.0.0
106
  */
107
- define( 'TM_TESTI_VERSION', '1.1.0.1' );
108
 
109
  /**
110
  * Set the name for the `meta_key` value in the `wp_postmeta` table.
3
  * Plugin Name: Cherry Testimonials
4
  * Plugin URI:
5
  * Description: A testimonials management plugin for WordPress.
6
+ * Version: 1.1.0.2
7
  * Author: JetImpex
8
  * Author URI: https://jetimpex.com/wordpress/
9
  * Text Domain: cherry-testi
104
  *
105
  * @since 1.0.0
106
  */
107
+ define( 'TM_TESTI_VERSION', '1.1.0.2' );
108
 
109
  /**
110
  * Set the name for the `meta_key` value in the `wp_postmeta` table.