Changeset 3461328
- Timestamp:
- 02/14/2026 12:03:54 PM (6 weeks ago)
- Location:
- marquee-addons-for-elementor
- Files:
-
- 12 edited
- 1 copied
-
tags/3.9.23 (copied) (copied from marquee-addons-for-elementor/trunk)
-
tags/3.9.23/base.php (modified) (1 diff)
-
tags/3.9.23/includes/widget.php (modified) (1 diff)
-
tags/3.9.23/includes/widgets/traits/button-marquee/trait-button-controls.php (modified) (1 diff)
-
tags/3.9.23/includes/widgets/traits/button-marquee/trait-button-style-controls.php (modified) (2 diffs)
-
tags/3.9.23/marquee-addons-for-elementor.php (modified) (2 diffs)
-
tags/3.9.23/readme.txt (modified) (2 diffs)
-
trunk/base.php (modified) (1 diff)
-
trunk/includes/widget.php (modified) (1 diff)
-
trunk/includes/widgets/traits/button-marquee/trait-button-controls.php (modified) (1 diff)
-
trunk/includes/widgets/traits/button-marquee/trait-button-style-controls.php (modified) (2 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.23/base.php
r3457700 r3461328 8 8 { 9 9 private static $_instance = null; 10 const VERSION = '3.9.2 2';10 const VERSION = '3.9.23'; 11 11 12 12 public function __construct() -
marquee-addons-for-elementor/tags/3.9.23/includes/widget.php
r3457700 r3461328 11 11 use Deensimcpro_Promo; 12 12 13 const VERSION = '3.9.2 2';13 const VERSION = '3.9.23'; 14 14 const MINIMUM_ELEMENTOR_VERSION = '3.5.0'; 15 15 const MINIMUM_PHP_VERSION = '7.4'; -
marquee-addons-for-elementor/tags/3.9.23/includes/widgets/traits/button-marquee/trait-button-controls.php
r3420892 r3461328 148 148 'type' => Controls_Manager::SLIDER, 149 149 'size_units' => ['px', 'em', 'rem'], 150 'default' => [ 151 'unit' => 'px', 152 'size' => 8, 153 ], 150 154 'range' => [ 151 155 'px' => ['min' => 0, 'max' => 100], -
marquee-addons-for-elementor/tags/3.9.23/includes/widgets/traits/button-marquee/trait-button-style-controls.php
r3420892 r3461328 236 236 'label' => esc_html__('Icon Color', 'marquee-addons-for-elementor'), 237 237 'type' => Controls_Manager::COLOR, 238 'default' => '#fff', 238 239 'selectors' => [ 239 240 '{{WRAPPER}} .deensimc-button svg' => 'fill: {{VALUE}};', … … 255 256 'type' => Controls_Manager::SLIDER, 256 257 'size_units' => ['px', 'em', 'rem'], 258 'default' => [ 259 'size' => 20, 260 'unit' => 'px', 261 ], 257 262 'range' => [ 258 263 'px' => [ -
marquee-addons-for-elementor/tags/3.9.23/marquee-addons-for-elementor.php
r3457700 r3461328 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 26 * Version: 3.9.23 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 2');28 define('DEENSIMC_VERSION', '3.9.23'); 29 29 30 30 function deensimc_load_plugin_data(): void -
marquee-addons-for-elementor/tags/3.9.23/readme.txt
r3457700 r3461328 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 3.9.2 26 Stable tag: 3.9.23 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 266 266 == Changelog == 267 267 268 = 3.9.23 - 2026-02-14 = 269 - Fix: Improved Button Marquee default icon visibility 270 268 271 = 3.9.22 - 2026-02-10 = 269 272 - Tweak: Clarified separator labels in the News Ticker widget. -
marquee-addons-for-elementor/trunk/base.php
r3457700 r3461328 8 8 { 9 9 private static $_instance = null; 10 const VERSION = '3.9.2 2';10 const VERSION = '3.9.23'; 11 11 12 12 public function __construct() -
marquee-addons-for-elementor/trunk/includes/widget.php
r3457700 r3461328 11 11 use Deensimcpro_Promo; 12 12 13 const VERSION = '3.9.2 2';13 const VERSION = '3.9.23'; 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/button-marquee/trait-button-controls.php
r3420892 r3461328 148 148 'type' => Controls_Manager::SLIDER, 149 149 'size_units' => ['px', 'em', 'rem'], 150 'default' => [ 151 'unit' => 'px', 152 'size' => 8, 153 ], 150 154 'range' => [ 151 155 'px' => ['min' => 0, 'max' => 100], -
marquee-addons-for-elementor/trunk/includes/widgets/traits/button-marquee/trait-button-style-controls.php
r3420892 r3461328 236 236 'label' => esc_html__('Icon Color', 'marquee-addons-for-elementor'), 237 237 'type' => Controls_Manager::COLOR, 238 'default' => '#fff', 238 239 'selectors' => [ 239 240 '{{WRAPPER}} .deensimc-button svg' => 'fill: {{VALUE}};', … … 255 256 'type' => Controls_Manager::SLIDER, 256 257 'size_units' => ['px', 'em', 'rem'], 258 'default' => [ 259 'size' => 20, 260 'unit' => 'px', 261 ], 257 262 'range' => [ 258 263 'px' => [ -
marquee-addons-for-elementor/trunk/marquee-addons-for-elementor.php
r3457700 r3461328 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 26 * Version: 3.9.23 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 2');28 define('DEENSIMC_VERSION', '3.9.23'); 29 29 30 30 function deensimc_load_plugin_data(): void -
marquee-addons-for-elementor/trunk/readme.txt
r3457700 r3461328 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 3.9.2 26 Stable tag: 3.9.23 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 266 266 == Changelog == 267 267 268 = 3.9.23 - 2026-02-14 = 269 - Fix: Improved Button Marquee default icon visibility 270 268 271 = 3.9.22 - 2026-02-10 = 269 272 - Tweak: Clarified separator labels in the News Ticker widget.
Note: See TracChangeset
for help on using the changeset viewer.