Plugin Directory

Changeset 3401304


Ignore:
Timestamp:
11/23/2025 01:42:51 PM (4 months ago)
Author:
themelooks
Message:

2.2.10

  • Fixed Enter Addons Pro version compatibility issue
Location:
enteraddons
Files:
797 added
3 edited

Legend:

Unmodified
Added
Removed
  • enteraddons/trunk/admin/Admin.php

    r3087147 r3401304  
    2121            add_action( 'admin_enqueue_scripts', [ __CLASS__, 'admin_scripts' ] );
    2222            add_action( 'admin_footer', [ __CLASS__, 'admin_footer_inject' ] );
     23            add_action( 'admin_init', [ __CLASS__, 'admin_init_load' ] );
    2324            $this->init();
    2425        }
     
    3132            return self::$instance;
    3233        }
     34        public static function admin_init_load() {
     35            //
     36            new Admin_Notices();
     37        }
    3338        public function init() {
    34             //
    35             new Admin_Notices();
     39           
    3640            //
    3741            Admin_Menu::getInstance();
  • enteraddons/trunk/enteraddons.php

    r3400654 r3401304  
    44 * Plugin URI:        https://themelooks.org/demo/enteraddons
    55 * Description:       Ultimate Template Builder for Elementor
    6  * Version:           2.2.9
     6 * Version:           2.2.10
    77 * Author:            ThemeLooks
    88 * Author URI:        https://themelooks.com
     
    2121// Version constant
    2222if (!defined('ENTERADDONS_VERSION')) {
    23     define('ENTERADDONS_VERSION', '2.2.9');
     23    define('ENTERADDONS_VERSION', '2.2.10');
    2424}
    2525// Current phpversion
  • enteraddons/trunk/readme.txt

    r3400654 r3401304  
    66Requires at least: 6.5
    77Tested up to: 6.8
    8 Version: 2.2.9
    9 Stable tag: 2.2.9
     8Version: 2.2.10
     9Stable tag: 2.2.10
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    162162== Change log ==
    163163
     164= 2.2.10 =
     165- Fixed Enter Addons Pro version compatibility issue
     166
    164167= 2.2.9 =
    165168- Fixed minor bugs
Note: See TracChangeset for help on using the changeset viewer.