Skip to content

Commit

Permalink
chore(release): 0.12.10
Browse files Browse the repository at this point in the history
##### [Version 0.12.10](v0.12.9...v0.12.10) (2022-02-07)

- [Fix] Add support for alt attribute for SVG icons
- Tested up with WordPress 5.9
  • Loading branch information
pirate-bot committed Feb 7, 2022
1 parent 031538b commit fac70f4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
##### [Version 0.12.10](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.9...v0.12.10) (2022-02-07)

- [Fix] Add support for alt attribute for SVG icons
- Tested up with WordPress 5.9

##### [Version 0.12.9](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.8...v0.12.9) (2021-08-04)

* Tested compatibility with WordPress 5.8
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.12.9
* Version: 0.12.10
* Author: ThemeIsle
* Author URI: https://themeisle.com
* License: GPLv2
Expand All @@ -27,7 +27,7 @@
*/
final class Menu_Icons {

const VERSION = '0.12.9';
const VERSION = '0.12.10';

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

== Changelog ==

##### [Version 0.12.10](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.9...v0.12.10) (2022-02-07)

- [Fix] Add support for alt attribute for SVG icons
- Tested up with WordPress 5.9




##### [Version 0.12.9](https://github.com/codeinwp/wp-menu-icons/compare/v0.12.8...v0.12.9) (2021-08-04)

* Tested compatibility with WordPress 5.8
Expand Down

0 comments on commit fac70f4

Please sign in to comment.