Skip to content

Commit

Permalink
Bump version: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzikri Aziz committed Dec 29, 2016
1 parent b15a4ca commit 722f15b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions menu-item-custom-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
* Menu Item Custom Fields
*
* @package Menu_Item_Custom_Fields
* @version 0.3.0
* @version 0.4.0
* @author Dzikri Aziz <[email protected]>
*
* Plugin name: Menu Item Custom Fields
* Plugin URI: https://github.com/kucrut/wp-menu-item-custom-fields
* Description: Easily add custom fields to nav menu items
* Version: 0.3.0
* Version: 0.4.0
* Author: Dzikri Aziz
* Author URI: http://kucrut.org/
* License: GPLv2
Expand Down
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Easily add custom fields to nav menu items.
**Tags:** [menu](https://wordpress.org/plugins/tags/menu), [nav-menu](https://wordpress.org/plugins/tags/nav-menu), [custom-fields](https://wordpress.org/plugins/tags/custom-fields), [metadata](https://wordpress.org/plugins/tags/metadata)
**Requires at least:** 3.8
**Tested up to:** 4.7
**Stable tag:** 0.3.0
**Stable tag:** 0.4.0
**License:** [GPLv2](http://www.gnu.org/licenses/gpl-2.0.html)
**Donate Link:** https://www.paypal.me/kucrut

Expand Down Expand Up @@ -35,6 +35,9 @@ Copy (and customize) and include the `menu-item-custom-fields-example.php` file

## Changelog ##

### 0.4.0 ###
* Support WordPress 4.7, props [rahulnever2far](https://github.com/rahulnever2far).

### 0.3.0 ###
* Use `wp_nav_menu_item_custom_fields` as walker hook. See this [blog post](http://shazdeh.me/2014/06/25/custom-fields-nav-menu-items/).
* Update example plugin
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate Link: https://www.paypal.me/kucrut
Tags: menu, nav-menu, custom-fields, metadata
Requires at least: 3.8
Tested up to: 4.7
Stable tag: 0.3.0
Stable tag: 0.4.0
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -34,6 +34,9 @@ Copy (and customize) and include the `menu-item-custom-fields-example.php` file


== Changelog ==
= 0.4.0 =
* Support WordPress 4.7, props [rahulnever2far](https://github.com/rahulnever2far).

= 0.3.0 =
* Use `wp_nav_menu_item_custom_fields` as walker hook. See this [blog post](http://shazdeh.me/2014/06/25/custom-fields-nav-menu-items/).
* Update example plugin
Expand Down

0 comments on commit 722f15b

Please sign in to comment.