Simple 301 Redirects – Addon – Bulk Uploader - Version 1.0.9

Version Description

  • Update to deprecated user levels to the matching role
Download this release

Release Info

Developer ashdurham
Plugin Icon 128x128 Simple 301 Redirects – Addon – Bulk Uploader
Version 1.0.9
Comparing to
See all releases

Code changes from version 1.0.8 to 1.0.9

Files changed (2) hide show
  1. readme.txt +7 -1
  2. simple-301-bulk-uploader.php +1 -1
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://durham.net.au/donate/
4
  Tags: simple 301 redirects, bulk upload, csv, 301, redirects
5
  Requires at least: 3.0.1
6
  Tested up to: 3.8.1
7
- Stable tag: 1.0.8
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -68,6 +68,9 @@ Have a question thats not listed? Get support either on the support forums here
68
 
69
  == Changelog ==
70
 
 
 
 
71
  = 1.0.8 =
72
  * Added ability to delete 301 redirect list
73
 
@@ -97,6 +100,9 @@ Have a question thats not listed? Get support either on the support forums here
97
 
98
  == Upgrade Notice ==
99
 
 
 
 
100
  = 1.0.8 =
101
  * Added ability to delete 301 redirects list
102
 
4
  Tags: simple 301 redirects, bulk upload, csv, 301, redirects
5
  Requires at least: 3.0.1
6
  Tested up to: 3.8.1
7
+ Stable tag: 1.0.9
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
68
 
69
  == Changelog ==
70
 
71
+ = 1.0.9 =
72
+ * Update to deprecated user levels to the matching role
73
+
74
  = 1.0.8 =
75
  * Added ability to delete 301 redirect list
76
 
100
 
101
  == Upgrade Notice ==
102
 
103
+ = 1.0.9 =
104
+ * Update to deprecated user levels to the matching role
105
+
106
  = 1.0.8 =
107
  * Added ability to delete 301 redirects list
108
 
simple-301-bulk-uploader.php CHANGED
@@ -52,7 +52,7 @@ if (!class_exists("Bulk301Uploader")) {
52
  */
53
  function create_bulk_menu()
54
  {
55
- add_options_page('301 Bulk Redirects', '301 Bulk Redirects', 10, '301bulkoptions', array($this,'bulk_options_page'));
56
  }
57
 
58
  /*
52
  */
53
  function create_bulk_menu()
54
  {
55
+ add_options_page('301 Bulk Redirects', '301 Bulk Redirects', 'administrator', '301bulkoptions', array($this,'bulk_options_page'));
56
  }
57
 
58
  /*