Plugin Directory

Changeset 3477331


Ignore:
Timestamp:
03/08/2026 08:53:47 AM (3 weeks ago)
Author:
debuggersstudio
Message:

Update to version 3.9.29 from GitHub

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

Legend:

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

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

    r3473408 r3477331  
    1111    use Deensimcpro_Promo;
    1212
    13     const VERSION = '3.9.28';
     13    const VERSION = '3.9.29';
    1414    const MINIMUM_ELEMENTOR_VERSION = '3.5.0';
    1515    const MINIMUM_PHP_VERSION = '7.4';
  • marquee-addons-for-elementor/tags/3.9.29/marquee-addons-for-elementor.php

    r3473408 r3477331  
    33/**
    44 * Plugin Name: Marquee Addons for Elementor - Essential Motion Widgets & Templates
     5 * Plugin URI: https://marqueeaddons.com/
    56 * 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.28
     7 * Version: 3.9.29
    78 * Requires at least: 5.8
    89 * Requires PHP: 7.4
     
    2526define('DEENSIMC_PATH', plugin_dir_path(__FILE__));
    2627define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/');
    27 define('DEENSIMC_VERSION', '3.9.28');
     28define('DEENSIMC_VERSION', '3.9.29');
    2829
    2930function deensimc_load_plugin_data(): void
  • marquee-addons-for-elementor/tags/3.9.29/readme.txt

    r3473408 r3477331  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 3.9.28
     6Stable tag: 3.9.29
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    266266== Changelog ==
    267267
     268= 3.9.29 - 2026-03-08 =
     269- Tweak: Added plugin URL.
     270
    268271= 3.9.28 - 2026-03-03 =
    269272- New: Added button width control to set fixed button width.
  • marquee-addons-for-elementor/trunk/base.php

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

    r3473408 r3477331  
    1111    use Deensimcpro_Promo;
    1212
    13     const VERSION = '3.9.28';
     13    const VERSION = '3.9.29';
    1414    const MINIMUM_ELEMENTOR_VERSION = '3.5.0';
    1515    const MINIMUM_PHP_VERSION = '7.4';
  • marquee-addons-for-elementor/trunk/marquee-addons-for-elementor.php

    r3473408 r3477331  
    33/**
    44 * Plugin Name: Marquee Addons for Elementor - Essential Motion Widgets & Templates
     5 * Plugin URI: https://marqueeaddons.com/
    56 * 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.28
     7 * Version: 3.9.29
    78 * Requires at least: 5.8
    89 * Requires PHP: 7.4
     
    2526define('DEENSIMC_PATH', plugin_dir_path(__FILE__));
    2627define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/');
    27 define('DEENSIMC_VERSION', '3.9.28');
     28define('DEENSIMC_VERSION', '3.9.29');
    2829
    2930function deensimc_load_plugin_data(): void
  • marquee-addons-for-elementor/trunk/readme.txt

    r3473408 r3477331  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 3.9.28
     6Stable tag: 3.9.29
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    266266== Changelog ==
    267267
     268= 3.9.29 - 2026-03-08 =
     269- Tweak: Added plugin URL.
     270
    268271= 3.9.28 - 2026-03-03 =
    269272- New: Added button width control to set fixed button width.
Note: See TracChangeset for help on using the changeset viewer.