Plugin Directory

Changeset 911922


Ignore:
Timestamp:
05/11/2014 03:53:13 AM (12 years ago)
Author:
dharmapoudel
Message:

version 1.4.3 tagged

Location:
page-specific-menu-items
Files:
4 edited
1 copied

Legend:

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

    r851183 r911922  
    44 * Plugin URI: http://www.wordpress.org/plugins
    55 * Description: This plugin allows you to select menu items page wise.
    6  * Version: 1.4.2
     6 * Version: 1.4.3
    77 * Author: Dharma Poudel (@rogercomred)
    88 * Author URI: https://www.twitter.com/rogercomred
     
    304304       
    305305            echo '<style type="text/css" media="screen">';
    306             echo '.menu-item.hide_this_item{ display:none; }';
     306            echo 'li.menu-item.hide_this_item{ display:none !important; }';
    307307            echo '</style>';
    308308           
  • page-specific-menu-items/tags/1.4.3/readme.txt

    r851183 r911922  
    11=== Page Specific Menu Items ===
    2 Tags: page specific menu items, menu, menu items, page wise menu,
     2Tags: page specific menu items, post specific menu items, menu, menu items, page wise menu, post wise menu,  wordpress menu,
    33Requires at least: 3.5
    4 Tested up to: 3.8
    5 Stable tag: 1.4.2
     4Tested up to: 3.9.1
     5Stable tag: 1.4.3
    66License: GPLv3
    77Contributors: dharmapoudel
     
    2222* View the page and the selected items should be gone.
    2323
    24 If you found any bugs/issues please report and I'll try to fix them asap.
     24**How does this plugin works?**
     25
     26* This plugin adds 'hide_this_item' class to selected menu items.
     27
     28**Shall I install plugin first or create menu first?**
     29
     30* It does not matter whether you first create menu and then install this plugin or vice versa.
     31
     32**Does this plugin works on custom post type pages?**
     33
     34* Yes it does.
     35
     36**This plugin does not work for me?**
     37
     38* It should since it works by adding class. Only case it does not work is when 'hide_this_item' rules is overriden by other syles (having low value in specificity).
     39* This is this plugins issue.
     40
     41Please read the readme.txt file line by line before commenting. Only after that give me 5 stars. :) If you found any bugs/issues please report and I'll try to fix them asap.
    2542
    2643== Installation ==
     
    4360
    4461== Changelog ==
     62
     63= 1.4.3 (2014-5-10) =
     64* Added more weight to the class 'hide_this_item'
     65* Updated faq (please read faq first) and readme file
    4566
    4667= 1.4.2 (2014-2-4) =
     
    7697
    7798This plugin adds 'hide_this_item' class to selected menu items.
     99
     100= Shall I install plugin first or create menu first? =
     101
     102It does not matter whether you first create menu and then install this plugin or vice versa.
     103
     104= Does this plugin works on custom post type pages? =
     105
     106* Yes it does.
     107
     108= What are its limitations? =
     109
     110* Clearly this plugin works for  WordPress Pages, Default/Custom Posts .
     111* It does not work on WordPress archives, 404, etc for now. I'll support them as soon as I get time.
  • page-specific-menu-items/trunk/page-specific-menu-items.php

    r851183 r911922  
    44 * Plugin URI: http://www.wordpress.org/plugins
    55 * Description: This plugin allows you to select menu items page wise.
    6  * Version: 1.4.2
     6 * Version: 1.4.3
    77 * Author: Dharma Poudel (@rogercomred)
    88 * Author URI: https://www.twitter.com/rogercomred
     
    304304       
    305305            echo '<style type="text/css" media="screen">';
    306             echo '.menu-item.hide_this_item{ display:none; }';
     306            echo 'li.menu-item.hide_this_item{ display:none !important; }';
    307307            echo '</style>';
    308308           
  • page-specific-menu-items/trunk/readme.txt

    r851183 r911922  
    11=== Page Specific Menu Items ===
    2 Tags: page specific menu items, menu, menu items, page wise menu,
     2Tags: page specific menu items, post specific menu items, menu, menu items, page wise menu, post wise menu,  wordpress menu,
    33Requires at least: 3.5
    4 Tested up to: 3.8
    5 Stable tag: 1.4.2
     4Tested up to: 3.9.1
     5Stable tag: 1.4.3
    66License: GPLv3
    77Contributors: dharmapoudel
     
    2222* View the page and the selected items should be gone.
    2323
    24 If you found any bugs/issues please report and I'll try to fix them asap.
     24**How does this plugin works?**
     25
     26* This plugin adds 'hide_this_item' class to selected menu items.
     27
     28**Shall I install plugin first or create menu first?**
     29
     30* It does not matter whether you first create menu and then install this plugin or vice versa.
     31
     32**Does this plugin works on custom post type pages?**
     33
     34* Yes it does.
     35
     36**This plugin does not work for me?**
     37
     38* It should since it works by adding class. Only case it does not work is when 'hide_this_item' rules is overriden by other syles (having low value in specificity).
     39* This is this plugins issue.
     40
     41Please read the readme.txt file line by line before commenting. Only after that give me 5 stars. :) If you found any bugs/issues please report and I'll try to fix them asap.
    2542
    2643== Installation ==
     
    4360
    4461== Changelog ==
     62
     63= 1.4.3 (2014-5-10) =
     64* Added more weight to the class 'hide_this_item'
     65* Updated faq (please read faq first) and readme file
    4566
    4667= 1.4.2 (2014-2-4) =
     
    7697
    7798This plugin adds 'hide_this_item' class to selected menu items.
     99
     100= Shall I install plugin first or create menu first? =
     101
     102It does not matter whether you first create menu and then install this plugin or vice versa.
     103
     104= Does this plugin works on custom post type pages? =
     105
     106* Yes it does.
     107
     108= What are its limitations? =
     109
     110* Clearly this plugin works for  WordPress Pages, Default/Custom Posts .
     111* It does not work on WordPress archives, 404, etc for now. I'll support them as soon as I get time.
Note: See TracChangeset for help on using the changeset viewer.