Plugin Directory

Changeset 3414880


Ignore:
Timestamp:
12/09/2025 04:25:02 AM (4 months ago)
Author:
devitemsllc
Message:

Update to version 3.0.2 from GitHub

Location:
ht-mega-for-elementor
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • ht-mega-for-elementor/tags/3.0.2/htmega_addons_elementor.php

    r3398480 r3414880  
    66 * Author:      HasThemes
    77 * Author URI:  https://hasthemes.com/
    8  * Version:     3.0.1
     8 * Version:     3.0.2
    99 * License:     GPL2
    1010 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
    1111 * Text Domain: htmega-addons
    1212 * Domain Path: /languages
    13  * Elementor tested up to: 3.33.1
    14  * Elementor Pro tested up to: 3.33.1
     13 * Elementor tested up to: 3.33.4
     14 * Elementor Pro tested up to: 3.33.2
    1515*/
    1616
    1717if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
    18 define( 'HTMEGA_VERSION', '3.0.1' );
     18define( 'HTMEGA_VERSION', '3.0.2' );
    1919define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
    2020define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
  • ht-mega-for-elementor/tags/3.0.2/readme.txt

    r3398480 r3414880  
    33Tags: elementor, elementor addons, elementor widgets, page builder, elementor templates, mega menu, addons for elementor, post grid, elements, header footer builder
    44Requires at least: 5.0
    5 Tested up to: 6.8
    6 Stable tag: 3.0.1
     5Tested up to: 6.9
     6Stable tag: 3.0.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    238238== Changelog ==
    239239
     240= Version 3.0.2 - Date: 2025-12-09 =
     241* Tested: Compatibility with the latest version of Elementor.
     242* Tested: Compatibility with the latest version of WordPress.
     243
    240244= Version 3.0.1 - Date: 2025-11-19 =
    241245* Fixed: Button Gutenberg block display issue.
  • ht-mega-for-elementor/trunk/htmega_addons_elementor.php

    r3398480 r3414880  
    66 * Author:      HasThemes
    77 * Author URI:  https://hasthemes.com/
    8  * Version:     3.0.1
     8 * Version:     3.0.2
    99 * License:     GPL2
    1010 * License URI:  https://www.gnu.org/licenses/gpl-2.0.html
    1111 * Text Domain: htmega-addons
    1212 * Domain Path: /languages
    13  * Elementor tested up to: 3.33.1
    14  * Elementor Pro tested up to: 3.33.1
     13 * Elementor tested up to: 3.33.4
     14 * Elementor Pro tested up to: 3.33.2
    1515*/
    1616
    1717if( ! defined( 'ABSPATH' ) ) exit(); // Exit if accessed directly
    18 define( 'HTMEGA_VERSION', '3.0.1' );
     18define( 'HTMEGA_VERSION', '3.0.2' );
    1919define( 'HTMEGA_ADDONS_PL_ROOT', __FILE__ );
    2020define( 'HTMEGA_ADDONS_PL_URL', plugins_url( '/', HTMEGA_ADDONS_PL_ROOT ) );
  • ht-mega-for-elementor/trunk/readme.txt

    r3398480 r3414880  
    33Tags: elementor, elementor addons, elementor widgets, page builder, elementor templates, mega menu, addons for elementor, post grid, elements, header footer builder
    44Requires at least: 5.0
    5 Tested up to: 6.8
    6 Stable tag: 3.0.1
     5Tested up to: 6.9
     6Stable tag: 3.0.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    238238== Changelog ==
    239239
     240= Version 3.0.2 - Date: 2025-12-09 =
     241* Tested: Compatibility with the latest version of Elementor.
     242* Tested: Compatibility with the latest version of WordPress.
     243
    240244= Version 3.0.1 - Date: 2025-11-19 =
    241245* Fixed: Button Gutenberg block display issue.
Note: See TracChangeset for help on using the changeset viewer.