Changeset 992408
- Timestamp:
- 09/18/2014 08:14:22 AM (11 years ago)
- Location:
- simple-301-redirects-addon-bulk-uploader
- Files:
-
- 6 added
- 2 edited
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
tags/1.0.12 (added)
-
tags/1.0.12/301-example.csv (added)
-
tags/1.0.12/readme.txt (added)
-
tags/1.0.12/simple-301-bulk-uploader.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/simple-301-bulk-uploader.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-301-redirects-addon-bulk-uploader/trunk/readme.txt
r926774 r992408 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.9.1 7 Stable tag: 1.0.1 17 Stable tag: 1.0.12 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 69 69 == Changelog == 70 70 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 71 76 = 1.0.11 = 72 77 * Addition of another mime type … … 108 113 == Upgrade Notice == 109 114 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 110 120 = 1.0.11 = 111 121 * Addition of another mime type -
simple-301-redirects-addon-bulk-uploader/trunk/simple-301-bulk-uploader.php
r926776 r992408 4 4 Plugin URI: http://kingpro.me/plugins/support-plugins/simple-301-redirects-addon-bulk-csv-uploader 5 5 Description: Adds the ability to upload a CSV to populate the Simple 301 Redirects plugin 6 Version: 1.0.1 16 Version: 1.0.12 7 7 Author: Ash Durham 8 8 Author URI: http://durham.net.au/ … … 53 53 function create_bulk_menu() 54 54 { 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')); 56 56 } 57 57 … … 114 114 'text/csv', 115 115 'text/x-csv', 116 'text/plain', 116 117 'text/comma-separated-values' 117 118 );
Note: See TracChangeset
for help on using the changeset viewer.