Skip to content

Commit

Permalink
chore(release): 0.12.12
Browse files Browse the repository at this point in the history
##### [Version 0.12.12](v0.12.11...v0.12.12) (2022-05-27)

- Fix the style handler conflict issue which breaks the arrow icon of the submenus on some themes
- Fix dismiss dashboard notice issue on some edge cases
- Fix compatibility with the Max Mega Menu plugin
  • Loading branch information
pirate-bot committed May 27, 2022
1 parent 698633e commit 67d06d1
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
##### [Version 0.12.12](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.11...v0.12.12) (2022-05-27)

- Fix the style handler conflict issue which breaks the arrow icon of the submenus on some themes
- Fix dismiss dashboard notice issue on some edge cases
- Fix compatibility with the Max Mega Menu plugin

##### [Version 0.12.11](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.10...v0.12.11) (2022-03-16)

Add font awesome 5 support
Expand Down
4 changes: 2 additions & 2 deletions menu-icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.11
* Version: 0.12.12
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPLv2
Expand All @@ -29,7 +29,7 @@ final class Menu_Icons {

const DISMISS_NOTICE = 'menu-icons-dismiss-notice';

const VERSION = '0.12.11';
const VERSION = '0.12.12';

/**
* Holds plugin data
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "menu-icons",
"title": "Menu Icons",
"description": "Spice up your navigation menus with pretty icons, easily.",
"version": "0.12.11",
"version": "0.12.12",
"homepage": "http://wordpress.org/plugins/menu-icons/",
"license": "GPL-2.0",
"author": {
Expand Down
9 changes: 9 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,15 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/).

== Changelog ==

##### [Version 0.12.12](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.11...v0.12.12) (2022-05-27)

- Fix the style handler conflict issue which breaks the arrow icon of the submenus on some themes
- Fix dismiss dashboard notice issue on some edge cases
- Fix compatibility with the Max Mega Menu plugin




##### [Version 0.12.11](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.10...v0.12.11) (2022-03-16)

Add font awesome 5 support
Expand Down

0 comments on commit 67d06d1

Please sign in to comment.