Plugin Directory

Changeset 892719


Ignore:
Timestamp:
04/14/2014 07:46:46 AM (12 years ago)
Author:
ashdurham
Message:

Update to deprecated user levels to the matching role

Location:
simple-301-redirects-addon-bulk-uploader
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • simple-301-redirects-addon-bulk-uploader/trunk/readme.txt

    r859972 r892719  
    55Requires at least: 3.0.1
    66Tested up to: 3.8.1
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.0.9 =
     72* Update to deprecated user levels to the matching role
     73
    7174= 1.0.8 =
    7275* Added ability to delete 301 redirect list
     
    98101== Upgrade Notice ==
    99102
     103= 1.0.9 =
     104* Update to deprecated user levels to the matching role
     105
    100106= 1.0.8 =
    101107* Added ability to delete 301 redirects list
  • simple-301-redirects-addon-bulk-uploader/trunk/simple-301-bulk-uploader.php

    r859972 r892719  
    5353            function create_bulk_menu()
    5454            {
    55               add_options_page('301 Bulk Redirects', '301 Bulk Redirects', 10, '301bulkoptions', array($this,'bulk_options_page'));
     55              add_options_page('301 Bulk Redirects', '301 Bulk Redirects', 'administrator', '301bulkoptions', array($this,'bulk_options_page'));
    5656            }
    5757           
Note: See TracChangeset for help on using the changeset viewer.