Changeset 1387932
- Timestamp:
- 04/06/2016 07:53:36 AM (10 years ago)
- Location:
- simple-301-redirects-addon-bulk-uploader
- Files:
-
- 4 added
- 2 edited
-
tags/1.0.13 (added)
-
tags/1.0.13/301-example.csv (added)
-
tags/1.0.13/readme.txt (added)
-
tags/1.0.13/simple-301-bulk-uploader.php (added)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/simple-301-bulk-uploader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-301-redirects-addon-bulk-uploader/trunk/readme.txt
r992410 r1387932 4 4 Tags: simple 301 redirects, bulk upload, csv, 301, redirects 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 07 Stable tag: 1.0.1 26 Tested up to: 4.4.2 7 Stable tag: 1.0.13 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.13 = 72 * Added mime type "application/ms-excel" 73 71 74 = 1.0.12 = 72 75 * Updated permissions to match that of the parent plugin … … 113 116 == Upgrade Notice == 114 117 118 = 1.0.13 = 119 * Added mime type "application/ms-excel" 120 115 121 = 1.0.12 = 116 122 * Updated permissions to match that of the parent plugin -
simple-301-redirects-addon-bulk-uploader/trunk/simple-301-bulk-uploader.php
r992408 r1387932 4 4 Plugin URI: http://kingpro.me/plugins/support-plugins/simple-301-redirects-addon-bulk-csv-uploader 5 5 Description: Adds the ability to upload a CSV to populate the Simple 301 Redirects plugin 6 Version: 1.0.1 26 Version: 1.0.13 7 7 Author: Ash Durham 8 8 Author URI: http://durham.net.au/ 9 9 License: GPL2 10 10 11 Copyright 201 3Ash Durham (email : plugins@kingpro.me)11 Copyright 2016 Ash Durham (email : plugins@kingpro.me) 12 12 13 13 This program is free software; you can redistribute it and/or modify … … 105 105 'application/csv', 106 106 'application/excel', 107 'application/ms-excel', 107 108 'application/vnd.ms-excel', 108 109 'application/vnd.msexcel',
Note: See TracChangeset
for help on using the changeset viewer.