Cherry Testimonials - Version 1.1.0.5

Version Description

Download this release

Release Info

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

Code changes from version 1.1.0.4 to 1.1.0.5

public/assets/js/public.js CHANGED
@@ -38,8 +38,6 @@
38
  }
39
  }
40
 
41
- params.slidesPerView = 1;
42
-
43
  swiper = new Swiper( $container, params );
44
 
45
  }
38
  }
39
  }
40
 
 
 
41
  swiper = new Swiper( $container, params );
42
 
43
  }
public/assets/js/public.min.js CHANGED
@@ -1 +1 @@
1
- !function(t){"use strict";function n(){var n,a=t(this),e=a.data("atts"),o={};if(!0!==a.data("init")){if(a.data("init",!0),void 0!==e){o={pagination:"#tm-testi-slider-pagination-"+e.id,nextButton:"#tm-testi-slider-next-"+e.id,prevButton:"#tm-testi-slider-prev-"+e.id,paginationClickable:!0,autoHeight:!1,paginationBulletRender:i};for(n in e)o[n]=e[n]}o.slidesPerView=1,new Swiper(a,o)}}function i(t,n,i){if(!t.paginationContainer)return'<span class="'+i+'"></span>';var a=t.paginationContainer.data("avatars"),e=t.paginationContainer.data("size"),o=null;return a?(o=a[n],'<span class="'+i+' img-pagination-item" style="background-image: url(\''+o+"'); width:"+e+"px; height:"+e+'px;"></span>'):'<span class="'+i+'"></span>'}t(function(){t(".tm-testi-slider").each(n)}),t(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/tm_testimonials.default",function(t){t.find(".tm-testi-slider").each(n)})})}(jQuery);
1
+ !function(t){"use strict";function n(){var n,a=t(this),e=a.data("atts"),o={};if(!0!==a.data("init")){if(a.data("init",!0),void 0!==e){o={pagination:"#tm-testi-slider-pagination-"+e.id,nextButton:"#tm-testi-slider-next-"+e.id,prevButton:"#tm-testi-slider-prev-"+e.id,paginationClickable:!0,autoHeight:!1,paginationBulletRender:i};for(n in e)o[n]=e[n]}new Swiper(a,o)}}function i(t,n,i){if(!t.paginationContainer)return'<span class="'+i+'"></span>';var a=t.paginationContainer.data("avatars"),e=t.paginationContainer.data("size"),o=null;return a?(o=a[n],'<span class="'+i+' img-pagination-item" style="background-image: url(\''+o+"'); width:"+e+"px; height:"+e+'px;"></span>'):'<span class="'+i+'"></span>'}t(function(){t(".tm-testi-slider").each(n)}),t(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/tm_testimonials.default",function(t){t.find(".tm-testi-slider").each(n)})})}(jQuery);
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.9
6
- Stable tag: 1.1.0.4
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.9
6
+ Stable tag: 1.1.0.5
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.4
7
  * Author: Zemez
8
  * Author URI: https://zemez.io/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.4' );
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.5
7
  * Author: Zemez
8
  * Author URI: https://zemez.io/wordpress/
9
  * Text Domain: cherry-testi
104
  *
105
  * @since 1.0.0
106
  */
107
+ define( 'TM_TESTI_VERSION', '1.1.0.5' );
108
 
109
  /**
110
  * Set the name for the `meta_key` value in the `wp_postmeta` table.