Simple 301 Redirects – Addon – Bulk Uploader - Version 1.0.14

Version Description

  • Added mime type "plain/text"
Download this release

Release Info

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

Code changes from version 1.0.13 to 1.0.14

Files changed (2) hide show
  1. readme.txt +7 -1
  2. simple-301-bulk-uploader.php +2 -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: 4.4.2
7
- Stable tag: 1.0.13
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.13 =
72
  * Added mime type "application/ms-excel"
73
  * Added mime type "application/x-excel"
@@ -116,6 +119,9 @@ Have a question thats not listed? Get support either on the support forums here
116
 
117
  == Upgrade Notice ==
118
 
 
 
 
119
  = 1.0.13 =
120
  * Added mime type "application/ms-excel"
121
  * Added mime type "application/x-excel"
4
  Tags: simple 301 redirects, bulk upload, csv, 301, redirects
5
  Requires at least: 3.0.1
6
  Tested up to: 4.4.2
7
+ Stable tag: 1.0.14
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
68
 
69
  == Changelog ==
70
 
71
+ = 1.0.14 =
72
+ * Added mime type "plain/text"
73
+
74
  = 1.0.13 =
75
  * Added mime type "application/ms-excel"
76
  * Added mime type "application/x-excel"
119
 
120
  == Upgrade Notice ==
121
 
122
+ = 1.0.14 =
123
+ * Added mime type "plain/text"
124
+
125
  = 1.0.13 =
126
  * Added mime type "application/ms-excel"
127
  * Added mime type "application/x-excel"
simple-301-bulk-uploader.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Simple 301 Redirects - Addon - Bulk CSV Uploader
4
  Plugin URI: http://kingpro.me/plugins/support-plugins/simple-301-redirects-addon-bulk-csv-uploader
5
  Description: Adds the ability to upload a CSV to populate the Simple 301 Redirects plugin
6
- Version: 1.0.13
7
  Author: Ash Durham
8
  Author URI: http://durham.net.au/
9
  License: GPL2
@@ -112,6 +112,7 @@ if (!class_exists("Bulk301Uploader")) {
112
  'application/data',
113
  'application/x-csv',
114
  'application/txt',
 
115
  'text/anytext',
116
  'text/csv',
117
  'text/x-csv',
3
  Plugin Name: Simple 301 Redirects - Addon - Bulk CSV Uploader
4
  Plugin URI: http://kingpro.me/plugins/support-plugins/simple-301-redirects-addon-bulk-csv-uploader
5
  Description: Adds the ability to upload a CSV to populate the Simple 301 Redirects plugin
6
+ Version: 1.0.14
7
  Author: Ash Durham
8
  Author URI: http://durham.net.au/
9
  License: GPL2
112
  'application/data',
113
  'application/x-csv',
114
  'application/txt',
115
+ 'plain/text',
116
  'text/anytext',
117
  'text/csv',
118
  'text/x-csv',