Plugin Directory

Changeset 412735


Ignore:
Timestamp:
07/20/2011 07:02:10 PM (15 years ago)
Author:
fd
Message:

Moved options to Settings menu.
Fixed deprecated permission settings (caused deprecated notices)
Hat tip: Ben Gillbanks (http://twitter.com/binarymoon)

Location:
feedburner-plugin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • feedburner-plugin/trunk/fdfeedburner.php

    r360463 r412735  
    66Author: John Watson
    77Author URI: http://flagrantdisregard.com/
    8 Version: 1.44
     8Version: 1.45
    99
    1010Copyright (C) Sat Feb 18 2006 John Watson
     
    4040    global $wpdb;
    4141    if ( function_exists('add_submenu_page') )
    42         add_submenu_page('plugins.php',
    43             __('Feedburner Configuration', FDFEEDBURNER_TEXTDOMAIN),
    44             __('Feedburner Configuration', FDFEEDBURNER_TEXTDOMAIN),
    45             8, __FILE__, 'feedburner_conf');
     42        add_submenu_page('options-general.php',
     43            __('Feedburner', FDFEEDBURNER_TEXTDOMAIN),
     44            __('Feedburner', FDFEEDBURNER_TEXTDOMAIN),
     45            'manage_options', __FILE__, 'feedburner_conf');
    4646}
    4747
  • feedburner-plugin/trunk/readme.txt

    r369762 r412735  
    44Tags: feedburner, redirect, rss, feed
    55Requires at least: 2.0
    6 Tested up to: 3.1.1
     6Tested up to: 3.2.1
    77Stable tag: trunk
    88
     
    3030== Changelog ==
    3131
     32= 1.45 =
     33* Moved options to Settings menu
     34* Fixed deprecated permission settings (caused deprecated notices)
     35Hat tip: Ben Gillbanks (http://twitter.com/binarymoon)
     36
    3237= 1.44 =
    3338* Fixed compatibility issue with Google Webmaster Tools.
Note: See TracChangeset for help on using the changeset viewer.