Plugin Directory

Changeset 1895286


Ignore:
Timestamp:
06/19/2018 06:07:14 PM (8 years ago)
Author:
aniketan
Message:

new version 5.1.1

Location:
page-menu/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • page-menu/trunk/pagemenu.php

    r1890252 r1895286  
    88* Description: This plugin enables choosing different menus on specific pages ,posts ,custom post and taxonomy
    99
    10 * Version: 5.0.0
     10* Version: 5.1.1
    1111
    1212* Author: Rohit Kumar
     
    9191            $this,
    9292            'pgm_nav_class'
    93         ), 10, 3);
     93        ), 10, 2);
    9494       
    9595        add_filter('wp_footer', array(
     
    289289{
    290290
    291     function start_el(&$output, $item,$depth = 0, $args = [], $id = 0)
     291    function start_el(&$output, $item,$depth = 0, $args = array(), $id = 0)
    292292    {
    293293       
  • page-menu/trunk/readme.txt

    r1890401 r1895286  
    88Requires at least: 3.4.1
    99Tested up to:  5.0.0
    10 Stable tag: 5.0.0
     10Stable tag: 5.1.1
    1111License: GPLv3 or later
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    106106== Changelog ==
    107107
     108= 5.1.1 =
     109
     110* compatible with old php
     111* fix ArgumentCountError
     112
    108113= 5.0.0 =
    109114
Note: See TracChangeset for help on using the changeset viewer.