Plugin Directory

Changeset 3428839


Ignore:
Timestamp:
12/29/2025 06:13:33 AM (4 weeks ago)
Author:
themewant
Message:

Fixed and reupload

Location:
easy-menu-icons
Files:
63 added
4 edited

Legend:

Unmodified
Added
Removed
  • easy-menu-icons/trunk/admin/includes/load-icons.php

    r3181950 r3428839  
    11<?php
     2if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    23 if($emicons_item_icon_source == 'dashicon'){
    34    ?>
  • easy-menu-icons/trunk/admin/includes/notice.php

    r3406143 r3428839  
    11<?php
     2if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
    23//define('EMICONS_NOTICE__SOURCE_SITE_URL', 'http://localhost:10035');
    34define('EMICONS_NOTICE__SOURCE_SITE_URL', 'https://themewant.com/menuicon');
  • easy-menu-icons/trunk/easy-menu-icons.php

    r3406143 r3428839  
    66 * Author:      Themewant
    77 * Author URI:  http://themewant.com/
    8  * Version:     1.1.1
     8 * Version:     1.1.2
    99 * License:     GPL2
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1616    if(!class_exists('EMICONS_PRO')) {
    1717
    18         define( 'EMICONS_VERSION', '1.1.1' );
     18        define( 'EMICONS_VERSION', '1.1.2' );
    1919        define( 'EMICONS_PL_ROOT', __FILE__ );
    2020        define( 'EMICONS_PL_URL', plugins_url( '/', EMICONS_PL_ROOT ) );
  • easy-menu-icons/trunk/readme.txt

    r3406143 r3428839  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.1.1
     6Stable tag: 1.1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8989== Changelog ==
    9090
     91= 1.1.2 - 29 Dec 2025 =
     92- Improved made Compatible with Latest WP
     93
    9194= 1.1.1 - 16 Oct 2025 =
    9295- Improved performance & made Compatible with Latest WP
     
    111114= 1.0.0 - 27 Aug 2024 =
    112115- Initial Release
     116
     117
     118== External services ==
     119
     120This plugin makes use of the following third-party api and libraries to provide enhanced functionality and user experience. None of these api or libraries collect or transmit personal data outside your WordPress installation.
     121
     122Themewant
     123This api only send notice and offer to the user. User dashboard loads the notice and display.
     124Source: https://themewant.com/menuicon
Note: See TracChangeset for help on using the changeset viewer.