Simple 301 Redirects – Addon – Bulk Uploader - Version 1.0.10

Version Description

  • Addition of another mime type found in Firefox
Download this release

Release Info

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

Code changes from version 1.0.9 to 1.0.10

Files changed (2) hide show
  1. readme.txt +7 -1
  2. simple-301-bulk-uploader.php +1 -0
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.9
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.9 =
72
  * Update to deprecated user levels to the matching role
73
 
@@ -100,6 +103,9 @@ Have a question thats not listed? Get support either on the support forums here
100
 
101
  == Upgrade Notice ==
102
 
 
 
 
103
  = 1.0.9 =
104
  * Update to deprecated user levels to the matching role
105
 
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.10
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
68
 
69
  == Changelog ==
70
 
71
+ = 1.0.10 =
72
+ * Addition of another mime type found in Firefox
73
+
74
  = 1.0.9 =
75
  * Update to deprecated user levels to the matching role
76
 
103
 
104
  == Upgrade Notice ==
105
 
106
+ = 1.0.10 =
107
+ * Addition of another mime type found in Firefox
108
+
109
  = 1.0.9 =
110
  * Update to deprecated user levels to the matching role
111
 
simple-301-bulk-uploader.php CHANGED
@@ -108,6 +108,7 @@ if (!class_exists("Bulk301Uploader")) {
108
  'application/vnd.msexcel',
109
  'application/octet-stream',
110
  'application/data',
 
111
  'text/anytext',
112
  'text/csv',
113
  'text/x-csv',
108
  'application/vnd.msexcel',
109
  'application/octet-stream',
110
  'application/data',
111
+ 'application/txt',
112
  'text/anytext',
113
  'text/csv',
114
  'text/x-csv',