Plugin Directory

Changeset 3270450


Ignore:
Timestamp:
04/10/2025 12:45:51 PM (11 months ago)
Author:
uapp
Message:

Updated the plugin version to 11.6.1

Location:
testimonials-carousel-elementor/trunk
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • testimonials-carousel-elementor/trunk/class-testimonials-carousel-elementor.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    2929   * Minimum Elementor Version
    3030   *
    31    * @since 11.6.0
     31   * @since 11.6.1
    3232   * @var string Minimum Elementor version required to run the plugin.
    3333   */
     
    3636   * Minimum PHP Version
    3737   *
    38    * @since 11.6.0
     38   * @since 11.6.1
    3939   * @var string Minimum PHP version required to run the plugin.
    4040   */
     
    4444   * Constructor
    4545   *
    46    * @since  11.6.0
     46   * @since  11.6.1
    4747   * @access public
    4848   */
     
    153153   * Fired by `init` action hook.
    154154   *
    155    * @since  11.6.0
     155   * @since  11.6.1
    156156   * @access public
    157157   */
     
    170170   * Fired by `plugins_loaded` action hook.
    171171   *
    172    * @since  11.6.0
     172   * @since  11.6.1
    173173   * @access public
    174174   */
     
    222222   * Warning when the site doesn't have Elementor installed or activated.
    223223   *
    224    * @since  11.6.0
     224   * @since  11.6.1
    225225   * @access public
    226226   */
     
    245245   * Warning when the site doesn't have a minimum required Elementor version.
    246246   *
    247    * @since  11.6.0
     247   * @since  11.6.1
    248248   * @access public
    249249   */
     
    269269   * Warning when the site doesn't have a minimum required PHP version.
    270270   *
    271    * @since  11.6.0
     271   * @since  11.6.1
    272272   * @access public
    273273   */
     
    290290  /**
    291291   *
    292    * @since  11.6.0
     292   * @since  11.6.1
    293293   * @access public
    294294   */
  • testimonials-carousel-elementor/trunk/class-widgets.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    2626 * Main Plugin class
    2727 *
    28  * @since 11.6.0
     28 * @since 11.6.1
    2929 */
    3030class Widgets
     
    3434   * Instance
    3535   *
    36    * @since  11.6.0
     36   * @since  11.6.1
    3737   * @access private
    3838   * @static
     
    4848   *
    4949   * @return Plugin An instance of the class.
    50    * @since  11.6.0
     50   * @since  11.6.1
    5151   * @access public
    5252   *
     
    6666   * Load widgets files
    6767   *
    68    * @since  11.6.0
     68   * @since  11.6.1
    6969   * @access private
    7070   */
     
    9797   * Load widgets templates files
    9898   *
    99    * @since  11.6.0
     99   * @since  11.6.1
    100100   * @access private
    101101   */
     
    111111   * Load widgets templates controls
    112112   *
    113    * @since  11.6.0
     113   * @since  11.6.1
    114114   * @access private
    115115   */
     
    125125   * Register new Elementor widgets.
    126126   *
    127    * @since  11.6.0
     127   * @since  11.6.1
    128128   * @access public
    129129   */
     
    165165   * Register plugin action hooks and filters
    166166   *
    167    * @since  11.6.0
     167   * @since  11.6.1
    168168   * @access public
    169169   */
  • testimonials-carousel-elementor/trunk/readme.txt

    r3258239 r3270450  
    55Requires at least: 5.9
    66Tested up to: 6.7.2
    7 Stable tag: 11.6.0
     7Stable tag: 11.6.1
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    7878== Changelog ==
    7979
     80= 11.6.1 - 2025-04-10 =
     81- Fix: Fixed swiper version conflict.
     82
    8083= 11.6.0 - 2025-03-19 =
    8184- New: Added "Lightbox" for Carousel with Coverflow.
  • testimonials-carousel-elementor/trunk/testimonials-carousel-elementor.php

    r3258239 r3270450  
    88 * Description: The compact Testimonial Carousel for Elementor lets you show long text reviews in Pop-Up of Carousel Slider.
    99 * Plugin URI:
    10  * Version:     11.6.0
     10 * Version:     11.6.1
    1111 * Author:      UAPP GROUP
    1212 * Author URI:  https://uapp.group/
     
    2020 * Plugin Version
    2121 *
    22  * @since 11.6.0
     22 * @since 11.6.1
    2323 * @var string The plugin version.
    2424 */
    25 define('TESTIMONIALS_VERSION', '11.6.0');
     25define('TESTIMONIALS_VERSION', '11.6.1');
    2626
    2727/**
  • testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-coverflow.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3636 * TestimonialsCarousel_Coverflow widget class.
    3737 *
    38  * @since 11.6.0
     38 * @since 11.6.1
    3939 */
    4040class TestimonialsCarousel_Coverflow extends Widget_Base
     
    5858    wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    5959    wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    60     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    6160
    6261    if (!function_exists('get_plugin_data')) {
     
    7574   *
    7675   * @return string Widget name.
    77    * @since  11.6.0
     76   * @since  11.6.1
    7877   *
    7978   * @access public
     
    8988   *
    9089   * @return string Widget title.
    91    * @since  11.6.0
     90   * @since  11.6.1
    9291   *
    9392   * @access public
     
    103102   *
    104103   * @return string Widget icon.
    105    * @since  11.6.0
     104   * @since  11.6.1
    106105   *
    107106   * @access public
     
    122121   *
    123122   * @return array Widget categories.
    124    * @since  11.6.0
     123   * @since  11.6.1
    125124   *
    126125   * @access public
     
    170169   * Adds different input fields to allow the user to change and customize the widget settings.
    171170   *
    172    * @since  11.6.0
     171   * @since  11.6.1
    173172   *
    174173   * @access protected
     
    13361335   * Written in PHP and used to generate the final HTML.
    13371336   *
    1338    * @since  11.6.0
     1337   * @since  11.6.1
    13391338   *
    13401339   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-cube-360.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Cube_360 widget class.
    3232 *
    33  * @since 11.6.0
     33 * @since 11.6.1
    3434 */
    3535class TestimonialsCarousel_Cube_360 extends Widget_Base
     
    6565   *
    6666   * @return string Widget name.
    67    * @since  11.6.0
     67   * @since  11.6.1
    6868   *
    6969   * @access public
     
    7979   *
    8080   * @return string Widget title.
    81    * @since  11.6.0
     81   * @since  11.6.1
    8282   *
    8383   * @access public
     
    9393   *
    9494   * @return string Widget icon.
    95    * @since  11.6.0
     95   * @since  11.6.1
    9696   *
    9797   * @access public
     
    112112   *
    113113   * @return array Widget categories.
    114    * @since  11.6.0
     114   * @since  11.6.1
    115115   *
    116116   * @access public
     
    144144   * Adds different input fields to allow the user to change and customize the widget settings.
    145145   *
    146    * @since  11.6.0
     146   * @since  11.6.1
    147147   *
    148148   * @access protected
     
    34783478   * Written in PHP and used to generate the final HTML.
    34793479   *
    3480    * @since  11.6.0
     3480   * @since  11.6.1
    34813481   *
    34823482   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-cube.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Cube widget class.
    3232 *
    33  * @since 11.6.0
     33 * @since 11.6.1
    3434 */
    3535class TestimonialsCarousel_Cube extends Widget_Base
     
    4949    wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    5050    wp_register_style('testimonials-carousel-cube', plugins_url('/assets/css/testimonials-carousel-cube.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    51     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    52 
    5351
    5452    if (!function_exists('get_plugin_data')) {
     
    6765   *
    6866   * @return string Widget name.
    69    * @since  11.6.0
     67   * @since  11.6.1
    7068   *
    7169   * @access public
     
    8179   *
    8280   * @return string Widget title.
    83    * @since  11.6.0
     81   * @since  11.6.1
    8482   *
    8583   * @access public
     
    9593   *
    9694   * @return string Widget icon.
    97    * @since  11.6.0
     95   * @since  11.6.1
    9896   *
    9997   * @access public
     
    114112   *
    115113   * @return array Widget categories.
    116    * @since  11.6.0
     114   * @since  11.6.1
    117115   *
    118116   * @access public
     
    164162   * Adds different input fields to allow the user to change and customize the widget settings.
    165163   *
    166    * @since  11.6.0
     164   * @since  11.6.1
    167165   *
    168166   * @access protected
     
    865863   * Written in PHP and used to generate the final HTML.
    866864   *
    867    * @since  11.6.0
     865   * @since  11.6.1
    868866   *
    869867   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/section-with-carousel/class-section-with-cube-360.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3131 * Section_With_Cube_360 widget class.
    3232 *
    33  * @since 11.6.0
     33 * @since 11.6.1
    3434 */
    3535class Section_With_Cube_360 extends Widget_Base
     
    6464   *
    6565   * @return string Widget name.
    66    * @since  11.6.0
     66   * @since  11.6.1
    6767   *
    6868   * @access public
     
    7878   *
    7979   * @return string Widget title.
    80    * @since  11.6.0
     80   * @since  11.6.1
    8181   *
    8282   * @access public
     
    9292   *
    9393   * @return string Widget icon.
    94    * @since  11.6.0
     94   * @since  11.6.1
    9595   *
    9696   * @access public
     
    111111   *
    112112   * @return array Widget categories.
    113    * @since  11.6.0
     113   * @since  11.6.1
    114114   *
    115115   * @access public
     
    143143   * Adds different input fields to allow the user to change and customize the widget settings.
    144144   *
    145    * @since  11.6.0
     145   * @since  11.6.1
    146146   *
    147147   * @access protected
     
    37283728   * Written in PHP and used to generate the final HTML.
    37293729   *
    3730    * @since  11.6.0
     3730   * @since  11.6.1
    37313731   *
    37323732   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/section-with-carousel/class-section-with-cube.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3131 * Section_With_Cube widget class.
    3232 *
    33  * @since 11.6.0
     33 * @since 11.6.1
    3434 */
    3535class Section_With_Cube extends Widget_Base
     
    4949    wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    5050    wp_register_style('section-with-carousel-cube', plugins_url('/assets/css/testimonials-section-with-cube.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    51     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    52 
    5351
    5452    if (!function_exists('get_plugin_data')) {
     
    6765   *
    6866   * @return string Widget name.
    69    * @since  11.6.0
     67   * @since  11.6.1
    7068   *
    7169   * @access public
     
    8179   *
    8280   * @return string Widget title.
    83    * @since  11.6.0
     81   * @since  11.6.1
    8482   *
    8583   * @access public
     
    9593   *
    9694   * @return string Widget icon.
    97    * @since  11.6.0
     95   * @since  11.6.1
    9896   *
    9997   * @access public
     
    114112   *
    115113   * @return array Widget categories.
    116    * @since  11.6.0
     114   * @since  11.6.1
    117115   *
    118116   * @access public
     
    164162   * Adds different input fields to allow the user to change and customize the widget settings.
    165163   *
    166    * @since  11.6.0
     164   * @since  11.6.1
    167165   *
    168166   * @access protected
     
    11121110   * Written in PHP and used to generate the final HTML.
    11131111   *
    1114    * @since  11.6.0
     1112   * @since  11.6.1
    11151113   *
    11161114   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-blog.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3333 * TestimonialsCarousel_Blog widget class.
    3434 *
    35  * @since 11.6.0
     35 * @since 11.6.1
    3636 */
    3737class TestimonialsCarousel_Blog extends Widget_Base
     
    5050    wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    5151    wp_register_style('testimonials-carousel-blog', plugins_url('/assets/css/testimonials-carousel-blog.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    52     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5352
    5453    if (!function_exists('get_plugin_data')) {
     
    6766   *
    6867   * @return string Widget name.
    69    * @since  11.6.0
     68   * @since  11.6.1
    7069   *
    7170   * @access public
     
    8180   *
    8281   * @return string Widget title.
    83    * @since  11.6.0
     82   * @since  11.6.1
    8483   *
    8584   * @access public
     
    9594   *
    9695   * @return string Widget icon.
    97    * @since  11.6.0
     96   * @since  11.6.1
    9897   *
    9998   * @access public
     
    114113   *
    115114   * @return array Widget categories.
    116    * @since  11.6.0
     115   * @since  11.6.1
    117116   *
    118117   * @access public
     
    163162   * Adds different input fields to allow the user to change and customize the widget settings.
    164163   *
    165    * @since  11.6.0
     164   * @since  11.6.1
    166165   *
    167166   * @access protected
     
    11351134   * Written in PHP and used to generate the final HTML.
    11361135   *
    1137    * @since  11.6.0
     1136   * @since  11.6.1
    11381137   *
    11391138   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-bottom.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Bottom widget class.
    3232 *
    33  * @since 11.6.0
     33 * @since 11.6.1
    3434 */
    3535class TestimonialsCarousel_Bottom extends Widget_Base
     
    4848    wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    4949    wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    50     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    51 
    5250
    5351    if (!function_exists('get_plugin_data')) {
     
    6664   *
    6765   * @return string Widget name.
    68    * @since  11.6.0
     66   * @since  11.6.1
    6967   *
    7068   * @access public
     
    8078   *
    8179   * @return string Widget title.
    82    * @since  11.6.0
     80   * @since  11.6.1
    8381   *
    8482   * @access public
     
    9492   *
    9593   * @return string Widget icon.
    96    * @since  11.6.0
     94   * @since  11.6.1
    9795   *
    9896   * @access public
     
    113111   *
    114112   * @return array Widget categories.
    115    * @since  11.6.0
     113   * @since  11.6.1
    116114   *
    117115   * @access public
     
    163161   * Adds different input fields to allow the user to change and customize the widget settings.
    164162   *
    165    * @since  11.6.0
     163   * @since  11.6.1
    166164   *
    167165   * @access protected
     
    17381736   * Written in PHP and used to generate the final HTML.
    17391737   *
    1740    * @since  11.6.0
     1738   * @since  11.6.1
    17411739   *
    17421740   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-centered.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Centered widget class.
    3232 *
    33  * @since 11.6.0
     33 * @since 11.6.1
    3434 */
    3535class TestimonialsCarousel_Centered extends Widget_Base
     
    4848    wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    4949    wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    50     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    51 
    5250
    5351    if (!function_exists('get_plugin_data')) {
     
    6664   *
    6765   * @return string Widget name.
    68    * @since  11.6.0
     66   * @since  11.6.1
    6967   *
    7068   * @access public
     
    8078   *
    8179   * @return string Widget title.
    82    * @since  11.6.0
     80   * @since  11.6.1
    8381   *
    8482   * @access public
     
    9492   *
    9593   * @return string Widget icon.
    96    * @since  11.6.0
     94   * @since  11.6.1
    9795   *
    9896   * @access public
     
    113111   *
    114112   * @return array Widget categories.
    115    * @since  11.6.0
     113   * @since  11.6.1
    116114   *
    117115   * @access public
     
    163161   * Adds different input fields to allow the user to change and customize the widget settings.
    164162   *
    165    * @since  11.6.0
     163   * @since  11.6.1
    166164   *
    167165   * @access protected
     
    18571855   * Written in PHP and used to generate the final HTML.
    18581856   *
    1859    * @since  11.6.0
     1857   * @since  11.6.1
    18601858   *
    18611859   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-creative.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Creative widget class.
    3232 *
    33  * @since 11.6.0
     33 * @since 11.6.1
    3434 */
    3535class TestimonialsCarousel_Creative extends Widget_Base
     
    4848    wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle-v11.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    4949    wp_register_style('testimonials-carousel-creative', plugins_url('/assets/css/testimonials-carousel-creative.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    50     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle-v11.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    51 
    5250
    5351    if (!function_exists('get_plugin_data')) {
     
    6664   *
    6765   * @return string Widget name.
    68    * @since  11.6.0
     66   * @since  11.6.1
    6967   *
    7068   * @access public
     
    8078   *
    8179   * @return string Widget title.
    82    * @since  11.6.0
     80   * @since  11.6.1
    8381   *
    8482   * @access public
     
    9492   *
    9593   * @return string Widget icon.
    96    * @since  11.6.0
     94   * @since  11.6.1
    9795   *
    9896   * @access public
     
    113111   *
    114112   * @return array Widget categories.
    115    * @since  11.6.0
     113   * @since  11.6.1
    116114   *
    117115   * @access public
     
    173171   * Adds different input fields to allow the user to change and customize the widget settings.
    174172   *
    175    * @since  11.6.0
     173   * @since  11.6.1
    176174   *
    177175   * @access protected
     
    431429   * Written in PHP and used to generate the final HTML.
    432430   *
    433    * @since  11.6.0
     431   * @since  11.6.1
    434432   *
    435433   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-employees.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3030 * TestimonialsCarousel_Employees widget class.
    3131 *
    32  * @since 11.6.0
     32 * @since 11.6.1
    3333 */
    3434class TestimonialsCarousel_Employees extends Widget_Base
     
    4747    wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    4848    wp_register_style('testimonials-carousel-employees', plugins_url('/assets/css/testimonials-carousel-employees.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    49     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    50 
    5149
    5250    if (!function_exists('get_plugin_data')) {
     
    6563   *
    6664   * @return string Widget name.
    67    * @since  11.6.0
     65   * @since  11.6.1
    6866   *
    6967   * @access public
     
    7977   *
    8078   * @return string Widget title.
    81    * @since  11.6.0
     79   * @since  11.6.1
    8280   *
    8381   * @access public
     
    9391   *
    9492   * @return string Widget icon.
    95    * @since  11.6.0
     93   * @since  11.6.1
    9694   *
    9795   * @access public
     
    112110   *
    113111   * @return array Widget categories.
    114    * @since  11.6.0
     112   * @since  11.6.1
    115113   *
    116114   * @access public
     
    172170   * Adds different input fields to allow the user to change and customize the widget settings.
    173171   *
    174    * @since  11.6.0
     172   * @since  11.6.1
    175173   *
    176174   * @access protected
     
    13761374   * Written in PHP and used to generate the final HTML.
    13771375   *
    1378    * @since  11.6.0
     1376   * @since  11.6.1
    13791377   *
    13801378   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-gallery-coverflow.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3333 * TestimonialsCarousel_Coverflow widget class.
    3434 *
    35  * @since 11.6.0
     35 * @since 11.6.1
    3636 */
    3737class TestimonialsCarousel_Gallery_Coverflow extends Widget_Base
     
    5151    wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    5252    wp_register_style('testimonials-gallery-carousel', plugins_url('/assets/css/testimonials-gallery-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    53     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    54 
    5553
    5654    if (!function_exists('get_plugin_data')) {
     
    6967   *
    7068   * @return string Widget name.
    71    * @since  11.6.0
     69   * @since  11.6.1
    7270   *
    7371   * @access public
     
    8381   *
    8482   * @return string Widget title.
    85    * @since  11.6.0
     83   * @since  11.6.1
    8684   *
    8785   * @access public
     
    9795   *
    9896   * @return string Widget icon.
    99    * @since  11.6.0
     97   * @since  11.6.1
    10098   *
    10199   * @access public
     
    116114   *
    117115   * @return array Widget categories.
    118    * @since  11.6.0
     116   * @since  11.6.1
    119117   *
    120118   * @access public
     
    166164   * Adds different input fields to allow the user to change and customize the widget settings.
    167165   *
    168    * @since  11.6.0
     166   * @since  11.6.1
    169167   *
    170168   * @access protected
     
    21182116   * Written in PHP and used to generate the final HTML.
    21192117   *
    2120    * @since  11.6.0
     2118   * @since  11.6.1
    21212119   *
    21222120   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-logo.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Logo widget class.
    3232 *
    33  * @since 11.6.0
     33 * @since 11.6.1
    3434 */
    3535class TestimonialsCarousel_Logo extends Widget_Base
     
    4848    wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    4949    wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    50     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    51 
    5250
    5351    if (!function_exists('get_plugin_data')) {
     
    6664   *
    6765   * @return string Widget name.
    68    * @since  11.6.0
     66   * @since  11.6.1
    6967   *
    7068   * @access public
     
    8078   *
    8179   * @return string Widget title.
    82    * @since  11.6.0
     80   * @since  11.6.1
    8381   *
    8482   * @access public
     
    9492   *
    9593   * @return string Widget icon.
    96    * @since  11.6.0
     94   * @since  11.6.1
    9795   *
    9896   * @access public
     
    113111   *
    114112   * @return array Widget categories.
    115    * @since  11.6.0
     113   * @since  11.6.1
    116114   *
    117115   * @access public
     
    166164   * Adds different input fields to allow the user to change and customize the widget settings.
    167165   *
    168    * @since  11.6.0
     166   * @since  11.6.1
    169167   *
    170168   * @access protected
     
    19881986   * Written in PHP and used to generate the final HTML.
    19891987   *
    1990    * @since  11.6.0
     1988   * @since  11.6.1
    19911989   *
    19921990   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-thumbnails.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3232 * TestimonialsCarousel_Creative widget class.
    3333 *
    34  * @since 11.6.0
     34 * @since 11.6.1
    3535 */
    3636class TestimonialsCarousel_Thumbnails extends Widget_Base
     
    5050    wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    5151    wp_register_style('testimonials-carousel-thumbnails', plugins_url('/assets/css/testimonials-carousel-thumbnails.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    52     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle-v11.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5352
    5453    if (!function_exists('get_plugin_data')) {
     
    6766   *
    6867   * @return string Widget name.
    69    * @since  11.6.0
     68   * @since  11.6.1
    7069   *
    7170   * @access public
     
    8180   *
    8281   * @return string Widget title.
    83    * @since  11.6.0
     82   * @since  11.6.1
    8483   *
    8584   * @access public
     
    9594   *
    9695   * @return string Widget icon.
    97    * @since  11.6.0
     96   * @since  11.6.1
    9897   *
    9998   * @access public
     
    114113   *
    115114   * @return array Widget categories.
    116    * @since  11.6.0
     115   * @since  11.6.1
    117116   *
    118117   * @access public
     
    162161   * Adds different input fields to allow the user to change and customize the widget settings.
    163162   *
    164    * @since  11.6.0
     163   * @since  11.6.1
    165164   *
    166165   * @access protected
     
    17861785   * Written in PHP and used to generate the final HTML.
    17871786   *
    1788    * @since  11.6.0
     1787   * @since  11.6.1
    17891788   *
    17901789   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel.php

    r3258239 r3270450  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.0
     12 * @since      11.6.1
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel widget class.
    3232 *
    33  * @since 11.6.0
     33 * @since 11.6.1
    3434 */
    3535class TestimonialsCarousel extends Widget_Base
     
    4848    wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    4949    wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION);
    50     wp_register_script('swiper', plugins_url('/assets/js/swiper-bundle.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    51 
    5250
    5351    if (!function_exists('get_plugin_data')) {
     
    6664   *
    6765   * @return string Widget name.
    68    * @since  11.6.0
     66   * @since  11.6.1
    6967   *
    7068   * @access public
     
    8078   *
    8179   * @return string Widget title.
    82    * @since  11.6.0
     80   * @since  11.6.1
    8381   *
    8482   * @access public
     
    9492   *
    9593   * @return string Widget icon.
    96    * @since  11.6.0
     94   * @since  11.6.1
    9795   *
    9896   * @access public
     
    113111   *
    114112   * @return array Widget categories.
    115    * @since  11.6.0
     113   * @since  11.6.1
    116114   *
    117115   * @access public
     
    163161   * Adds different input fields to allow the user to change and customize the widget settings.
    164162   *
    165    * @since  11.6.0
     163   * @since  11.6.1
    166164   *
    167165   * @access protected
     
    20852083   * Written in PHP and used to generate the final HTML.
    20862084   *
    2087    * @since  11.6.0
     2085   * @since  11.6.1
    20882086   *
    20892087   * @access protected
Note: See TracChangeset for help on using the changeset viewer.