Changeset 726704
- Timestamp:
- 06/14/2013 03:44:26 PM (13 years ago)
- Location:
- advanced-custom-fields-nav-menu-field
- Files:
-
- 4 added
- 3 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/fz-acf-nav-menu.php (added)
-
tags/1.1.1/nav-menu-v4.php (added)
-
tags/1.1.1/readme.txt (added)
-
trunk/fz-acf-nav-menu.php (modified) (1 diff)
-
trunk/nav-menu-v4.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-custom-fields-nav-menu-field/trunk/fz-acf-nav-menu.php
r725318 r726704 4 4 Plugin URI: http://faisonz.com 5 5 Description: Add-On plugin for Advanced Custom Fields (ACF) that adds a 'Nav Menu' Field type. 6 Version: 1.1. 06 Version: 1.1.1 7 7 Author: Faison Zutavern 8 8 Author URI: http://faisonz.com -
advanced-custom-fields-nav-menu-field/trunk/nav-menu-v4.php
r725318 r726704 25 25 $this->defaults = array( 26 26 'save_format' => 'id', 27 'allow_null' => 0 27 'allow_null' => 0, 28 'container' => 'div' 28 29 ); 29 30 … … 37 38 'path' => apply_filters('acf/helpers/get_path', __FILE__), 38 39 'dir' => apply_filters('acf/helpers/get_dir', __FILE__), 39 'version' => '1.1. 0'40 'version' => '1.1.1' 40 41 ); 41 42 -
advanced-custom-fields-nav-menu-field/trunk/readme.txt
r725318 r726704 6 6 Requires at least: 3.4 7 7 Tested up to: 3.5.1 8 Stable tag: 1.1. 08 Stable tag: 1.1.1 9 9 License: GPL2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 79 79 == Changelog == 80 80 81 = 1.1.1 = 82 * I forgot to add a default value for the Menu Container field, so I added 'div' as the default value. If you upgraded from 1.0.0 to 1.1.0 and had WP_DEBUG enabled, you would receive a warning about an unknown index. Since I like debug mode to run without warnings, I fixed this. 83 81 84 = 1.1.0 = 82 85 * Added a field which allows users to choose the containing element for the Menu's ul. See [wp_nav_menu's container parameter](http://codex.wordpress.org/Function_Reference/wp_nav_menu#Parameters) … … 87 90 == Upgrade Notice == 88 91 92 = 1.1.1 = 93 I forgot to add a default value for the Menu Container field. So to eliminate WP_DEBUG warnings, I added 'div' as the default value. Please upgrade to avoid the warnings. 94 89 95 = 1.1.0 = 90 96 Added a new minor feature for selecting the Menu's containing element.
Note: See TracChangeset
for help on using the changeset viewer.