Changeset 1259509
- Timestamp:
- 10/04/2015 11:50:52 PM (10 years ago)
- Location:
- page-specific-menu-items
- Files:
-
- 2 edited
- 3 copied
-
tags/1.6.2 (copied) (copied from page-specific-menu-items/trunk)
-
tags/1.6.2/page-specific-menu-items.php (copied) (copied from page-specific-menu-items/trunk/page-specific-menu-items.php) (1 diff)
-
tags/1.6.2/readme.txt (copied) (copied from page-specific-menu-items/trunk/readme.txt) (2 diffs)
-
trunk/page-specific-menu-items.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-specific-menu-items/tags/1.6.2/page-specific-menu-items.php
r1259503 r1259509 1 1 <?php 2 2 /* 3 Plugin Name: Page Specific Menu Items4 Plugin URI: http://www.wordpress.org/plugins5 Description: This plugin allows you to select menu items page wise.6 Version: 1.6.1 7 Author: Dharma Poudel (@rogercomred)8 Author URI: https://www.twitter.com/rogercomred9 Text Domain: page-specific-menu-items10 Domain Path: /l10n11 */3 * Plugin Name: Page Specific Menu Items 4 * Plugin URI: http://www.wordpress.org/plugins 5 * Description: This plugin allows you to select menu items page wise. 6 * Version: 1.6.2 7 * Author: Dharma Poudel (@rogercomred) 8 * Author URI: https://www.twitter.com/rogercomred 9 * Text Domain: page-specific-menu-items 10 * Domain Path: /l10n 11 */ 12 12 13 13 //define some constants -
page-specific-menu-items/tags/1.6.2/readme.txt
r1259503 r1259509 3 3 Requires at least: 3.5 4 4 Tested up to: 4.3.1 5 Stable tag: 1.6. 15 Stable tag: 1.6.2 6 6 License: GPLv3 7 7 Contributors: dharmapoudel … … 72 72 == Changelog == 73 73 74 = 1.6.2 (2015-10-4) = 75 * Hotfix update 76 74 77 = 1.6.1 (2015-10-4) = 75 78 * Added option to easily select and deselect menu items -
page-specific-menu-items/trunk/page-specific-menu-items.php
r1259503 r1259509 1 1 <?php 2 2 /* 3 Plugin Name: Page Specific Menu Items4 Plugin URI: http://www.wordpress.org/plugins5 Description: This plugin allows you to select menu items page wise.6 Version: 1.6.1 7 Author: Dharma Poudel (@rogercomred)8 Author URI: https://www.twitter.com/rogercomred9 Text Domain: page-specific-menu-items10 Domain Path: /l10n11 */3 * Plugin Name: Page Specific Menu Items 4 * Plugin URI: http://www.wordpress.org/plugins 5 * Description: This plugin allows you to select menu items page wise. 6 * Version: 1.6.2 7 * Author: Dharma Poudel (@rogercomred) 8 * Author URI: https://www.twitter.com/rogercomred 9 * Text Domain: page-specific-menu-items 10 * Domain Path: /l10n 11 */ 12 12 13 13 //define some constants -
page-specific-menu-items/trunk/readme.txt
r1259503 r1259509 3 3 Requires at least: 3.5 4 4 Tested up to: 4.3.1 5 Stable tag: 1.6. 15 Stable tag: 1.6.2 6 6 License: GPLv3 7 7 Contributors: dharmapoudel … … 72 72 == Changelog == 73 73 74 = 1.6.2 (2015-10-4) = 75 * Hotfix update 76 74 77 = 1.6.1 (2015-10-4) = 75 78 * Added option to easily select and deselect menu items
Note: See TracChangeset
for help on using the changeset viewer.