Changeset 3280148
- Timestamp:
- 04/23/2025 03:26:17 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) (9 diffs)
-
widgets/animated-carousel/class-testimonialscarousel-cube.php (modified) (9 diffs)
-
widgets/section-with-carousel/class-section-with-cube-360.php (modified) (9 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
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 29 29 * Minimum Elementor Version 30 30 * 31 * @since 11.6. 131 * @since 11.6.2 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. 138 * @since 11.6.2 39 39 * @var string Minimum PHP version required to run the plugin. 40 40 */ … … 44 44 * Constructor 45 45 * 46 * @since 11.6. 146 * @since 11.6.2 47 47 * @access public 48 48 */ … … 153 153 * Fired by `init` action hook. 154 154 * 155 * @since 11.6. 1155 * @since 11.6.2 156 156 * @access public 157 157 */ … … 170 170 * Fired by `plugins_loaded` action hook. 171 171 * 172 * @since 11.6. 1172 * @since 11.6.2 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. 1224 * @since 11.6.2 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. 1247 * @since 11.6.2 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. 1271 * @since 11.6.2 272 272 * @access public 273 273 */ … … 290 290 /** 291 291 * 292 * @since 11.6. 1292 * @since 11.6.2 293 293 * @access public 294 294 */ -
testimonials-carousel-elementor/trunk/class-widgets.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 26 26 * Main Plugin class 27 27 * 28 * @since 11.6. 128 * @since 11.6.2 29 29 */ 30 30 class Widgets … … 34 34 * Instance 35 35 * 36 * @since 11.6. 136 * @since 11.6.2 37 37 * @access private 38 38 * @static … … 48 48 * 49 49 * @return Plugin An instance of the class. 50 * @since 11.6. 150 * @since 11.6.2 51 51 * @access public 52 52 * … … 66 66 * Load widgets files 67 67 * 68 * @since 11.6. 168 * @since 11.6.2 69 69 * @access private 70 70 */ … … 97 97 * Load widgets templates files 98 98 * 99 * @since 11.6. 199 * @since 11.6.2 100 100 * @access private 101 101 */ … … 111 111 * Load widgets templates controls 112 112 * 113 * @since 11.6. 1113 * @since 11.6.2 114 114 * @access private 115 115 */ … … 125 125 * Register new Elementor widgets. 126 126 * 127 * @since 11.6. 1127 * @since 11.6.2 128 128 * @access public 129 129 */ … … 165 165 * Register plugin action hooks and filters 166 166 * 167 * @since 11.6. 1167 * @since 11.6.2 168 168 * @access public 169 169 */ -
testimonials-carousel-elementor/trunk/readme.txt
r3270450 r3280148 4 4 Requires PHP: 7.4.1 5 5 Requires at least: 5.9 6 Tested up to: 6. 7.27 Stable tag: 11.6. 16 Tested up to: 6.8 7 Stable tag: 11.6.2 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 78 78 == Changelog == 79 79 80 = 11.6.2 - 2025-04-23 = 81 - Fix: Fix depends for scripts. 82 80 83 = 11.6.1 - 2025-04-10 = 81 84 - Fix: Fixed swiper version conflict. -
testimonials-carousel-elementor/trunk/testimonials-carousel-elementor.php
r3270450 r3280148 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. 110 * Version: 11.6.2 11 11 * Author: UAPP GROUP 12 12 * Author URI: https://uapp.group/ … … 20 20 * Plugin Version 21 21 * 22 * @since 11.6. 122 * @since 11.6.2 23 23 * @var string The plugin version. 24 24 */ 25 define('TESTIMONIALS_VERSION', '11.6. 1');25 define('TESTIMONIALS_VERSION', '11.6.2'); 26 26 27 27 /** -
testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-coverflow.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 36 36 * TestimonialsCarousel_Coverflow widget class. 37 37 * 38 * @since 11.6. 138 * @since 11.6.2 39 39 */ 40 40 class TestimonialsCarousel_Coverflow extends Widget_Base … … 64 64 65 65 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); 67 67 } 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); 69 69 } 70 70 } … … 74 74 * 75 75 * @return string Widget name. 76 * @since 11.6. 176 * @since 11.6.2 77 77 * 78 78 * @access public … … 88 88 * 89 89 * @return string Widget title. 90 * @since 11.6. 190 * @since 11.6.2 91 91 * 92 92 * @access public … … 102 102 * 103 103 * @return string Widget icon. 104 * @since 11.6. 1104 * @since 11.6.2 105 105 * 106 106 * @access public … … 121 121 * 122 122 * @return array Widget categories. 123 * @since 11.6. 1123 * @since 11.6.2 124 124 * 125 125 * @access public … … 169 169 * Adds different input fields to allow the user to change and customize the widget settings. 170 170 * 171 * @since 11.6. 1171 * @since 11.6.2 172 172 * 173 173 * @access protected … … 1335 1335 * Written in PHP and used to generate the final HTML. 1336 1336 * 1337 * @since 11.6. 11337 * @since 11.6.2 1338 1338 * 1339 1339 * @access protected -
testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-cube-360.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Cube_360 widget class. 32 32 * 33 * @since 11.6. 133 * @since 11.6.2 34 34 */ 35 35 class TestimonialsCarousel_Cube_360 extends Widget_Base … … 55 55 56 56 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); 58 58 } 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); 60 60 } 61 61 } … … 65 65 * 66 66 * @return string Widget name. 67 * @since 11.6. 167 * @since 11.6.2 68 68 * 69 69 * @access public … … 79 79 * 80 80 * @return string Widget title. 81 * @since 11.6. 181 * @since 11.6.2 82 82 * 83 83 * @access public … … 93 93 * 94 94 * @return string Widget icon. 95 * @since 11.6. 195 * @since 11.6.2 96 96 * 97 97 * @access public … … 112 112 * 113 113 * @return array Widget categories. 114 * @since 11.6. 1114 * @since 11.6.2 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. 1146 * @since 11.6.2 147 147 * 148 148 * @access protected … … 3478 3478 * Written in PHP and used to generate the final HTML. 3479 3479 * 3480 * @since 11.6. 13480 * @since 11.6.2 3481 3481 * 3482 3482 * @access protected -
testimonials-carousel-elementor/trunk/widgets/animated-carousel/class-testimonialscarousel-cube.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Cube widget class. 32 32 * 33 * @since 11.6. 133 * @since 11.6.2 34 34 */ 35 35 class TestimonialsCarousel_Cube extends Widget_Base … … 55 55 56 56 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); 58 58 } 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); 60 60 } 61 61 } … … 65 65 * 66 66 * @return string Widget name. 67 * @since 11.6. 167 * @since 11.6.2 68 68 * 69 69 * @access public … … 79 79 * 80 80 * @return string Widget title. 81 * @since 11.6. 181 * @since 11.6.2 82 82 * 83 83 * @access public … … 93 93 * 94 94 * @return string Widget icon. 95 * @since 11.6. 195 * @since 11.6.2 96 96 * 97 97 * @access public … … 112 112 * 113 113 * @return array Widget categories. 114 * @since 11.6. 1114 * @since 11.6.2 115 115 * 116 116 * @access public … … 162 162 * Adds different input fields to allow the user to change and customize the widget settings. 163 163 * 164 * @since 11.6. 1164 * @since 11.6.2 165 165 * 166 166 * @access protected … … 863 863 * Written in PHP and used to generate the final HTML. 864 864 * 865 * @since 11.6. 1865 * @since 11.6.2 866 866 * 867 867 * @access protected -
testimonials-carousel-elementor/trunk/widgets/section-with-carousel/class-section-with-cube-360.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 31 31 * Section_With_Cube_360 widget class. 32 32 * 33 * @since 11.6. 133 * @since 11.6.2 34 34 */ 35 35 class Section_With_Cube_360 extends Widget_Base … … 54 54 55 55 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); 57 57 } 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); 59 59 } 60 60 } … … 64 64 * 65 65 * @return string Widget name. 66 * @since 11.6. 166 * @since 11.6.2 67 67 * 68 68 * @access public … … 78 78 * 79 79 * @return string Widget title. 80 * @since 11.6. 180 * @since 11.6.2 81 81 * 82 82 * @access public … … 92 92 * 93 93 * @return string Widget icon. 94 * @since 11.6. 194 * @since 11.6.2 95 95 * 96 96 * @access public … … 111 111 * 112 112 * @return array Widget categories. 113 * @since 11.6. 1113 * @since 11.6.2 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. 1145 * @since 11.6.2 146 146 * 147 147 * @access protected … … 3728 3728 * Written in PHP and used to generate the final HTML. 3729 3729 * 3730 * @since 11.6. 13730 * @since 11.6.2 3731 3731 * 3732 3732 * @access protected -
testimonials-carousel-elementor/trunk/widgets/section-with-carousel/class-section-with-cube.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 31 31 * Section_With_Cube widget class. 32 32 * 33 * @since 11.6. 133 * @since 11.6.2 34 34 */ 35 35 class Section_With_Cube extends Widget_Base … … 55 55 56 56 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); 58 58 } 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); 60 60 } 61 61 } … … 65 65 * 66 66 * @return string Widget name. 67 * @since 11.6. 167 * @since 11.6.2 68 68 * 69 69 * @access public … … 79 79 * 80 80 * @return string Widget title. 81 * @since 11.6. 181 * @since 11.6.2 82 82 * 83 83 * @access public … … 93 93 * 94 94 * @return string Widget icon. 95 * @since 11.6. 195 * @since 11.6.2 96 96 * 97 97 * @access public … … 112 112 * 113 113 * @return array Widget categories. 114 * @since 11.6. 1114 * @since 11.6.2 115 115 * 116 116 * @access public … … 162 162 * Adds different input fields to allow the user to change and customize the widget settings. 163 163 * 164 * @since 11.6. 1164 * @since 11.6.2 165 165 * 166 166 * @access protected … … 1110 1110 * Written in PHP and used to generate the final HTML. 1111 1111 * 1112 * @since 11.6. 11112 * @since 11.6.2 1113 1113 * 1114 1114 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-blog.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 33 33 * TestimonialsCarousel_Blog widget class. 34 34 * 35 * @since 11.6. 135 * @since 11.6.2 36 36 */ 37 37 class TestimonialsCarousel_Blog extends Widget_Base … … 56 56 57 57 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); 59 59 } 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); 61 61 } 62 62 } … … 66 66 * 67 67 * @return string Widget name. 68 * @since 11.6. 168 * @since 11.6.2 69 69 * 70 70 * @access public … … 80 80 * 81 81 * @return string Widget title. 82 * @since 11.6. 182 * @since 11.6.2 83 83 * 84 84 * @access public … … 94 94 * 95 95 * @return string Widget icon. 96 * @since 11.6. 196 * @since 11.6.2 97 97 * 98 98 * @access public … … 113 113 * 114 114 * @return array Widget categories. 115 * @since 11.6. 1115 * @since 11.6.2 116 116 * 117 117 * @access public … … 162 162 * Adds different input fields to allow the user to change and customize the widget settings. 163 163 * 164 * @since 11.6. 1164 * @since 11.6.2 165 165 * 166 166 * @access protected … … 1134 1134 * Written in PHP and used to generate the final HTML. 1135 1135 * 1136 * @since 11.6. 11136 * @since 11.6.2 1137 1137 * 1138 1138 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-bottom.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Bottom widget class. 32 32 * 33 * @since 11.6. 133 * @since 11.6.2 34 34 */ 35 35 class TestimonialsCarousel_Bottom extends Widget_Base … … 54 54 55 55 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); 57 57 } 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); 59 59 } 60 60 } … … 64 64 * 65 65 * @return string Widget name. 66 * @since 11.6. 166 * @since 11.6.2 67 67 * 68 68 * @access public … … 78 78 * 79 79 * @return string Widget title. 80 * @since 11.6. 180 * @since 11.6.2 81 81 * 82 82 * @access public … … 92 92 * 93 93 * @return string Widget icon. 94 * @since 11.6. 194 * @since 11.6.2 95 95 * 96 96 * @access public … … 111 111 * 112 112 * @return array Widget categories. 113 * @since 11.6. 1113 * @since 11.6.2 114 114 * 115 115 * @access public … … 161 161 * Adds different input fields to allow the user to change and customize the widget settings. 162 162 * 163 * @since 11.6. 1163 * @since 11.6.2 164 164 * 165 165 * @access protected … … 1736 1736 * Written in PHP and used to generate the final HTML. 1737 1737 * 1738 * @since 11.6. 11738 * @since 11.6.2 1739 1739 * 1740 1740 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-centered.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Centered widget class. 32 32 * 33 * @since 11.6. 133 * @since 11.6.2 34 34 */ 35 35 class TestimonialsCarousel_Centered extends Widget_Base … … 54 54 55 55 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); 57 57 } 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); 59 59 } 60 60 } … … 64 64 * 65 65 * @return string Widget name. 66 * @since 11.6. 166 * @since 11.6.2 67 67 * 68 68 * @access public … … 78 78 * 79 79 * @return string Widget title. 80 * @since 11.6. 180 * @since 11.6.2 81 81 * 82 82 * @access public … … 92 92 * 93 93 * @return string Widget icon. 94 * @since 11.6. 194 * @since 11.6.2 95 95 * 96 96 * @access public … … 111 111 * 112 112 * @return array Widget categories. 113 * @since 11.6. 1113 * @since 11.6.2 114 114 * 115 115 * @access public … … 161 161 * Adds different input fields to allow the user to change and customize the widget settings. 162 162 * 163 * @since 11.6. 1163 * @since 11.6.2 164 164 * 165 165 * @access protected … … 1855 1855 * Written in PHP and used to generate the final HTML. 1856 1856 * 1857 * @since 11.6. 11857 * @since 11.6.2 1858 1858 * 1859 1859 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-creative.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Creative widget class. 32 32 * 33 * @since 11.6. 133 * @since 11.6.2 34 34 */ 35 35 class TestimonialsCarousel_Creative extends Widget_Base … … 54 54 55 55 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); 57 57 } 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); 59 59 } 60 60 } … … 64 64 * 65 65 * @return string Widget name. 66 * @since 11.6. 166 * @since 11.6.2 67 67 * 68 68 * @access public … … 78 78 * 79 79 * @return string Widget title. 80 * @since 11.6. 180 * @since 11.6.2 81 81 * 82 82 * @access public … … 92 92 * 93 93 * @return string Widget icon. 94 * @since 11.6. 194 * @since 11.6.2 95 95 * 96 96 * @access public … … 111 111 * 112 112 * @return array Widget categories. 113 * @since 11.6. 1113 * @since 11.6.2 114 114 * 115 115 * @access public … … 171 171 * Adds different input fields to allow the user to change and customize the widget settings. 172 172 * 173 * @since 11.6. 1173 * @since 11.6.2 174 174 * 175 175 * @access protected … … 429 429 * Written in PHP and used to generate the final HTML. 430 430 * 431 * @since 11.6. 1431 * @since 11.6.2 432 432 * 433 433 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-employees.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 30 30 * TestimonialsCarousel_Employees widget class. 31 31 * 32 * @since 11.6. 132 * @since 11.6.2 33 33 */ 34 34 class TestimonialsCarousel_Employees extends Widget_Base … … 53 53 54 54 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); 56 56 } 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); 58 58 } 59 59 } … … 63 63 * 64 64 * @return string Widget name. 65 * @since 11.6. 165 * @since 11.6.2 66 66 * 67 67 * @access public … … 77 77 * 78 78 * @return string Widget title. 79 * @since 11.6. 179 * @since 11.6.2 80 80 * 81 81 * @access public … … 91 91 * 92 92 * @return string Widget icon. 93 * @since 11.6. 193 * @since 11.6.2 94 94 * 95 95 * @access public … … 110 110 * 111 111 * @return array Widget categories. 112 * @since 11.6. 1112 * @since 11.6.2 113 113 * 114 114 * @access public … … 170 170 * Adds different input fields to allow the user to change and customize the widget settings. 171 171 * 172 * @since 11.6. 1172 * @since 11.6.2 173 173 * 174 174 * @access protected … … 1374 1374 * Written in PHP and used to generate the final HTML. 1375 1375 * 1376 * @since 11.6. 11376 * @since 11.6.2 1377 1377 * 1378 1378 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-gallery-coverflow.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 33 33 * TestimonialsCarousel_Coverflow widget class. 34 34 * 35 * @since 11.6. 135 * @since 11.6.2 36 36 */ 37 37 class TestimonialsCarousel_Gallery_Coverflow extends Widget_Base … … 57 57 58 58 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); 60 60 } 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); 62 62 } 63 63 } … … 67 67 * 68 68 * @return string Widget name. 69 * @since 11.6. 169 * @since 11.6.2 70 70 * 71 71 * @access public … … 81 81 * 82 82 * @return string Widget title. 83 * @since 11.6. 183 * @since 11.6.2 84 84 * 85 85 * @access public … … 95 95 * 96 96 * @return string Widget icon. 97 * @since 11.6. 197 * @since 11.6.2 98 98 * 99 99 * @access public … … 114 114 * 115 115 * @return array Widget categories. 116 * @since 11.6. 1116 * @since 11.6.2 117 117 * 118 118 * @access public … … 164 164 * Adds different input fields to allow the user to change and customize the widget settings. 165 165 * 166 * @since 11.6. 1166 * @since 11.6.2 167 167 * 168 168 * @access protected … … 2116 2116 * Written in PHP and used to generate the final HTML. 2117 2117 * 2118 * @since 11.6. 12118 * @since 11.6.2 2119 2119 * 2120 2120 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-logo.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel_Logo widget class. 32 32 * 33 * @since 11.6. 133 * @since 11.6.2 34 34 */ 35 35 class TestimonialsCarousel_Logo extends Widget_Base … … 54 54 55 55 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); 57 57 } 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); 59 59 } 60 60 } … … 64 64 * 65 65 * @return string Widget name. 66 * @since 11.6. 166 * @since 11.6.2 67 67 * 68 68 * @access public … … 78 78 * 79 79 * @return string Widget title. 80 * @since 11.6. 180 * @since 11.6.2 81 81 * 82 82 * @access public … … 92 92 * 93 93 * @return string Widget icon. 94 * @since 11.6. 194 * @since 11.6.2 95 95 * 96 96 * @access public … … 111 111 * 112 112 * @return array Widget categories. 113 * @since 11.6. 1113 * @since 11.6.2 114 114 * 115 115 * @access public … … 164 164 * Adds different input fields to allow the user to change and customize the widget settings. 165 165 * 166 * @since 11.6. 1166 * @since 11.6.2 167 167 * 168 168 * @access protected … … 1986 1986 * Written in PHP and used to generate the final HTML. 1987 1987 * 1988 * @since 11.6. 11988 * @since 11.6.2 1989 1989 * 1990 1990 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel-thumbnails.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 32 32 * TestimonialsCarousel_Creative widget class. 33 33 * 34 * @since 11.6. 134 * @since 11.6.2 35 35 */ 36 36 class TestimonialsCarousel_Thumbnails extends Widget_Base … … 56 56 57 57 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); 59 59 } 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); 61 61 } 62 62 } … … 66 66 * 67 67 * @return string Widget name. 68 * @since 11.6. 168 * @since 11.6.2 69 69 * 70 70 * @access public … … 80 80 * 81 81 * @return string Widget title. 82 * @since 11.6. 182 * @since 11.6.2 83 83 * 84 84 * @access public … … 94 94 * 95 95 * @return string Widget icon. 96 * @since 11.6. 196 * @since 11.6.2 97 97 * 98 98 * @access public … … 113 113 * 114 114 * @return array Widget categories. 115 * @since 11.6. 1115 * @since 11.6.2 116 116 * 117 117 * @access public … … 161 161 * Adds different input fields to allow the user to change and customize the widget settings. 162 162 * 163 * @since 11.6. 1163 * @since 11.6.2 164 164 * 165 165 * @access protected … … 1785 1785 * Written in PHP and used to generate the final HTML. 1786 1786 * 1787 * @since 11.6. 11787 * @since 11.6.2 1788 1788 * 1789 1789 * @access protected -
testimonials-carousel-elementor/trunk/widgets/testimonials-carousel/class-testimonialscarousel.php
r3270450 r3280148 10 10 * @license https://opensource.org/licenses/GPL-3.0 GPL-3.0-only 11 11 * @link 12 * @since 11.6. 112 * @since 11.6.2 13 13 * php version 7.4.1 14 14 */ … … 31 31 * TestimonialsCarousel widget class. 32 32 * 33 * @since 11.6. 133 * @since 11.6.2 34 34 */ 35 35 class TestimonialsCarousel extends Widget_Base … … 54 54 55 55 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); 57 57 } 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); 59 59 } 60 60 } … … 64 64 * 65 65 * @return string Widget name. 66 * @since 11.6. 166 * @since 11.6.2 67 67 * 68 68 * @access public … … 78 78 * 79 79 * @return string Widget title. 80 * @since 11.6. 180 * @since 11.6.2 81 81 * 82 82 * @access public … … 92 92 * 93 93 * @return string Widget icon. 94 * @since 11.6. 194 * @since 11.6.2 95 95 * 96 96 * @access public … … 111 111 * 112 112 * @return array Widget categories. 113 * @since 11.6. 1113 * @since 11.6.2 114 114 * 115 115 * @access public … … 161 161 * Adds different input fields to allow the user to change and customize the widget settings. 162 162 * 163 * @since 11.6. 1163 * @since 11.6.2 164 164 * 165 165 * @access protected … … 2083 2083 * Written in PHP and used to generate the final HTML. 2084 2084 * 2085 * @since 11.6. 12085 * @since 11.6.2 2086 2086 * 2087 2087 * @access protected
Note: See TracChangeset
for help on using the changeset viewer.