Changeset 892719
- Timestamp:
- 04/14/2014 07:46:46 AM (12 years ago)
- Location:
- simple-301-redirects-addon-bulk-uploader
- Files:
-
- 4 added
- 2 edited
-
tags/1.0.9 (added)
-
tags/1.0.9/301-example.csv (added)
-
tags/1.0.9/readme.txt (added)
-
tags/1.0.9/simple-301-bulk-uploader.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/simple-301-bulk-uploader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-301-redirects-addon-bulk-uploader/trunk/readme.txt
r859972 r892719 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.8.1 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 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.9 = 72 * Update to deprecated user levels to the matching role 73 71 74 = 1.0.8 = 72 75 * Added ability to delete 301 redirect list … … 98 101 == Upgrade Notice == 99 102 103 = 1.0.9 = 104 * Update to deprecated user levels to the matching role 105 100 106 = 1.0.8 = 101 107 * Added ability to delete 301 redirects list -
simple-301-redirects-addon-bulk-uploader/trunk/simple-301-bulk-uploader.php
r859972 r892719 53 53 function create_bulk_menu() 54 54 { 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')); 56 56 } 57 57
Note: See TracChangeset
for help on using the changeset viewer.