Skip to content

Commit

Permalink
chore(release): 0.13.14
Browse files Browse the repository at this point in the history
##### [Version 0.13.14](v0.13.13...v0.13.14) (2024-05-14)

- Enhanced security
  • Loading branch information
pirate-bot committed May 14, 2024
1 parent c7616f4 commit a7c071a
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.14](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.13...v0.13.14) (2024-05-14)

- Enhanced security

##### [Version 0.13.13](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.12...v0.13.13) (2024-04-18)

### Improvements
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.13
* Version: 0.13.14
* 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.13';
const VERSION = '0.13.14';

/**
* 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.13",
"version": "0.13.14",
"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.14](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.13...v0.13.14) (2024-05-14)

- Enhanced security




##### [Version 0.13.13](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.12...v0.13.13) (2024-04-18)

### Improvements
Expand Down

0 comments on commit a7c071a

Please sign in to comment.