updated plugin Menu Icons version 0.13.2

This commit is contained in:
2022-11-24 13:40:39 +00:00
committed by Gitium
parent 5284e32c67
commit 3ffbc5b4f7
22 changed files with 1050 additions and 131 deletions

View File

@ -11,7 +11,7 @@
* Plugin name: Menu Icons
* Plugin URI: https://github.com/Codeinwp/wp-menu-icons
* Description: Spice up your navigation menus with pretty icons, easily.
* Version: 0.13.0
* Version: 0.13.2
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPLv2
@ -29,7 +29,7 @@ final class Menu_Icons {
const DISMISS_NOTICE = 'menu-icons-dismiss-notice';
const VERSION = '0.13.0';
const VERSION = '0.13.2';
/**
* Holds plugin data
@ -103,7 +103,7 @@ final class Menu_Icons {
add_action( 'admin_action_menu_icon_hide_notice', array( __CLASS__, 'wp_menu_icons_dismiss_dashboard_notice' ) );
add_filter(
'wp_menu_icons_load_promotions',
'menu_icons_load_promotions',
function() {
return array( 'otter' );
}