Changeset 3470096
- Timestamp:
- 02/26/2026 09:43:48 AM (5 weeks ago)
- Location:
- marquee-addons-for-elementor
- Files:
-
- 10 edited
- 1 copied
-
tags/3.9.27 (copied) (copied from marquee-addons-for-elementor/trunk)
-
tags/3.9.27/base.php (modified) (1 diff)
-
tags/3.9.27/includes/widget.php (modified) (1 diff)
-
tags/3.9.27/marquee-addons-for-elementor.php (modified) (2 diffs)
-
tags/3.9.27/readme.txt (modified) (2 diffs)
-
tags/3.9.27/widget-manifest.php (modified) (1 diff)
-
trunk/base.php (modified) (1 diff)
-
trunk/includes/widget.php (modified) (1 diff)
-
trunk/marquee-addons-for-elementor.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/widget-manifest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
marquee-addons-for-elementor/tags/3.9.27/base.php
r3466739 r3470096 8 8 { 9 9 private static $_instance = null; 10 const VERSION = '3.9.2 6';10 const VERSION = '3.9.27'; 11 11 12 12 public function __construct() -
marquee-addons-for-elementor/tags/3.9.27/includes/widget.php
r3466739 r3470096 11 11 use Deensimcpro_Promo; 12 12 13 const VERSION = '3.9.2 6';13 const VERSION = '3.9.27'; 14 14 const MINIMUM_ELEMENTOR_VERSION = '3.5.0'; 15 15 const MINIMUM_PHP_VERSION = '7.4'; -
marquee-addons-for-elementor/tags/3.9.27/marquee-addons-for-elementor.php
r3466739 r3470096 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 66 * Version: 3.9.27 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 … … 25 25 define('DEENSIMC_PATH', plugin_dir_path(__FILE__)); 26 26 define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/'); 27 define('DEENSIMC_VERSION', '3.9.2 6');27 define('DEENSIMC_VERSION', '3.9.27'); 28 28 29 29 function deensimc_load_plugin_data(): void -
marquee-addons-for-elementor/tags/3.9.27/readme.txt
r3466739 r3470096 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 3.9.2 66 Stable tag: 3.9.27 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 266 266 == Changelog == 267 267 268 = 3.9.27 - 2026-02-26 = 269 - New: Updated Product Carousel demo and documentation links. 270 268 271 = 3.9.26 - 2026-02-22 = 269 272 - New: Added Image Resolution option in the Image Marquee widget. -
marquee-addons-for-elementor/tags/3.9.27/widget-manifest.php
r3446117 r3470096 261 261 'icon' => 'deensimcpro-product-carousel-icon eicon-deensimc-pro', 262 262 'is_pro' => true, 263 'demo' => 'https://marqueeaddons.com/pr icing',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/', 265 265 'pro_url' => 'https://marqueeaddons.com/pricing/', 266 266 ], -
marquee-addons-for-elementor/trunk/base.php
r3466739 r3470096 8 8 { 9 9 private static $_instance = null; 10 const VERSION = '3.9.2 6';10 const VERSION = '3.9.27'; 11 11 12 12 public function __construct() -
marquee-addons-for-elementor/trunk/includes/widget.php
r3466739 r3470096 11 11 use Deensimcpro_Promo; 12 12 13 const VERSION = '3.9.2 6';13 const VERSION = '3.9.27'; 14 14 const MINIMUM_ELEMENTOR_VERSION = '3.5.0'; 15 15 const MINIMUM_PHP_VERSION = '7.4'; -
marquee-addons-for-elementor/trunk/marquee-addons-for-elementor.php
r3466739 r3470096 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 66 * Version: 3.9.27 7 7 * Requires at least: 5.8 8 8 * Requires PHP: 7.4 … … 25 25 define('DEENSIMC_PATH', plugin_dir_path(__FILE__)); 26 26 define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/'); 27 define('DEENSIMC_VERSION', '3.9.2 6');27 define('DEENSIMC_VERSION', '3.9.27'); 28 28 29 29 function deensimc_load_plugin_data(): void -
marquee-addons-for-elementor/trunk/readme.txt
r3466739 r3470096 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 3.9.2 66 Stable tag: 3.9.27 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 266 266 == Changelog == 267 267 268 = 3.9.27 - 2026-02-26 = 269 - New: Updated Product Carousel demo and documentation links. 270 268 271 = 3.9.26 - 2026-02-22 = 269 272 - New: Added Image Resolution option in the Image Marquee widget. -
marquee-addons-for-elementor/trunk/widget-manifest.php
r3446117 r3470096 261 261 'icon' => 'deensimcpro-product-carousel-icon eicon-deensimc-pro', 262 262 'is_pro' => true, 263 'demo' => 'https://marqueeaddons.com/pr icing',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/', 265 265 'pro_url' => 'https://marqueeaddons.com/pricing/', 266 266 ],
Note: See TracChangeset
for help on using the changeset viewer.