Changeset 3270450
- Timestamp:
- 04/10/2025 12:45:51 PM (11 months ago)
- Location:
- testimonials-carousel-elementor/trunk
- Files:
-
- 18 edited
-
class-testimonials-carousel-elementor.php (modified) (10 diffs)
-
class-widgets.php (modified) (9 diffs)
-
readme.txt (modified) (2 diffs)
-
testimonials-carousel-elementor.php (modified) (2 diffs)
-
widgets/animated-carousel/class-testimonialscarousel-coverflow.php (modified) (9 diffs)
-
widgets/animated-carousel/class-testimonialscarousel-cube-360.php (modified) (8 diffs)
-
widgets/animated-carousel/class-testimonialscarousel-cube.php (modified) (9 diffs)
-
widgets/section-with-carousel/class-section-with-cube-360.php (modified) (8 diffs)
-
widgets/section-with-carousel/class-section-with-cube.php (modified) (9 diffs)
-
widgets/testimonials-carousel/class-testimonialscarousel-blog.php (modified) (9 diffs)
-
widgets/testimonials-carousel/class-testimonialscarousel-bottom.php (modified) (9 diffs)
-
widgets/testimonials-carousel/class-testimonialscarousel-centered.php (modified) (9 diffs)
-
widgets/testimonials-carousel/class-testimonialscarousel-creative.php (modified) (9 diffs)
-
widgets/testimonials-carousel/class-testimonialscarousel-employees.php (modified) (9 diffs)
-
widgets/testimonials-carousel/class-testimonialscarousel-gallery-coverflow.php (modified) (9 diffs)
-
widgets/testimonials-carousel/class-testimonialscarousel-logo.php (modified) (9 diffs)
-
widgets/testimonials-carousel/class-testimonialscarousel-thumbnails.php (modified) (9 diffs)
-
widgets/testimonials-carousel/class-testimonialscarousel.php (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
testimonials-carousel-elementor/trunk/class-testimonials-carousel-elementor.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 29 29 * Minimum Elementor Version 30 30 * 31 * @since 11.6. 031 * @since 11.6.1 32 32 * @var string Minimum Elementor version required to run the plugin. 33 33 */ … … 36 36 * Minimum PHP Version 37 37 * 38 * @since 11.6. 038 * @since 11.6.1 39 39 * @var string Minimum PHP version required to run the plugin. 40 40 */ … … 44 44 * Constructor 45 45 * 46 * @since 11.6. 046 * @since 11.6.1 47 47 * @access public 48 48 */ … … 153 153 * Fired by `init` action hook. 154 154 * 155 * @since 11.6. 0155 * @since 11.6.1 156 156 * @access public 157 157 */ … … 170 170 * Fired by `plugins_loaded` action hook. 171 171 * 172 * @since 11.6. 0172 * @since 11.6.1 173 173 * @access public 174 174 */ … … 222 222 * Warning when the site doesn't have Elementor installed or activated. 223 223 * 224 * @since 11.6. 0224 * @since 11.6.1 225 225 * @access public 226 226 */ … … 245 245 * Warning when the site doesn't have a minimum required Elementor version. 246 246 * 247 * @since 11.6. 0247 * @since 11.6.1 248 248 * @access public 249 249 */ … … 269 269 * Warning when the site doesn't have a minimum required PHP version. 270 270 * 271 * @since 11.6. 0271 * @since 11.6.1 272 272 * @access public 273 273 */ … … 290 290 /** 291 291 * 292 * @since 11.6. 0292 * @since 11.6.1 293 293 * @access public 294 294 */ -
testimonials-carousel-elementor/trunk/class-widgets.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 26 26 * Main Plugin class 27 27 * 28 * @since 11.6. 028 * @since 11.6.1 29 29 */ 30 30 class Widgets … … 34 34 * Instance 35 35 * 36 * @since 11.6. 036 * @since 11.6.1 37 37 * @access private 38 38 * @static … … 48 48 * 49 49 * @return Plugin An instance of the class. 50 * @since 11.6. 050 * @since 11.6.1 51 51 * @access public 52 52 * … … 66 66 * Load widgets files 67 67 * 68 * @since 11.6. 068 * @since 11.6.1 69 69 * @access private 70 70 */ … … 97 97 * Load widgets templates files 98 98 * 99 * @since 11.6. 099 * @since 11.6.1 100 100 * @access private 101 101 */ … … 111 111 * Load widgets templates controls 112 112 * 113 * @since 11.6. 0113 * @since 11.6.1 114 114 * @access private 115 115 */ … … 125 125 * Register new Elementor widgets. 126 126 * 127 * @since 11.6. 0127 * @since 11.6.1 128 128 * @access public 129 129 */ … … 165 165 * Register plugin action hooks and filters 166 166 * 167 * @since 11.6. 0167 * @since 11.6.1 168 168 * @access public 169 169 */ -
testimonials-carousel-elementor/trunk/readme.txt
r3258239 r3270450 5 5 Requires at least: 5.9 6 6 Tested up to: 6.7.2 7 Stable tag: 11.6. 07 Stable tag: 11.6.1 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 78 78 == Changelog == 79 79 80 = 11.6.1 - 2025-04-10 = 81 - Fix: Fixed swiper version conflict. 82 80 83 = 11.6.0 - 2025-03-19 = 81 84 - New: Added "Lightbox" for Carousel with Coverflow. -
testimonials-carousel-elementor/trunk/testimonials-carousel-elementor.php
r3258239 r3270450 8 8 * Description: The compact Testimonial Carousel for Elementor lets you show long text reviews in Pop-Up of Carousel Slider. 9 9 * Plugin URI: 10 * Version: 11.6. 010 * Version: 11.6.1 11 11 * Author: UAPP GROUP 12 12 * Author URI: https://uapp.group/ … … 20 20 * Plugin Version 21 21 * 22 * @since 11.6. 022 * @since 11.6.1 23 23 * @var string The plugin version. 24 24 */ 25 define('TESTIMONIALS_VERSION', '11.6. 0');25 define('TESTIMONIALS_VERSION', '11.6.1'); 26 26 27 27 /** -
testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-coverflow.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 36 36 * TestimonialsCarousel_Coverflow widget class. 37 37 * 38 * @since 11.6. 038 * @since 11.6.1 39 39 */ 40 40 class TestimonialsCarousel_Coverflow extends Widget_Base … … 58 58 wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 59 59 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);61 60 62 61 if (!function_exists('get_plugin_data')) { … … 75 74 * 76 75 * @return string Widget name. 77 * @since 11.6. 076 * @since 11.6.1 78 77 * 79 78 * @access public … … 89 88 * 90 89 * @return string Widget title. 91 * @since 11.6. 090 * @since 11.6.1 92 91 * 93 92 * @access public … … 103 102 * 104 103 * @return string Widget icon. 105 * @since 11.6. 0104 * @since 11.6.1 106 105 * 107 106 * @access public … … 122 121 * 123 122 * @return array Widget categories. 124 * @since 11.6. 0123 * @since 11.6.1 125 124 * 126 125 * @access public … … 170 169 * Adds different input fields to allow the user to change and customize the widget settings. 171 170 * 172 * @since 11.6. 0171 * @since 11.6.1 173 172 * 174 173 * @access protected … … 1336 1335 * Written in PHP and used to generate the final HTML. 1337 1336 * 1338 * @since 11.6. 01337 * @since 11.6.1 1339 1338 * 1340 1339 * @access protected -
testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-cube-360.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Cube_360 widget class. 32 32 * 33 * @since 11.6. 033 * @since 11.6.1 34 34 */ 35 35 class TestimonialsCarousel_Cube_360 extends Widget_Base … … 65 65 * 66 66 * @return string Widget name. 67 * @since 11.6. 067 * @since 11.6.1 68 68 * 69 69 * @access public … … 79 79 * 80 80 * @return string Widget title. 81 * @since 11.6. 081 * @since 11.6.1 82 82 * 83 83 * @access public … … 93 93 * 94 94 * @return string Widget icon. 95 * @since 11.6. 095 * @since 11.6.1 96 96 * 97 97 * @access public … … 112 112 * 113 113 * @return array Widget categories. 114 * @since 11.6. 0114 * @since 11.6.1 115 115 * 116 116 * @access public … … 144 144 * Adds different input fields to allow the user to change and customize the widget settings. 145 145 * 146 * @since 11.6. 0146 * @since 11.6.1 147 147 * 148 148 * @access protected … … 3478 3478 * Written in PHP and used to generate the final HTML. 3479 3479 * 3480 * @since 11.6. 03480 * @since 11.6.1 3481 3481 * 3482 3482 * @access protected -
testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-cube.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Cube widget class. 32 32 * 33 * @since 11.6. 033 * @since 11.6.1 34 34 */ 35 35 class TestimonialsCarousel_Cube extends Widget_Base … … 49 49 wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 50 50 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 53 51 54 52 if (!function_exists('get_plugin_data')) { … … 67 65 * 68 66 * @return string Widget name. 69 * @since 11.6. 067 * @since 11.6.1 70 68 * 71 69 * @access public … … 81 79 * 82 80 * @return string Widget title. 83 * @since 11.6. 081 * @since 11.6.1 84 82 * 85 83 * @access public … … 95 93 * 96 94 * @return string Widget icon. 97 * @since 11.6. 095 * @since 11.6.1 98 96 * 99 97 * @access public … … 114 112 * 115 113 * @return array Widget categories. 116 * @since 11.6. 0114 * @since 11.6.1 117 115 * 118 116 * @access public … … 164 162 * Adds different input fields to allow the user to change and customize the widget settings. 165 163 * 166 * @since 11.6. 0164 * @since 11.6.1 167 165 * 168 166 * @access protected … … 865 863 * Written in PHP and used to generate the final HTML. 866 864 * 867 * @since 11.6. 0865 * @since 11.6.1 868 866 * 869 867 * @access protected -
testimonials-carousel-elementor/trunk/widgets/section-with-carousel/class-section-with-cube-360.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 31 31 * Section_With_Cube_360 widget class. 32 32 * 33 * @since 11.6. 033 * @since 11.6.1 34 34 */ 35 35 class Section_With_Cube_360 extends Widget_Base … … 64 64 * 65 65 * @return string Widget name. 66 * @since 11.6. 066 * @since 11.6.1 67 67 * 68 68 * @access public … … 78 78 * 79 79 * @return string Widget title. 80 * @since 11.6. 080 * @since 11.6.1 81 81 * 82 82 * @access public … … 92 92 * 93 93 * @return string Widget icon. 94 * @since 11.6. 094 * @since 11.6.1 95 95 * 96 96 * @access public … … 111 111 * 112 112 * @return array Widget categories. 113 * @since 11.6. 0113 * @since 11.6.1 114 114 * 115 115 * @access public … … 143 143 * Adds different input fields to allow the user to change and customize the widget settings. 144 144 * 145 * @since 11.6. 0145 * @since 11.6.1 146 146 * 147 147 * @access protected … … 3728 3728 * Written in PHP and used to generate the final HTML. 3729 3729 * 3730 * @since 11.6. 03730 * @since 11.6.1 3731 3731 * 3732 3732 * @access protected -
testimonials-carousel-elementor/trunk/widgets/section-with-carousel/class-section-with-cube.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 31 31 * Section_With_Cube widget class. 32 32 * 33 * @since 11.6. 033 * @since 11.6.1 34 34 */ 35 35 class Section_With_Cube extends Widget_Base … … 49 49 wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 50 50 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 53 51 54 52 if (!function_exists('get_plugin_data')) { … … 67 65 * 68 66 * @return string Widget name. 69 * @since 11.6. 067 * @since 11.6.1 70 68 * 71 69 * @access public … … 81 79 * 82 80 * @return string Widget title. 83 * @since 11.6. 081 * @since 11.6.1 84 82 * 85 83 * @access public … … 95 93 * 96 94 * @return string Widget icon. 97 * @since 11.6. 095 * @since 11.6.1 98 96 * 99 97 * @access public … … 114 112 * 115 113 * @return array Widget categories. 116 * @since 11.6. 0114 * @since 11.6.1 117 115 * 118 116 * @access public … … 164 162 * Adds different input fields to allow the user to change and customize the widget settings. 165 163 * 166 * @since 11.6. 0164 * @since 11.6.1 167 165 * 168 166 * @access protected … … 1112 1110 * Written in PHP and used to generate the final HTML. 1113 1111 * 1114 * @since 11.6. 01112 * @since 11.6.1 1115 1113 * 1116 1114 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-blog.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 33 33 * TestimonialsCarousel_Blog widget class. 34 34 * 35 * @since 11.6. 035 * @since 11.6.1 36 36 */ 37 37 class TestimonialsCarousel_Blog extends Widget_Base … … 50 50 wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 51 51 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);53 52 54 53 if (!function_exists('get_plugin_data')) { … … 67 66 * 68 67 * @return string Widget name. 69 * @since 11.6. 068 * @since 11.6.1 70 69 * 71 70 * @access public … … 81 80 * 82 81 * @return string Widget title. 83 * @since 11.6. 082 * @since 11.6.1 84 83 * 85 84 * @access public … … 95 94 * 96 95 * @return string Widget icon. 97 * @since 11.6. 096 * @since 11.6.1 98 97 * 99 98 * @access public … … 114 113 * 115 114 * @return array Widget categories. 116 * @since 11.6. 0115 * @since 11.6.1 117 116 * 118 117 * @access public … … 163 162 * Adds different input fields to allow the user to change and customize the widget settings. 164 163 * 165 * @since 11.6. 0164 * @since 11.6.1 166 165 * 167 166 * @access protected … … 1135 1134 * Written in PHP and used to generate the final HTML. 1136 1135 * 1137 * @since 11.6. 01136 * @since 11.6.1 1138 1137 * 1139 1138 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-bottom.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Bottom widget class. 32 32 * 33 * @since 11.6. 033 * @since 11.6.1 34 34 */ 35 35 class TestimonialsCarousel_Bottom extends Widget_Base … … 48 48 wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 49 49 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 52 50 53 51 if (!function_exists('get_plugin_data')) { … … 66 64 * 67 65 * @return string Widget name. 68 * @since 11.6. 066 * @since 11.6.1 69 67 * 70 68 * @access public … … 80 78 * 81 79 * @return string Widget title. 82 * @since 11.6. 080 * @since 11.6.1 83 81 * 84 82 * @access public … … 94 92 * 95 93 * @return string Widget icon. 96 * @since 11.6. 094 * @since 11.6.1 97 95 * 98 96 * @access public … … 113 111 * 114 112 * @return array Widget categories. 115 * @since 11.6. 0113 * @since 11.6.1 116 114 * 117 115 * @access public … … 163 161 * Adds different input fields to allow the user to change and customize the widget settings. 164 162 * 165 * @since 11.6. 0163 * @since 11.6.1 166 164 * 167 165 * @access protected … … 1738 1736 * Written in PHP and used to generate the final HTML. 1739 1737 * 1740 * @since 11.6. 01738 * @since 11.6.1 1741 1739 * 1742 1740 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-centered.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Centered widget class. 32 32 * 33 * @since 11.6. 033 * @since 11.6.1 34 34 */ 35 35 class TestimonialsCarousel_Centered extends Widget_Base … … 48 48 wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 49 49 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 52 50 53 51 if (!function_exists('get_plugin_data')) { … … 66 64 * 67 65 * @return string Widget name. 68 * @since 11.6. 066 * @since 11.6.1 69 67 * 70 68 * @access public … … 80 78 * 81 79 * @return string Widget title. 82 * @since 11.6. 080 * @since 11.6.1 83 81 * 84 82 * @access public … … 94 92 * 95 93 * @return string Widget icon. 96 * @since 11.6. 094 * @since 11.6.1 97 95 * 98 96 * @access public … … 113 111 * 114 112 * @return array Widget categories. 115 * @since 11.6. 0113 * @since 11.6.1 116 114 * 117 115 * @access public … … 163 161 * Adds different input fields to allow the user to change and customize the widget settings. 164 162 * 165 * @since 11.6. 0163 * @since 11.6.1 166 164 * 167 165 * @access protected … … 1857 1855 * Written in PHP and used to generate the final HTML. 1858 1856 * 1859 * @since 11.6. 01857 * @since 11.6.1 1860 1858 * 1861 1859 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-creative.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Creative widget class. 32 32 * 33 * @since 11.6. 033 * @since 11.6.1 34 34 */ 35 35 class TestimonialsCarousel_Creative extends Widget_Base … … 48 48 wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle-v11.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 49 49 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 52 50 53 51 if (!function_exists('get_plugin_data')) { … … 66 64 * 67 65 * @return string Widget name. 68 * @since 11.6. 066 * @since 11.6.1 69 67 * 70 68 * @access public … … 80 78 * 81 79 * @return string Widget title. 82 * @since 11.6. 080 * @since 11.6.1 83 81 * 84 82 * @access public … … 94 92 * 95 93 * @return string Widget icon. 96 * @since 11.6. 094 * @since 11.6.1 97 95 * 98 96 * @access public … … 113 111 * 114 112 * @return array Widget categories. 115 * @since 11.6. 0113 * @since 11.6.1 116 114 * 117 115 * @access public … … 173 171 * Adds different input fields to allow the user to change and customize the widget settings. 174 172 * 175 * @since 11.6. 0173 * @since 11.6.1 176 174 * 177 175 * @access protected … … 431 429 * Written in PHP and used to generate the final HTML. 432 430 * 433 * @since 11.6. 0431 * @since 11.6.1 434 432 * 435 433 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-employees.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 30 30 * TestimonialsCarousel_Employees widget class. 31 31 * 32 * @since 11.6. 032 * @since 11.6.1 33 33 */ 34 34 class TestimonialsCarousel_Employees extends Widget_Base … … 47 47 wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 48 48 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 51 49 52 50 if (!function_exists('get_plugin_data')) { … … 65 63 * 66 64 * @return string Widget name. 67 * @since 11.6. 065 * @since 11.6.1 68 66 * 69 67 * @access public … … 79 77 * 80 78 * @return string Widget title. 81 * @since 11.6. 079 * @since 11.6.1 82 80 * 83 81 * @access public … … 93 91 * 94 92 * @return string Widget icon. 95 * @since 11.6. 093 * @since 11.6.1 96 94 * 97 95 * @access public … … 112 110 * 113 111 * @return array Widget categories. 114 * @since 11.6. 0112 * @since 11.6.1 115 113 * 116 114 * @access public … … 172 170 * Adds different input fields to allow the user to change and customize the widget settings. 173 171 * 174 * @since 11.6. 0172 * @since 11.6.1 175 173 * 176 174 * @access protected … … 1376 1374 * Written in PHP and used to generate the final HTML. 1377 1375 * 1378 * @since 11.6. 01376 * @since 11.6.1 1379 1377 * 1380 1378 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-gallery-coverflow.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 33 33 * TestimonialsCarousel_Coverflow widget class. 34 34 * 35 * @since 11.6. 035 * @since 11.6.1 36 36 */ 37 37 class TestimonialsCarousel_Gallery_Coverflow extends Widget_Base … … 51 51 wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 52 52 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 55 53 56 54 if (!function_exists('get_plugin_data')) { … … 69 67 * 70 68 * @return string Widget name. 71 * @since 11.6. 069 * @since 11.6.1 72 70 * 73 71 * @access public … … 83 81 * 84 82 * @return string Widget title. 85 * @since 11.6. 083 * @since 11.6.1 86 84 * 87 85 * @access public … … 97 95 * 98 96 * @return string Widget icon. 99 * @since 11.6. 097 * @since 11.6.1 100 98 * 101 99 * @access public … … 116 114 * 117 115 * @return array Widget categories. 118 * @since 11.6. 0116 * @since 11.6.1 119 117 * 120 118 * @access public … … 166 164 * Adds different input fields to allow the user to change and customize the widget settings. 167 165 * 168 * @since 11.6. 0166 * @since 11.6.1 169 167 * 170 168 * @access protected … … 2118 2116 * Written in PHP and used to generate the final HTML. 2119 2117 * 2120 * @since 11.6. 02118 * @since 11.6.1 2121 2119 * 2122 2120 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-logo.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Logo widget class. 32 32 * 33 * @since 11.6. 033 * @since 11.6.1 34 34 */ 35 35 class TestimonialsCarousel_Logo extends Widget_Base … … 48 48 wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 49 49 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 52 50 53 51 if (!function_exists('get_plugin_data')) { … … 66 64 * 67 65 * @return string Widget name. 68 * @since 11.6. 066 * @since 11.6.1 69 67 * 70 68 * @access public … … 80 78 * 81 79 * @return string Widget title. 82 * @since 11.6. 080 * @since 11.6.1 83 81 * 84 82 * @access public … … 94 92 * 95 93 * @return string Widget icon. 96 * @since 11.6. 094 * @since 11.6.1 97 95 * 98 96 * @access public … … 113 111 * 114 112 * @return array Widget categories. 115 * @since 11.6. 0113 * @since 11.6.1 116 114 * 117 115 * @access public … … 166 164 * Adds different input fields to allow the user to change and customize the widget settings. 167 165 * 168 * @since 11.6. 0166 * @since 11.6.1 169 167 * 170 168 * @access protected … … 1988 1986 * Written in PHP and used to generate the final HTML. 1989 1987 * 1990 * @since 11.6. 01988 * @since 11.6.1 1991 1989 * 1992 1990 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-thumbnails.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 32 32 * TestimonialsCarousel_Creative widget class. 33 33 * 34 * @since 11.6. 034 * @since 11.6.1 35 35 */ 36 36 class TestimonialsCarousel_Thumbnails extends Widget_Base … … 50 50 wp_register_style('testimonials-carousel', plugins_url('/assets/css/testimonials-carousel.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 51 51 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);53 52 54 53 if (!function_exists('get_plugin_data')) { … … 67 66 * 68 67 * @return string Widget name. 69 * @since 11.6. 068 * @since 11.6.1 70 69 * 71 70 * @access public … … 81 80 * 82 81 * @return string Widget title. 83 * @since 11.6. 082 * @since 11.6.1 84 83 * 85 84 * @access public … … 95 94 * 96 95 * @return string Widget icon. 97 * @since 11.6. 096 * @since 11.6.1 98 97 * 99 98 * @access public … … 114 113 * 115 114 * @return array Widget categories. 116 * @since 11.6. 0115 * @since 11.6.1 117 116 * 118 117 * @access public … … 162 161 * Adds different input fields to allow the user to change and customize the widget settings. 163 162 * 164 * @since 11.6. 0163 * @since 11.6.1 165 164 * 166 165 * @access protected … … 1786 1785 * Written in PHP and used to generate the final HTML. 1787 1786 * 1788 * @since 11.6. 01787 * @since 11.6.1 1789 1788 * 1790 1789 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel.php
r3258239 r3270450 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 012 * @since 11.6.1 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel widget class. 32 32 * 33 * @since 11.6. 033 * @since 11.6.1 34 34 */ 35 35 class TestimonialsCarousel extends Widget_Base … … 48 48 wp_register_style('swiper', plugins_url('/assets/css/swiper-bundle.min.css', TESTIMONIALS_CAROUSEL_ELEMENTOR), [], TESTIMONIALS_VERSION); 49 49 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 52 50 53 51 if (!function_exists('get_plugin_data')) { … … 66 64 * 67 65 * @return string Widget name. 68 * @since 11.6. 066 * @since 11.6.1 69 67 * 70 68 * @access public … … 80 78 * 81 79 * @return string Widget title. 82 * @since 11.6. 080 * @since 11.6.1 83 81 * 84 82 * @access public … … 94 92 * 95 93 * @return string Widget icon. 96 * @since 11.6. 094 * @since 11.6.1 97 95 * 98 96 * @access public … … 113 111 * 114 112 * @return array Widget categories. 115 * @since 11.6. 0113 * @since 11.6.1 116 114 * 117 115 * @access public … … 163 161 * Adds different input fields to allow the user to change and customize the widget settings. 164 162 * 165 * @since 11.6. 0163 * @since 11.6.1 166 164 * 167 165 * @access protected … … 2085 2083 * Written in PHP and used to generate the final HTML. 2086 2084 * 2087 * @since 11.6. 02085 * @since 11.6.1 2088 2086 * 2089 2087 * @access protected
Note: See TracChangeset
for help on using the changeset viewer.