Plugin Directory

Changeset 1259509


Ignore:
Timestamp:
10/04/2015 11:50:52 PM (10 years ago)
Author:
dharmapoudel
Message:

updated to 1.6.2 with invalid header issue fixed

Location:
page-specific-menu-items
Files:
2 edited
3 copied

Legend:

Unmodified
Added
Removed
  • page-specific-menu-items/tags/1.6.2/page-specific-menu-items.php

    r1259503 r1259509  
    11<?php
    22/*
    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.1
    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 */
     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 */
    1212 
    1313//define some constants
  • page-specific-menu-items/tags/1.6.2/readme.txt

    r1259503 r1259509  
    33Requires at least: 3.5
    44Tested up to: 4.3.1
    5 Stable tag: 1.6.1
     5Stable tag: 1.6.2
    66License: GPLv3
    77Contributors: dharmapoudel
     
    7272== Changelog ==
    7373
     74= 1.6.2 (2015-10-4) =
     75* Hotfix update
     76
    7477= 1.6.1 (2015-10-4) =
    7578* Added option to easily select and deselect menu items
  • page-specific-menu-items/trunk/page-specific-menu-items.php

    r1259503 r1259509  
    11<?php
    22/*
    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.1
    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 */
     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 */
    1212 
    1313//define some constants
  • page-specific-menu-items/trunk/readme.txt

    r1259503 r1259509  
    33Requires at least: 3.5
    44Tested up to: 4.3.1
    5 Stable tag: 1.6.1
     5Stable tag: 1.6.2
    66License: GPLv3
    77Contributors: dharmapoudel
     
    7272== Changelog ==
    7373
     74= 1.6.2 (2015-10-4) =
     75* Hotfix update
     76
    7477= 1.6.1 (2015-10-4) =
    7578* Added option to easily select and deselect menu items
Note: See TracChangeset for help on using the changeset viewer.