Plugin Directory

Changeset 1387932


Ignore:
Timestamp:
04/06/2016 07:53:36 AM (10 years ago)
Author:
ashdurham
Message:

Version 1.0.13

Location:
simple-301-redirects-addon-bulk-uploader
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • simple-301-redirects-addon-bulk-uploader/trunk/readme.txt

    r992410 r1387932  
    44Tags: simple 301 redirects, bulk upload, csv, 301, redirects
    55Requires at least: 3.0.1
    6 Tested up to: 4.0
    7 Stable tag: 1.0.12
     6Tested up to: 4.4.2
     7Stable tag: 1.0.13
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.0.13 =
     72* Added mime type "application/ms-excel"
     73
    7174= 1.0.12 =
    7275* Updated permissions to match that of the parent plugin
     
    113116== Upgrade Notice ==
    114117
     118= 1.0.13 =
     119* Added mime type "application/ms-excel"
     120
    115121= 1.0.12 =
    116122* Updated permissions to match that of the parent plugin
  • simple-301-redirects-addon-bulk-uploader/trunk/simple-301-bulk-uploader.php

    r992408 r1387932  
    44    Plugin URI: http://kingpro.me/plugins/support-plugins/simple-301-redirects-addon-bulk-csv-uploader
    55    Description: Adds the ability to upload a CSV to populate the Simple 301 Redirects plugin
    6     Version: 1.0.12
     6    Version: 1.0.13
    77    Author: Ash Durham
    88    Author URI: http://durham.net.au/
    99    License: GPL2
    1010
    11     Copyright 2013  Ash Durham  (email : plugins@kingpro.me)
     11    Copyright 2016  Ash Durham  (email : plugins@kingpro.me)
    1212
    1313    This program is free software; you can redistribute it and/or modify
     
    105105                    'application/csv',
    106106                    'application/excel',
     107                    'application/ms-excel',
    107108                    'application/vnd.ms-excel',
    108109                    'application/vnd.msexcel',
Note: See TracChangeset for help on using the changeset viewer.