Plugin Directory

Changeset 3461328


Ignore:
Timestamp:
02/14/2026 12:03:54 PM (6 weeks ago)
Author:
debuggersstudio
Message:

Update to version 3.9.23 from GitHub

Location:
marquee-addons-for-elementor
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • marquee-addons-for-elementor/tags/3.9.23/base.php

    r3457700 r3461328  
    88{
    99    private static $_instance = null;
    10     const VERSION = '3.9.22';
     10    const VERSION = '3.9.23';
    1111
    1212    public function __construct()
  • marquee-addons-for-elementor/tags/3.9.23/includes/widget.php

    r3457700 r3461328  
    1111    use Deensimcpro_Promo;
    1212
    13     const VERSION = '3.9.22';
     13    const VERSION = '3.9.23';
    1414    const MINIMUM_ELEMENTOR_VERSION = '3.5.0';
    1515    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  
    148148        'type'  => Controls_Manager::SLIDER,
    149149        'size_units' => ['px', 'em', 'rem'],
     150        'default' => [
     151          'unit' => 'px',
     152          'size' => 8,
     153        ],
    150154        'range' => [
    151155          '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  
    236236        'label'     => esc_html__('Icon Color', 'marquee-addons-for-elementor'),
    237237        'type'      => Controls_Manager::COLOR,
     238        'default' => '#fff',
    238239        'selectors' => [
    239240          '{{WRAPPER}} .deensimc-button svg'       => 'fill: {{VALUE}};',
     
    255256        'type'  => Controls_Manager::SLIDER,
    256257        'size_units' => ['px', 'em', 'rem'],
     258        'default' => [
     259          'size' => 20,
     260          'unit' => 'px',
     261        ],
    257262        'range' => [
    258263          'px' => [
  • marquee-addons-for-elementor/tags/3.9.23/marquee-addons-for-elementor.php

    r3457700 r3461328  
    44 * Plugin Name: Marquee Addons for Elementor - Essential Motion Widgets & Templates
    55 * 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.22
     6 * Version: 3.9.23
    77 * Requires at least: 5.8
    88 * Requires PHP: 7.4
     
    2626define('DEENSIMC_PATH', plugin_dir_path(__FILE__));
    2727define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/');
    28 define('DEENSIMC_VERSION', '3.9.22');
     28define('DEENSIMC_VERSION', '3.9.23');
    2929
    3030function deensimc_load_plugin_data(): void
  • marquee-addons-for-elementor/tags/3.9.23/readme.txt

    r3457700 r3461328  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 3.9.22
     6Stable tag: 3.9.23
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    266266== Changelog ==
    267267
     268= 3.9.23 - 2026-02-14 =
     269- Fix: Improved Button Marquee default icon visibility
     270
    268271= 3.9.22 - 2026-02-10 =
    269272- Tweak: Clarified separator labels in the News Ticker widget.
  • marquee-addons-for-elementor/trunk/base.php

    r3457700 r3461328  
    88{
    99    private static $_instance = null;
    10     const VERSION = '3.9.22';
     10    const VERSION = '3.9.23';
    1111
    1212    public function __construct()
  • marquee-addons-for-elementor/trunk/includes/widget.php

    r3457700 r3461328  
    1111    use Deensimcpro_Promo;
    1212
    13     const VERSION = '3.9.22';
     13    const VERSION = '3.9.23';
    1414    const MINIMUM_ELEMENTOR_VERSION = '3.5.0';
    1515    const MINIMUM_PHP_VERSION = '7.4';
  • marquee-addons-for-elementor/trunk/includes/widgets/traits/button-marquee/trait-button-controls.php

    r3420892 r3461328  
    148148        'type'  => Controls_Manager::SLIDER,
    149149        'size_units' => ['px', 'em', 'rem'],
     150        'default' => [
     151          'unit' => 'px',
     152          'size' => 8,
     153        ],
    150154        'range' => [
    151155          'px' => ['min' => 0, 'max' => 100],
  • marquee-addons-for-elementor/trunk/includes/widgets/traits/button-marquee/trait-button-style-controls.php

    r3420892 r3461328  
    236236        'label'     => esc_html__('Icon Color', 'marquee-addons-for-elementor'),
    237237        'type'      => Controls_Manager::COLOR,
     238        'default' => '#fff',
    238239        'selectors' => [
    239240          '{{WRAPPER}} .deensimc-button svg'       => 'fill: {{VALUE}};',
     
    255256        'type'  => Controls_Manager::SLIDER,
    256257        'size_units' => ['px', 'em', 'rem'],
     258        'default' => [
     259          'size' => 20,
     260          'unit' => 'px',
     261        ],
    257262        'range' => [
    258263          'px' => [
  • marquee-addons-for-elementor/trunk/marquee-addons-for-elementor.php

    r3457700 r3461328  
    44 * Plugin Name: Marquee Addons for Elementor - Essential Motion Widgets & Templates
    55 * 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.22
     6 * Version: 3.9.23
    77 * Requires at least: 5.8
    88 * Requires PHP: 7.4
     
    2626define('DEENSIMC_PATH', plugin_dir_path(__FILE__));
    2727define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/');
    28 define('DEENSIMC_VERSION', '3.9.22');
     28define('DEENSIMC_VERSION', '3.9.23');
    2929
    3030function deensimc_load_plugin_data(): void
  • marquee-addons-for-elementor/trunk/readme.txt

    r3457700 r3461328  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 3.9.22
     6Stable tag: 3.9.23
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    266266== Changelog ==
    267267
     268= 3.9.23 - 2026-02-14 =
     269- Fix: Improved Button Marquee default icon visibility
     270
    268271= 3.9.22 - 2026-02-10 =
    269272- Tweak: Clarified separator labels in the News Ticker widget.
Note: See TracChangeset for help on using the changeset viewer.