Plugin Directory

Changeset 1890252


Ignore:
Timestamp:
06/09/2018 05:13:02 PM (8 years ago)
Author:
aniketan
Message:

compatible wordpress 5.0

Location:
page-menu
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • page-menu/tags/5.0.0/pagemenu.php

    r1520868 r1890252  
    66* Plugin URI: http://www.buffernow.com
    77
    8 * Description: This plugin enables choosing different menus on specific pages
    9 
    10 * Version: 3.0.1
     8* Description: This plugin enables choosing different menus on specific pages ,posts ,custom post and taxonomy
     9
     10* Version: 5.0.0
    1111
    1212* Author: Rohit Kumar
     
    193193            if ($this->pgm_option['pgm_location'] == $args->theme_location) {
    194194               if (!in_array($item->ID, $this->pgm_option['pgm_menulist']))
    195                     $classes[] = "pgm-hide";
     195                    $classes[] = "pagemenu-hide";
    196196            }
    197197        }
     
    202202    function css_injector(){
    203203       
    204         echo "<style>.pgm-hide{display:none !important;}</style>";
     204        echo "<style>.pagemenu-hide{display:none !important;}</style>";
    205205    }
    206206   
     
    289289{
    290290
    291     function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0)
     291    function start_el(&$output, $item,$depth = 0, $args = [], $id = 0)
    292292    {
    293293       
  • page-menu/tags/5.0.0/readme.txt

    r1517767 r1890252  
    88Requires at least: 3.4.1
    99Tested up to:  4.6
    10 Stable tag: 3.0.0
     10Stable tag: 5.0.0
    1111License: GPLv3 or later
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2020it support post , page ,custom post type , Custom Taxonomy
    2121
    22 Here is [Demo](http://pagemenu.buffernow.com "Link to PageMenu Demo")
     22
    2323
    2424**How to make this plugin work?**
     
    102102== Changelog ==
    103103
     104= 5.0.0 =
     105
     106* compatible with wordpress 5.0
     107
    104108= 3.0.0 =
    105109
  • page-menu/trunk/pagemenu.php

    r1520868 r1890252  
    66* Plugin URI: http://www.buffernow.com
    77
    8 * Description: This plugin enables choosing different menus on specific pages
    9 
    10 * Version: 3.0.1
     8* Description: This plugin enables choosing different menus on specific pages ,posts ,custom post and taxonomy
     9
     10* Version: 5.0.0
    1111
    1212* Author: Rohit Kumar
     
    193193            if ($this->pgm_option['pgm_location'] == $args->theme_location) {
    194194               if (!in_array($item->ID, $this->pgm_option['pgm_menulist']))
    195                     $classes[] = "pgm-hide";
     195                    $classes[] = "pagemenu-hide";
    196196            }
    197197        }
     
    202202    function css_injector(){
    203203       
    204         echo "<style>.pgm-hide{display:none !important;}</style>";
     204        echo "<style>.pagemenu-hide{display:none !important;}</style>";
    205205    }
    206206   
     
    289289{
    290290
    291     function start_el(&$output, $item, $depth = 0, $args = array(), $id = 0)
     291    function start_el(&$output, $item,$depth = 0, $args = [], $id = 0)
    292292    {
    293293       
  • page-menu/trunk/readme.txt

    r1517767 r1890252  
    88Requires at least: 3.4.1
    99Tested up to:  4.6
    10 Stable tag: 3.0.0
     10Stable tag: 5.0.0
    1111License: GPLv3 or later
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    2020it support post , page ,custom post type , Custom Taxonomy
    2121
    22 Here is [Demo](http://pagemenu.buffernow.com "Link to PageMenu Demo")
     22
    2323
    2424**How to make this plugin work?**
     
    102102== Changelog ==
    103103
     104= 5.0.0 =
     105
     106* compatible with wordpress 5.0
     107
    104108= 3.0.0 =
    105109
Note: See TracChangeset for help on using the changeset viewer.