Skip to content

Commit

Permalink
chore(release): 0.13.1
Browse files Browse the repository at this point in the history
##### [Version 0.13.1](v0.13.0...v0.13.1) (2022-11-04)

Tested with the WordPress 6.1 version
  • Loading branch information
pirate-bot committed Nov 4, 2022
1 parent 0ac5fce commit 1252e76
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
##### [Version 0.13.1](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.0...v0.13.1) (2022-11-04)

Tested with the WordPress 6.1 version

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

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

== Changelog ==

##### [Version 0.13.1](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.0...v0.13.1) (2022-11-04)

Tested with the WordPress 6.1 version




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

0 comments on commit 1252e76

Please sign in to comment.