File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ##### [ Version 0.13.15] ( https://github.com/codeinwp/wp-menu-icons/compare/v0.13.14...v0.13.15 ) (2024-07-10)
2+
3+ - Removed recommendations of unsupported plugins
4+ - Fixed conditions for theme recommendation
5+
16##### [ Version 0.13.14] ( https://github.com/codeinwp/wp-menu-icons/compare/v0.13.13...v0.13.14 ) (2024-05-14)
27
38- Enhanced security
Original file line number Diff line number Diff line change 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.14
14+ * Version: 0.13.15
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.14 ' ;
32+ const VERSION = '0.13.15 ' ;
3333
3434 /**
3535 * Holds plugin data
Original file line number Diff line number Diff line change 22 "name" : " menu-icons" ,
33 "title" : " Menu Icons" ,
44 "description" : " Spice up your navigation menus with pretty icons, easily." ,
5- "version" : " 0.13.14 " ,
5+ "version" : " 0.13.15 " ,
66 "homepage" : " http://wordpress.org/plugins/menu-icons/" ,
77 "license" : " GPL-2.0" ,
88 "author" : {
Original file line number Diff line number Diff line change @@ -222,6 +222,14 @@ Read [this blog post](http://kucrut.org/add-custom-image-sizes-right-way/).
222222
223223== Changelog ==
224224
225+ ##### [Version 0.13.15](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.14...v0.13.15) (2024-07-10)
226+
227+ - Removed recommendations of unsupported plugins
228+ - Fixed conditions for theme recommendation
229+
230+
231+
232+
225233##### [Version 0.13.14](https://github.com/codeinwp/wp-menu-icons/compare/v0.13.13...v0.13.14) (2024-05-14)
226234
227235- Enhanced security
You can’t perform that action at this time.
0 commit comments