Skip to content

Commit

Permalink
chore(release): 0.13.0
Browse files Browse the repository at this point in the history
#### [Version 0.13.0](v0.12.12...v0.13.0) (2022-08-23)

* Fix Neve upsells showing up inconsistently on edge cases
* Fix inconsistency with Font Awesome 5 and adds compatibility with 6th version
* Fix compatibility with JupiterX
* Update dependencies
  • Loading branch information
pirate-bot committed Aug 23, 2022
1 parent 21675ff commit 789aafe
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### [Version 0.13.0](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.12...v0.13.0) (2022-08-23)

* Fix Neve upsells showing up inconsistently on edge cases
* Fix inconsistency with Font Awesome 5 and adds compatibility with 6th version
* Fix compatibility with JupiterX
* Update dependencies

##### [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
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.12
* Version: 0.13.0
* 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.12';
const VERSION = '0.13.0';

/**
* 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.12",
"version": "0.13.0",
"homepage": "http://wordpress.org/plugins/menu-icons/",
"license": "GPL-2.0",
"author": {
Expand Down
10 changes: 10 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,16 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/).

== Changelog ==

#### [Version 0.13.0](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.12...v0.13.0) (2022-08-23)

* Fix Neve upsells showing up inconsistently on edge cases
* Fix inconsistency with Font Awesome 5 and adds compatibility with 6th version
* Fix compatibility with JupiterX
* Update dependencies




##### [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
Expand Down

0 comments on commit 789aafe

Please sign in to comment.