Changeset 3456962
- Timestamp:
- 02/09/2026 10:39:15 AM (7 weeks ago)
- Location:
- marquee-addons-for-elementor
- Files:
-
- 10 edited
- 1 copied
-
tags/3.9.21 (copied) (copied from marquee-addons-for-elementor/trunk)
-
tags/3.9.21/base.php (modified) (1 diff)
-
tags/3.9.21/includes/widget.php (modified) (1 diff)
-
tags/3.9.21/includes/widgets/traits/testimonial-marquee/style-contents-box.php (modified) (3 diffs)
-
tags/3.9.21/marquee-addons-for-elementor.php (modified) (2 diffs)
-
tags/3.9.21/readme.txt (modified) (2 diffs)
-
trunk/base.php (modified) (1 diff)
-
trunk/includes/widget.php (modified) (1 diff)
-
trunk/includes/widgets/traits/testimonial-marquee/style-contents-box.php (modified) (3 diffs)
-
trunk/marquee-addons-for-elementor.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
marquee-addons-for-elementor/tags/3.9.21/base.php
r3455881 r3456962 8 8 { 9 9 private static $_instance = null; 10 const VERSION = '3.9.2 0';10 const VERSION = '3.9.21'; 11 11 12 12 public function __construct() -
marquee-addons-for-elementor/tags/3.9.21/includes/widget.php
r3455881 r3456962 11 11 use Deensimcpro_Promo; 12 12 13 const VERSION = '3.9.2 0';13 const VERSION = '3.9.21'; 14 14 const MINIMUM_ELEMENTOR_VERSION = '3.5.0'; 15 15 const MINIMUM_PHP_VERSION = '7.4'; -
marquee-addons-for-elementor/tags/3.9.21/includes/widgets/traits/testimonial-marquee/style-contents-box.php
r3359145 r3456962 9 9 use \Elementor\Group_Control_Background; 10 10 use Elementor\Group_Control_Border; 11 use Elementor\Group_Control_Box_Shadow; 11 12 12 13 trait Testimonial_Marquee_Style_Contents_Box … … 48 49 'size' => 370, 49 50 ], 50 51 51 52 'selectors' => [ 52 53 '{{WRAPPER}} .deensimc-testimonial-marquee .deensimc-tes-main' => 'width: {{SIZE}}{{UNIT}};', … … 133 134 ); 134 135 136 $this->add_group_control( 137 Group_Control_Box_Shadow::get_type(), 138 [ 139 'name' => 'deensimc_testimonial_box_shadow', 140 'selector' => '{{WRAPPER}} .deensimc-tes-main blockquote', 141 ] 142 ); 143 135 144 $this->end_controls_section(); 136 145 } -
marquee-addons-for-elementor/tags/3.9.21/marquee-addons-for-elementor.php
r3455881 r3456962 4 4 * Plugin Name: Marquee Addons for Elementor - Essential Motion Widgets & Templates 5 5 * Description: Marquee Addons an Elementor addon to create smooth, endless marquee carousels, showcases images, logos, or content with dynamic movement to engage visitors. It also allows you to create image accordions, stacked sliders, and text marquees. 6 * Version: 3.9.2 06 * Version: 3.9.21 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 … … 26 26 define('DEENSIMC_PATH', plugin_dir_path(__FILE__)); 27 27 define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/'); 28 define('DEENSIMC_VERSION', '3.9.2 0');28 define('DEENSIMC_VERSION', '3.9.21'); 29 29 30 30 function deensimc_load_plugin_data(): void -
marquee-addons-for-elementor/tags/3.9.21/readme.txt
r3455881 r3456962 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 3.9.2 06 Stable tag: 3.9.21 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 266 266 == Changelog == 267 267 268 = 3.9.21 - 2026-02-09 = 269 - New: Added box shadow control to testimonial box. 270 268 271 = 3.9.20 - 2026-02-07 = 269 272 - New: Added title box position control to News Ticker. -
marquee-addons-for-elementor/trunk/base.php
r3455881 r3456962 8 8 { 9 9 private static $_instance = null; 10 const VERSION = '3.9.2 0';10 const VERSION = '3.9.21'; 11 11 12 12 public function __construct() -
marquee-addons-for-elementor/trunk/includes/widget.php
r3455881 r3456962 11 11 use Deensimcpro_Promo; 12 12 13 const VERSION = '3.9.2 0';13 const VERSION = '3.9.21'; 14 14 const MINIMUM_ELEMENTOR_VERSION = '3.5.0'; 15 15 const MINIMUM_PHP_VERSION = '7.4'; -
marquee-addons-for-elementor/trunk/includes/widgets/traits/testimonial-marquee/style-contents-box.php
r3359145 r3456962 9 9 use \Elementor\Group_Control_Background; 10 10 use Elementor\Group_Control_Border; 11 use Elementor\Group_Control_Box_Shadow; 11 12 12 13 trait Testimonial_Marquee_Style_Contents_Box … … 48 49 'size' => 370, 49 50 ], 50 51 51 52 'selectors' => [ 52 53 '{{WRAPPER}} .deensimc-testimonial-marquee .deensimc-tes-main' => 'width: {{SIZE}}{{UNIT}};', … … 133 134 ); 134 135 136 $this->add_group_control( 137 Group_Control_Box_Shadow::get_type(), 138 [ 139 'name' => 'deensimc_testimonial_box_shadow', 140 'selector' => '{{WRAPPER}} .deensimc-tes-main blockquote', 141 ] 142 ); 143 135 144 $this->end_controls_section(); 136 145 } -
marquee-addons-for-elementor/trunk/marquee-addons-for-elementor.php
r3455881 r3456962 4 4 * Plugin Name: Marquee Addons for Elementor - Essential Motion Widgets & Templates 5 5 * Description: Marquee Addons an Elementor addon to create smooth, endless marquee carousels, showcases images, logos, or content with dynamic movement to engage visitors. It also allows you to create image accordions, stacked sliders, and text marquees. 6 * Version: 3.9.2 06 * Version: 3.9.21 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 … … 26 26 define('DEENSIMC_PATH', plugin_dir_path(__FILE__)); 27 27 define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/'); 28 define('DEENSIMC_VERSION', '3.9.2 0');28 define('DEENSIMC_VERSION', '3.9.21'); 29 29 30 30 function deensimc_load_plugin_data(): void -
marquee-addons-for-elementor/trunk/readme.txt
r3455881 r3456962 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 3.9.2 06 Stable tag: 3.9.21 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 266 266 == Changelog == 267 267 268 = 3.9.21 - 2026-02-09 = 269 - New: Added box shadow control to testimonial box. 270 268 271 = 3.9.20 - 2026-02-07 = 269 272 - New: Added title box position control to News Ticker.
Note: See TracChangeset
for help on using the changeset viewer.