Plugin Directory

Changeset 3470096


Ignore:
Timestamp:
02/26/2026 09:43:48 AM (5 weeks ago)
Author:
debuggersstudio
Message:

Update to version 3.9.27 from GitHub

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

Legend:

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

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

    r3466739 r3470096  
    1111    use Deensimcpro_Promo;
    1212
    13     const VERSION = '3.9.26';
     13    const VERSION = '3.9.27';
    1414    const MINIMUM_ELEMENTOR_VERSION = '3.5.0';
    1515    const MINIMUM_PHP_VERSION = '7.4';
  • marquee-addons-for-elementor/tags/3.9.27/marquee-addons-for-elementor.php

    r3466739 r3470096  
    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.26
     6 * Version: 3.9.27
    77 * Requires at least: 5.8
    88 * Requires PHP: 7.4
     
    2525define('DEENSIMC_PATH', plugin_dir_path(__FILE__));
    2626define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/');
    27 define('DEENSIMC_VERSION', '3.9.26');
     27define('DEENSIMC_VERSION', '3.9.27');
    2828
    2929function deensimc_load_plugin_data(): void
  • marquee-addons-for-elementor/tags/3.9.27/readme.txt

    r3466739 r3470096  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 3.9.26
     6Stable tag: 3.9.27
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    266266== Changelog ==
    267267
     268= 3.9.27 - 2026-02-26 =
     269- New: Updated Product Carousel demo and documentation links.
     270
    268271= 3.9.26 - 2026-02-22 =
    269272- New: Added Image Resolution option in the Image Marquee widget.
  • marquee-addons-for-elementor/tags/3.9.27/widget-manifest.php

    r3446117 r3470096  
    261261        'icon'   => 'deensimcpro-product-carousel-icon eicon-deensimc-pro',
    262262        'is_pro' => true,
    263         'demo'   => 'https://marqueeaddons.com/pricing',
    264         'doc'   => 'https://marqueeaddons.com/how-to-use-the-product-marquee-in-elementor/',
     263        'demo'   => 'https://marqueeaddons.com/product-marquee/#product-carousel-demo',
     264        'doc'   => 'https://marqueeaddons.com/how-to-create-the-product-carousel-in-elementor/',
    265265        'pro_url' => 'https://marqueeaddons.com/pricing/',
    266266    ],
  • marquee-addons-for-elementor/trunk/base.php

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

    r3466739 r3470096  
    1111    use Deensimcpro_Promo;
    1212
    13     const VERSION = '3.9.26';
     13    const VERSION = '3.9.27';
    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

    r3466739 r3470096  
    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.26
     6 * Version: 3.9.27
    77 * Requires at least: 5.8
    88 * Requires PHP: 7.4
     
    2525define('DEENSIMC_PATH', plugin_dir_path(__FILE__));
    2626define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/');
    27 define('DEENSIMC_VERSION', '3.9.26');
     27define('DEENSIMC_VERSION', '3.9.27');
    2828
    2929function deensimc_load_plugin_data(): void
  • marquee-addons-for-elementor/trunk/readme.txt

    r3466739 r3470096  
    44Requires at least: 5.8
    55Tested up to: 6.9
    6 Stable tag: 3.9.26
     6Stable tag: 3.9.27
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    266266== Changelog ==
    267267
     268= 3.9.27 - 2026-02-26 =
     269- New: Updated Product Carousel demo and documentation links.
     270
    268271= 3.9.26 - 2026-02-22 =
    269272- New: Added Image Resolution option in the Image Marquee widget.
  • marquee-addons-for-elementor/trunk/widget-manifest.php

    r3446117 r3470096  
    261261        'icon'   => 'deensimcpro-product-carousel-icon eicon-deensimc-pro',
    262262        'is_pro' => true,
    263         'demo'   => 'https://marqueeaddons.com/pricing',
    264         'doc'   => 'https://marqueeaddons.com/how-to-use-the-product-marquee-in-elementor/',
     263        'demo'   => 'https://marqueeaddons.com/product-marquee/#product-carousel-demo',
     264        'doc'   => 'https://marqueeaddons.com/how-to-create-the-product-carousel-in-elementor/',
    265265        'pro_url' => 'https://marqueeaddons.com/pricing/',
    266266    ],
Note: See TracChangeset for help on using the changeset viewer.