Skip to content

Commit befb902

Browse files
committed
chore(release): 0.13.16
##### [Version 0.13.16](v0.13.15...v0.13.16) (2024-11-07) - Updated dependencies
1 parent 4b6227b commit befb902

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
##### [Version 0.13.16](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.15...v0.13.16) (2024-11-07)
2+
3+
- Updated dependencies
4+
15
##### [Version 0.13.15](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.14...v0.13.15) (2024-07-10)
26

37
- Removed recommendations of unsupported plugins

menu-icons.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin name: Menu Icons
1212
* Plugin URI: https://github.com/Codeinwp/wp-menu-icons
1313
* Description: Spice up your navigation menus with pretty icons, easily.
14-
* Version: 0.13.15
14+
* Version: 0.13.16
1515
* Author: ThemeIsle
1616
* Author URI: https://themeisle.com
1717
* License: GPLv2
@@ -29,7 +29,7 @@ final class Menu_Icons {
2929

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

32-
const VERSION = '0.13.15';
32+
const VERSION = '0.13.16';
3333

3434
/**
3535
* Holds plugin data

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "menu-icons",
33
"title": "Menu Icons",
44
"description": "Spice up your navigation menus with pretty icons, easily.",
5-
"version": "0.13.15",
5+
"version": "0.13.16",
66
"homepage": "http://wordpress.org/plugins/menu-icons/",
77
"license": "GPL-2.0",
88
"author": {

readme.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,13 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/).
222222

223223
== Changelog ==
224224

225+
##### [Version 0.13.16](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.15...v0.13.16) (2024-11-07)
226+
227+
- Updated dependencies
228+
229+
230+
231+
225232
##### [Version 0.13.15](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.14...v0.13.15) (2024-07-10)
226233

227234
- Removed recommendations of unsupported plugins

0 commit comments

Comments
 (0)