Plugin Directory

Changeset 3280148


Ignore:
Timestamp:
04/23/2025 03:26:17 PM (11 months ago)
Author:
uapp
Message:

Updated the plugin version to 11.6.2

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

Legend:

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

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

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

    r3270450 r3280148  
    44Requires PHP: 7.4.1
    55Requires at least: 5.9
    6 Tested up to: 6.7.2
    7 Stable tag: 11.6.1
     6Tested up to: 6.8
     7Stable tag: 11.6.2
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    7878== Changelog ==
    7979
     80= 11.6.2 - 2025-04-23 =
     81- Fix: Fix depends for scripts.
     82
    8083= 11.6.1 - 2025-04-10 =
    8184- Fix: Fixed swiper version conflict.
  • testimonials-carousel-elementor/trunk/testimonials-carousel-elementor.php

    r3270450 r3280148  
    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.1
     10 * Version:     11.6.2
    1111 * Author:      UAPP GROUP
    1212 * Author URI:  https://uapp.group/
     
    2020 * Plugin Version
    2121 *
    22  * @since 11.6.1
     22 * @since 11.6.2
    2323 * @var string The plugin version.
    2424 */
    25 define('TESTIMONIALS_VERSION', '11.6.1');
     25define('TESTIMONIALS_VERSION', '11.6.2');
    2626
    2727/**
  • testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-coverflow.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3636 * TestimonialsCarousel_Coverflow widget class.
    3737 *
    38  * @since 11.6.1
     38 * @since 11.6.2
    3939 */
    4040class TestimonialsCarousel_Coverflow extends Widget_Base
     
    6464
    6565    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    66       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     66      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    6767    } else {
    68       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     68      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    6969    }
    7070  }
     
    7474   *
    7575   * @return string Widget name.
    76    * @since  11.6.1
     76   * @since  11.6.2
    7777   *
    7878   * @access public
     
    8888   *
    8989   * @return string Widget title.
    90    * @since  11.6.1
     90   * @since  11.6.2
    9191   *
    9292   * @access public
     
    102102   *
    103103   * @return string Widget icon.
    104    * @since  11.6.1
     104   * @since  11.6.2
    105105   *
    106106   * @access public
     
    121121   *
    122122   * @return array Widget categories.
    123    * @since  11.6.1
     123   * @since  11.6.2
    124124   *
    125125   * @access public
     
    169169   * Adds different input fields to allow the user to change and customize the widget settings.
    170170   *
    171    * @since  11.6.1
     171   * @since  11.6.2
    172172   *
    173173   * @access protected
     
    13351335   * Written in PHP and used to generate the final HTML.
    13361336   *
    1337    * @since  11.6.1
     1337   * @since  11.6.2
    13381338   *
    13391339   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-cube-360.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Cube_360 widget class.
    3232 *
    33  * @since 11.6.1
     33 * @since 11.6.2
    3434 */
    3535class TestimonialsCarousel_Cube_360 extends Widget_Base
     
    5555
    5656    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    57       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     57      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5858    } else {
    59       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     59      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    6060    }
    6161  }
     
    6565   *
    6666   * @return string Widget name.
    67    * @since  11.6.1
     67   * @since  11.6.2
    6868   *
    6969   * @access public
     
    7979   *
    8080   * @return string Widget title.
    81    * @since  11.6.1
     81   * @since  11.6.2
    8282   *
    8383   * @access public
     
    9393   *
    9494   * @return string Widget icon.
    95    * @since  11.6.1
     95   * @since  11.6.2
    9696   *
    9797   * @access public
     
    112112   *
    113113   * @return array Widget categories.
    114    * @since  11.6.1
     114   * @since  11.6.2
    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.1
     146   * @since  11.6.2
    147147   *
    148148   * @access protected
     
    34783478   * Written in PHP and used to generate the final HTML.
    34793479   *
    3480    * @since  11.6.1
     3480   * @since  11.6.2
    34813481   *
    34823482   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-cube.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Cube widget class.
    3232 *
    33  * @since 11.6.1
     33 * @since 11.6.2
    3434 */
    3535class TestimonialsCarousel_Cube extends Widget_Base
     
    5555
    5656    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    57       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     57      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5858    } else {
    59       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     59      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    6060    }
    6161  }
     
    6565   *
    6666   * @return string Widget name.
    67    * @since  11.6.1
     67   * @since  11.6.2
    6868   *
    6969   * @access public
     
    7979   *
    8080   * @return string Widget title.
    81    * @since  11.6.1
     81   * @since  11.6.2
    8282   *
    8383   * @access public
     
    9393   *
    9494   * @return string Widget icon.
    95    * @since  11.6.1
     95   * @since  11.6.2
    9696   *
    9797   * @access public
     
    112112   *
    113113   * @return array Widget categories.
    114    * @since  11.6.1
     114   * @since  11.6.2
    115115   *
    116116   * @access public
     
    162162   * Adds different input fields to allow the user to change and customize the widget settings.
    163163   *
    164    * @since  11.6.1
     164   * @since  11.6.2
    165165   *
    166166   * @access protected
     
    863863   * Written in PHP and used to generate the final HTML.
    864864   *
    865    * @since  11.6.1
     865   * @since  11.6.2
    866866   *
    867867   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/section-with-carousel/class-section-with-cube-360.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3131 * Section_With_Cube_360 widget class.
    3232 *
    33  * @since 11.6.1
     33 * @since 11.6.2
    3434 */
    3535class Section_With_Cube_360 extends Widget_Base
     
    5454
    5555    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    56       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     56      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5757    } else {
    58       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     58      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5959    }
    6060  }
     
    6464   *
    6565   * @return string Widget name.
    66    * @since  11.6.1
     66   * @since  11.6.2
    6767   *
    6868   * @access public
     
    7878   *
    7979   * @return string Widget title.
    80    * @since  11.6.1
     80   * @since  11.6.2
    8181   *
    8282   * @access public
     
    9292   *
    9393   * @return string Widget icon.
    94    * @since  11.6.1
     94   * @since  11.6.2
    9595   *
    9696   * @access public
     
    111111   *
    112112   * @return array Widget categories.
    113    * @since  11.6.1
     113   * @since  11.6.2
    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.1
     145   * @since  11.6.2
    146146   *
    147147   * @access protected
     
    37283728   * Written in PHP and used to generate the final HTML.
    37293729   *
    3730    * @since  11.6.1
     3730   * @since  11.6.2
    37313731   *
    37323732   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/section-with-carousel/class-section-with-cube.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3131 * Section_With_Cube widget class.
    3232 *
    33  * @since 11.6.1
     33 * @since 11.6.2
    3434 */
    3535class Section_With_Cube extends Widget_Base
     
    5555
    5656    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    57       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     57      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5858    } else {
    59       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     59      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    6060    }
    6161  }
     
    6565   *
    6666   * @return string Widget name.
    67    * @since  11.6.1
     67   * @since  11.6.2
    6868   *
    6969   * @access public
     
    7979   *
    8080   * @return string Widget title.
    81    * @since  11.6.1
     81   * @since  11.6.2
    8282   *
    8383   * @access public
     
    9393   *
    9494   * @return string Widget icon.
    95    * @since  11.6.1
     95   * @since  11.6.2
    9696   *
    9797   * @access public
     
    112112   *
    113113   * @return array Widget categories.
    114    * @since  11.6.1
     114   * @since  11.6.2
    115115   *
    116116   * @access public
     
    162162   * Adds different input fields to allow the user to change and customize the widget settings.
    163163   *
    164    * @since  11.6.1
     164   * @since  11.6.2
    165165   *
    166166   * @access protected
     
    11101110   * Written in PHP and used to generate the final HTML.
    11111111   *
    1112    * @since  11.6.1
     1112   * @since  11.6.2
    11131113   *
    11141114   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-blog.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3333 * TestimonialsCarousel_Blog widget class.
    3434 *
    35  * @since 11.6.1
     35 * @since 11.6.2
    3636 */
    3737class TestimonialsCarousel_Blog extends Widget_Base
     
    5656
    5757    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    58       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     58      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5959    } else {
    60       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     60      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    6161    }
    6262  }
     
    6666   *
    6767   * @return string Widget name.
    68    * @since  11.6.1
     68   * @since  11.6.2
    6969   *
    7070   * @access public
     
    8080   *
    8181   * @return string Widget title.
    82    * @since  11.6.1
     82   * @since  11.6.2
    8383   *
    8484   * @access public
     
    9494   *
    9595   * @return string Widget icon.
    96    * @since  11.6.1
     96   * @since  11.6.2
    9797   *
    9898   * @access public
     
    113113   *
    114114   * @return array Widget categories.
    115    * @since  11.6.1
     115   * @since  11.6.2
    116116   *
    117117   * @access public
     
    162162   * Adds different input fields to allow the user to change and customize the widget settings.
    163163   *
    164    * @since  11.6.1
     164   * @since  11.6.2
    165165   *
    166166   * @access protected
     
    11341134   * Written in PHP and used to generate the final HTML.
    11351135   *
    1136    * @since  11.6.1
     1136   * @since  11.6.2
    11371137   *
    11381138   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-bottom.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Bottom widget class.
    3232 *
    33  * @since 11.6.1
     33 * @since 11.6.2
    3434 */
    3535class TestimonialsCarousel_Bottom extends Widget_Base
     
    5454
    5555    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    56       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     56      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5757    } else {
    58       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     58      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5959    }
    6060  }
     
    6464   *
    6565   * @return string Widget name.
    66    * @since  11.6.1
     66   * @since  11.6.2
    6767   *
    6868   * @access public
     
    7878   *
    7979   * @return string Widget title.
    80    * @since  11.6.1
     80   * @since  11.6.2
    8181   *
    8282   * @access public
     
    9292   *
    9393   * @return string Widget icon.
    94    * @since  11.6.1
     94   * @since  11.6.2
    9595   *
    9696   * @access public
     
    111111   *
    112112   * @return array Widget categories.
    113    * @since  11.6.1
     113   * @since  11.6.2
    114114   *
    115115   * @access public
     
    161161   * Adds different input fields to allow the user to change and customize the widget settings.
    162162   *
    163    * @since  11.6.1
     163   * @since  11.6.2
    164164   *
    165165   * @access protected
     
    17361736   * Written in PHP and used to generate the final HTML.
    17371737   *
    1738    * @since  11.6.1
     1738   * @since  11.6.2
    17391739   *
    17401740   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-centered.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Centered widget class.
    3232 *
    33  * @since 11.6.1
     33 * @since 11.6.2
    3434 */
    3535class TestimonialsCarousel_Centered extends Widget_Base
     
    5454
    5555    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    56       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     56      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5757    } else {
    58       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     58      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5959    }
    6060  }
     
    6464   *
    6565   * @return string Widget name.
    66    * @since  11.6.1
     66   * @since  11.6.2
    6767   *
    6868   * @access public
     
    7878   *
    7979   * @return string Widget title.
    80    * @since  11.6.1
     80   * @since  11.6.2
    8181   *
    8282   * @access public
     
    9292   *
    9393   * @return string Widget icon.
    94    * @since  11.6.1
     94   * @since  11.6.2
    9595   *
    9696   * @access public
     
    111111   *
    112112   * @return array Widget categories.
    113    * @since  11.6.1
     113   * @since  11.6.2
    114114   *
    115115   * @access public
     
    161161   * Adds different input fields to allow the user to change and customize the widget settings.
    162162   *
    163    * @since  11.6.1
     163   * @since  11.6.2
    164164   *
    165165   * @access protected
     
    18551855   * Written in PHP and used to generate the final HTML.
    18561856   *
    1857    * @since  11.6.1
     1857   * @since  11.6.2
    18581858   *
    18591859   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-creative.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Creative widget class.
    3232 *
    33  * @since 11.6.1
     33 * @since 11.6.2
    3434 */
    3535class TestimonialsCarousel_Creative extends Widget_Base
     
    5454
    5555    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    56       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     56      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5757    } else {
    58       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     58      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5959    }
    6060  }
     
    6464   *
    6565   * @return string Widget name.
    66    * @since  11.6.1
     66   * @since  11.6.2
    6767   *
    6868   * @access public
     
    7878   *
    7979   * @return string Widget title.
    80    * @since  11.6.1
     80   * @since  11.6.2
    8181   *
    8282   * @access public
     
    9292   *
    9393   * @return string Widget icon.
    94    * @since  11.6.1
     94   * @since  11.6.2
    9595   *
    9696   * @access public
     
    111111   *
    112112   * @return array Widget categories.
    113    * @since  11.6.1
     113   * @since  11.6.2
    114114   *
    115115   * @access public
     
    171171   * Adds different input fields to allow the user to change and customize the widget settings.
    172172   *
    173    * @since  11.6.1
     173   * @since  11.6.2
    174174   *
    175175   * @access protected
     
    429429   * Written in PHP and used to generate the final HTML.
    430430   *
    431    * @since  11.6.1
     431   * @since  11.6.2
    432432   *
    433433   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-employees.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3030 * TestimonialsCarousel_Employees widget class.
    3131 *
    32  * @since 11.6.1
     32 * @since 11.6.2
    3333 */
    3434class TestimonialsCarousel_Employees extends Widget_Base
     
    5353
    5454    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    55       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     55      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5656    } else {
    57       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     57      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5858    }
    5959  }
     
    6363   *
    6464   * @return string Widget name.
    65    * @since  11.6.1
     65   * @since  11.6.2
    6666   *
    6767   * @access public
     
    7777   *
    7878   * @return string Widget title.
    79    * @since  11.6.1
     79   * @since  11.6.2
    8080   *
    8181   * @access public
     
    9191   *
    9292   * @return string Widget icon.
    93    * @since  11.6.1
     93   * @since  11.6.2
    9494   *
    9595   * @access public
     
    110110   *
    111111   * @return array Widget categories.
    112    * @since  11.6.1
     112   * @since  11.6.2
    113113   *
    114114   * @access public
     
    170170   * Adds different input fields to allow the user to change and customize the widget settings.
    171171   *
    172    * @since  11.6.1
     172   * @since  11.6.2
    173173   *
    174174   * @access protected
     
    13741374   * Written in PHP and used to generate the final HTML.
    13751375   *
    1376    * @since  11.6.1
     1376   * @since  11.6.2
    13771377   *
    13781378   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-gallery-coverflow.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3333 * TestimonialsCarousel_Coverflow widget class.
    3434 *
    35  * @since 11.6.1
     35 * @since 11.6.2
    3636 */
    3737class TestimonialsCarousel_Gallery_Coverflow extends Widget_Base
     
    5757
    5858    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    59       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     59      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    6060    } else {
    61       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     61      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    6262    }
    6363  }
     
    6767   *
    6868   * @return string Widget name.
    69    * @since  11.6.1
     69   * @since  11.6.2
    7070   *
    7171   * @access public
     
    8181   *
    8282   * @return string Widget title.
    83    * @since  11.6.1
     83   * @since  11.6.2
    8484   *
    8585   * @access public
     
    9595   *
    9696   * @return string Widget icon.
    97    * @since  11.6.1
     97   * @since  11.6.2
    9898   *
    9999   * @access public
     
    114114   *
    115115   * @return array Widget categories.
    116    * @since  11.6.1
     116   * @since  11.6.2
    117117   *
    118118   * @access public
     
    164164   * Adds different input fields to allow the user to change and customize the widget settings.
    165165   *
    166    * @since  11.6.1
     166   * @since  11.6.2
    167167   *
    168168   * @access protected
     
    21162116   * Written in PHP and used to generate the final HTML.
    21172117   *
    2118    * @since  11.6.1
     2118   * @since  11.6.2
    21192119   *
    21202120   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-logo.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel_Logo widget class.
    3232 *
    33  * @since 11.6.1
     33 * @since 11.6.2
    3434 */
    3535class TestimonialsCarousel_Logo extends Widget_Base
     
    5454
    5555    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    56       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     56      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5757    } else {
    58       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     58      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5959    }
    6060  }
     
    6464   *
    6565   * @return string Widget name.
    66    * @since  11.6.1
     66   * @since  11.6.2
    6767   *
    6868   * @access public
     
    7878   *
    7979   * @return string Widget title.
    80    * @since  11.6.1
     80   * @since  11.6.2
    8181   *
    8282   * @access public
     
    9292   *
    9393   * @return string Widget icon.
    94    * @since  11.6.1
     94   * @since  11.6.2
    9595   *
    9696   * @access public
     
    111111   *
    112112   * @return array Widget categories.
    113    * @since  11.6.1
     113   * @since  11.6.2
    114114   *
    115115   * @access public
     
    164164   * Adds different input fields to allow the user to change and customize the widget settings.
    165165   *
    166    * @since  11.6.1
     166   * @since  11.6.2
    167167   *
    168168   * @access protected
     
    19861986   * Written in PHP and used to generate the final HTML.
    19871987   *
    1988    * @since  11.6.1
     1988   * @since  11.6.2
    19891989   *
    19901990   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-thumbnails.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3232 * TestimonialsCarousel_Creative widget class.
    3333 *
    34  * @since 11.6.1
     34 * @since 11.6.2
    3535 */
    3636class TestimonialsCarousel_Thumbnails extends Widget_Base
     
    5656
    5757    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    58       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     58      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5959    } else {
    60       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     60      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    6161    }
    6262  }
     
    6666   *
    6767   * @return string Widget name.
    68    * @since  11.6.1
     68   * @since  11.6.2
    6969   *
    7070   * @access public
     
    8080   *
    8181   * @return string Widget title.
    82    * @since  11.6.1
     82   * @since  11.6.2
    8383   *
    8484   * @access public
     
    9494   *
    9595   * @return string Widget icon.
    96    * @since  11.6.1
     96   * @since  11.6.2
    9797   *
    9898   * @access public
     
    113113   *
    114114   * @return array Widget categories.
    115    * @since  11.6.1
     115   * @since  11.6.2
    116116   *
    117117   * @access public
     
    161161   * Adds different input fields to allow the user to change and customize the widget settings.
    162162   *
    163    * @since  11.6.1
     163   * @since  11.6.2
    164164   *
    165165   * @access protected
     
    17851785   * Written in PHP and used to generate the final HTML.
    17861786   *
    1787    * @since  11.6.1
     1787   * @since  11.6.2
    17881788   *
    17891789   * @access protected
  • testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel.php

    r3270450 r3280148  
    1010 * @license    https://opensource.org/licenses/GPL-3.0 GPL-3.0-only
    1111 * @link
    12  * @since      11.6.1
     12 * @since      11.6.2
    1313 * php version 7.4.1
    1414 */
     
    3131 * TestimonialsCarousel widget class.
    3232 *
    33  * @since 11.6.1
     33 * @since 11.6.2
    3434 */
    3535class TestimonialsCarousel extends Widget_Base
     
    5454
    5555    if (get_plugin_data(ELEMENTOR__FILE__)['Version'] >= "3.5.0") {
    56       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     56      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5757    } else {
    58       wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), ['elementor-frontend'], TESTIMONIALS_VERSION, true);
     58      wp_register_script('testimonials-carousel-widget-handler', plugins_url('/assets/js/testimonials-carousel-widget-old-elementor-handler.min.js', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION, true);
    5959    }
    6060  }
     
    6464   *
    6565   * @return string Widget name.
    66    * @since  11.6.1
     66   * @since  11.6.2
    6767   *
    6868   * @access public
     
    7878   *
    7979   * @return string Widget title.
    80    * @since  11.6.1
     80   * @since  11.6.2
    8181   *
    8282   * @access public
     
    9292   *
    9393   * @return string Widget icon.
    94    * @since  11.6.1
     94   * @since  11.6.2
    9595   *
    9696   * @access public
     
    111111   *
    112112   * @return array Widget categories.
    113    * @since  11.6.1
     113   * @since  11.6.2
    114114   *
    115115   * @access public
     
    161161   * Adds different input fields to allow the user to change and customize the widget settings.
    162162   *
    163    * @since  11.6.1
     163   * @since  11.6.2
    164164   *
    165165   * @access protected
     
    20832083   * Written in PHP and used to generate the final HTML.
    20842084   *
    2085    * @since  11.6.1
     2085   * @since  11.6.2
    20862086   *
    20872087   * @access protected
Note: See TracChangeset for help on using the changeset viewer.