Changeset 3477331
- Timestamp:
- 03/08/2026 08:53:47 AM (3 weeks ago)
- Location:
- marquee-addons-for-elementor
- Files:
-
- 8 edited
- 1 copied
-
tags/3.9.29 (copied) (copied from marquee-addons-for-elementor/trunk)
-
tags/3.9.29/base.php (modified) (1 diff)
-
tags/3.9.29/includes/widget.php (modified) (1 diff)
-
tags/3.9.29/marquee-addons-for-elementor.php (modified) (2 diffs)
-
tags/3.9.29/readme.txt (modified) (2 diffs)
-
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)
Legend:
- Unmodified
- Added
- Removed
-
marquee-addons-for-elementor/tags/3.9.29/base.php
r3473408 r3477331 8 8 { 9 9 private static $_instance = null; 10 const VERSION = '3.9.2 8';10 const VERSION = '3.9.29'; 11 11 12 12 public function __construct() -
marquee-addons-for-elementor/tags/3.9.29/includes/widget.php
r3473408 r3477331 11 11 use Deensimcpro_Promo; 12 12 13 const VERSION = '3.9.2 8';13 const VERSION = '3.9.29'; 14 14 const MINIMUM_ELEMENTOR_VERSION = '3.5.0'; 15 15 const MINIMUM_PHP_VERSION = '7.4'; -
marquee-addons-for-elementor/tags/3.9.29/marquee-addons-for-elementor.php
r3473408 r3477331 3 3 /** 4 4 * Plugin Name: Marquee Addons for Elementor - Essential Motion Widgets & Templates 5 * Plugin URI: https://marqueeaddons.com/ 5 6 * 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 87 * Version: 3.9.29 7 8 * Requires at least: 5.8 8 9 * Requires PHP: 7.4 … … 25 26 define('DEENSIMC_PATH', plugin_dir_path(__FILE__)); 26 27 define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/'); 27 define('DEENSIMC_VERSION', '3.9.2 8');28 define('DEENSIMC_VERSION', '3.9.29'); 28 29 29 30 function deensimc_load_plugin_data(): void -
marquee-addons-for-elementor/tags/3.9.29/readme.txt
r3473408 r3477331 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 3.9.2 86 Stable tag: 3.9.29 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 266 266 == Changelog == 267 267 268 = 3.9.29 - 2026-03-08 = 269 - Tweak: Added plugin URL. 270 268 271 = 3.9.28 - 2026-03-03 = 269 272 - New: Added button width control to set fixed button width. -
marquee-addons-for-elementor/trunk/base.php
r3473408 r3477331 8 8 { 9 9 private static $_instance = null; 10 const VERSION = '3.9.2 8';10 const VERSION = '3.9.29'; 11 11 12 12 public function __construct() -
marquee-addons-for-elementor/trunk/includes/widget.php
r3473408 r3477331 11 11 use Deensimcpro_Promo; 12 12 13 const VERSION = '3.9.2 8';13 const VERSION = '3.9.29'; 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
r3473408 r3477331 3 3 /** 4 4 * Plugin Name: Marquee Addons for Elementor - Essential Motion Widgets & Templates 5 * Plugin URI: https://marqueeaddons.com/ 5 6 * 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 87 * Version: 3.9.29 7 8 * Requires at least: 5.8 8 9 * Requires PHP: 7.4 … … 25 26 define('DEENSIMC_PATH', plugin_dir_path(__FILE__)); 26 27 define('DEENSIMC_ASSETS_URL', DEENSIMC_URL . 'assets/'); 27 define('DEENSIMC_VERSION', '3.9.2 8');28 define('DEENSIMC_VERSION', '3.9.29'); 28 29 29 30 function deensimc_load_plugin_data(): void -
marquee-addons-for-elementor/trunk/readme.txt
r3473408 r3477331 4 4 Requires at least: 5.8 5 5 Tested up to: 6.9 6 Stable tag: 3.9.2 86 Stable tag: 3.9.29 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 266 266 == Changelog == 267 267 268 = 3.9.29 - 2026-03-08 = 269 - Tweak: Added plugin URL. 270 268 271 = 3.9.28 - 2026-03-03 = 269 272 - New: Added button width control to set fixed button width.
Note: See TracChangeset
for help on using the changeset viewer.