Skip to content

Commit 4380560

Browse files
committed
chore(release): 0.13.23
##### [Version 0.13.23](v0.13.22...v0.13.23) (2026-04-23) - Fixed issue with SVG menu icons rendering too small - Fixed issue with vertical alignment not working on frontend
1 parent fdaba03 commit 4380560

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
##### [Version 0.13.23](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.22...v0.13.23) (2026-04-23)
2+
3+
- Fixed issue with SVG menu icons rendering too small
4+
- Fixed issue with vertical alignment not working on frontend
5+
16
##### [Version 0.13.22](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.21...v0.13.22) (2026-04-09)
27

38
- Updated dependencies

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.22
14+
* Version: 0.13.23
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.22';
32+
const VERSION = '0.13.23';
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.22",
5+
"version": "0.13.23",
66
"homepage": "http://wordpress.org/plugins/menu-icons/",
77
"license": "GPL-2.0",
88
"author": {

readme.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,14 @@ Please follow the reporting protocols outlined on our [Security Page](https://th
227227

228228
== Changelog ==
229229

230+
##### [Version 0.13.23](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.22...v0.13.23) (2026-04-23)
231+
232+
- Fixed issue with SVG menu icons rendering too small
233+
- Fixed issue with vertical alignment not working on frontend
234+
235+
236+
237+
230238
##### [Version 0.13.22](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.21...v0.13.22) (2026-04-09)
231239

232240
- Updated dependencies

0 commit comments

Comments
 (0)