Plugin Directory

Changeset 1243292


Ignore:
Timestamp:
09/11/2015 11:43:26 AM (11 years ago)
Author:
belco
Message:

Fixed menu order

Location:
belcoio/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • belcoio/trunk/belco.php

    r1234616 r1243292  
    22/**
    33 * @package Belco
    4  * @version 0.3.8
     4 * @version 0.3.9
    55 *
    66 */
     
    99Plugin URI: http://www.belco.io
    1010Description: Telephony for webshops
    11 Version: 0.3.8
     11Version: 0.3.9
    1212Author: Forwarder B.V.
    1313Author URI: http://www.forwarder.nl
     
    134134    public function add_menu()
    135135    {
    136       add_menu_page('Belco settings', 'Belco', 'manage_options', 'belco', array(&$this, 'settings_page'), null, 60);
     136      add_menu_page('Belco settings', 'Belco', 'manage_options', 'belco', array(&$this, 'settings_page'), null, 58);
    137137    }
    138138
  • belcoio/trunk/readme.txt

    r1234616 r1243292  
    55Requires at least: 3.9.1
    66Tested up to: 4.3
    7 Stable tag: 0.3.8
     7Stable tag: 0.3.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545== Changelog ==
    4646
     47= 0.3.9 =
     48- Fixed menu position overriding Appearance
     49
    4750= 0.3.8 =
    4851- Code clean-up
Note: See TracChangeset for help on using the changeset viewer.