Simple 301 Redirects – Addon – Bulk Uploader - Version 1.0.13

Version Description

  • Added mime type "application/ms-excel"
  • Added mime type "application/x-excel"
Download this release

Release Info

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

Code changes from version 1.0.12 to 1.0.13

Files changed (2) hide show
  1. readme.txt +10 -2
  2. simple-301-bulk-uploader.php +4 -2
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: ashdurham
3
  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.0
7
- Stable tag: 1.0.12
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -68,6 +68,10 @@ Have a question thats not listed? Get support either on the support forums here
68
 
69
  == Changelog ==
70
 
 
 
 
 
71
  = 1.0.12 =
72
  * Updated permissions to match that of the parent plugin
73
  * Another mime type added
@@ -112,6 +116,10 @@ Have a question thats not listed? Get support either on the support forums here
112
 
113
  == Upgrade Notice ==
114
 
 
 
 
 
115
  = 1.0.12 =
116
  * Updated permissions to match that of the parent plugin
117
  * Another mime type added
3
  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
 
69
  == Changelog ==
70
 
71
+ = 1.0.13 =
72
+ * Added mime type "application/ms-excel"
73
+ * Added mime type "application/x-excel"
74
+
75
  = 1.0.12 =
76
  * Updated permissions to match that of the parent plugin
77
  * Another mime type added
116
 
117
  == Upgrade Notice ==
118
 
119
+ = 1.0.13 =
120
+ * Added mime type "application/ms-excel"
121
+ * Added mime type "application/x-excel"
122
+
123
  = 1.0.12 =
124
  * Updated permissions to match that of the parent plugin
125
  * Another mime type added
simple-301-bulk-uploader.php CHANGED
@@ -3,12 +3,12 @@
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.12
7
  Author: Ash Durham
8
  Author URI: http://durham.net.au/
9
  License: GPL2
10
 
11
- Copyright 2013 Ash Durham (email : plugins@kingpro.me)
12
 
13
  This program is free software; you can redistribute it and/or modify
14
  it under the terms of the GNU General Public License, version 2, as
@@ -104,6 +104,8 @@ if (!class_exists("Bulk301Uploader")) {
104
  $mime_types = array(
105
  'application/csv',
106
  'application/excel',
 
 
107
  'application/vnd.ms-excel',
108
  'application/vnd.msexcel',
109
  'application/octet-stream',
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
10
 
11
+ Copyright 2016 Ash Durham (email : plugins@kingpro.me)
12
 
13
  This program is free software; you can redistribute it and/or modify
14
  it under the terms of the GNU General Public License, version 2, as
104
  $mime_types = array(
105
  'application/csv',
106
  'application/excel',
107
+ 'application/ms-excel',
108
+ 'application/x-excel',
109
  'application/vnd.ms-excel',
110
  'application/vnd.msexcel',
111
  'application/octet-stream',