Plugin Directory

Changeset 992408


Ignore:
Timestamp:
09/18/2014 08:14:22 AM (11 years ago)
Author:
ashdurham
Message:
  • Updated permissions to match that of the parent plugin
  • Another mime type added
  • Added icons for WP4.0
Location:
simple-301-redirects-addon-bulk-uploader
Files:
6 added
2 edited

Legend:

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

    r926774 r992408  
    55Requires at least: 3.0.1
    66Tested up to: 3.9.1
    7 Stable tag: 1.0.11
     7Stable tag: 1.0.12
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.0.12 =
     72* Updated permissions to match that of the parent plugin
     73* Another mime type added
     74* Added icons for WP4.0
     75
    7176= 1.0.11 =
    7277* Addition of another mime type
     
    108113== Upgrade Notice ==
    109114
     115= 1.0.12 =
     116* Updated permissions to match that of the parent plugin
     117* Another mime type added
     118* Added icons for WP4.0
     119
    110120= 1.0.11 =
    111121* Addition of another mime type
  • simple-301-redirects-addon-bulk-uploader/trunk/simple-301-bulk-uploader.php

    r926776 r992408  
    44    Plugin URI: http://kingpro.me/plugins/support-plugins/simple-301-redirects-addon-bulk-csv-uploader
    55    Description: Adds the ability to upload a CSV to populate the Simple 301 Redirects plugin
    6     Version: 1.0.11
     6    Version: 1.0.12
    77    Author: Ash Durham
    88    Author URI: http://durham.net.au/
     
    5353            function create_bulk_menu()
    5454            {
    55               add_options_page('301 Bulk Redirects', '301 Bulk Redirects', 'administrator', '301bulkoptions', array($this,'bulk_options_page'));
     55              add_options_page('301 Bulk Redirects', '301 Bulk Redirects', 'manage_options', '301bulkoptions', array($this,'bulk_options_page'));
    5656            }
    5757           
     
    114114                    'text/csv',
    115115                    'text/x-csv',
     116                    'text/plain',
    116117                    'text/comma-separated-values'
    117118                );
Note: See TracChangeset for help on using the changeset viewer.