Plugin Directory

Changeset 1388165


Ignore:
Timestamp:
04/06/2016 12:23:28 PM (10 years ago)
Author:
ashdurham
Message:

Version 1.0.14

Location:
simple-301-redirects-addon-bulk-uploader
Files:
1 added
2 edited
3 copied

Legend:

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

    r1388155 r1388165  
    55Requires at least: 3.0.1
    66Tested up to: 4.4.2
    7 Stable tag: 1.0.13
     7Stable tag: 1.0.14
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.0.14 =
     72* Added mime type "plain/text"
     73
    7174= 1.0.13 =
    7275* Added mime type "application/ms-excel"
     
    117120== Upgrade Notice ==
    118121
     122= 1.0.14 =
     123* Added mime type "plain/text"
     124
    119125= 1.0.13 =
    120126* Added mime type "application/ms-excel"
  • simple-301-redirects-addon-bulk-uploader/tags/1.0.14/simple-301-bulk-uploader.php

    r1388155 r1388165  
    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.13
     6    Version: 1.0.14
    77    Author: Ash Durham
    88    Author URI: http://durham.net.au/
     
    113113                    'application/x-csv',
    114114                    'application/txt',
     115                    'plain/text',
    115116                    'text/anytext',
    116117                    'text/csv',
  • simple-301-redirects-addon-bulk-uploader/trunk/readme.txt

    r1387941 r1388165  
    55Requires at least: 3.0.1
    66Tested up to: 4.4.2
    7 Stable tag: 1.0.13
     7Stable tag: 1.0.14
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6969== Changelog ==
    7070
     71= 1.0.14 =
     72* Added mime type "plain/text"
     73
    7174= 1.0.13 =
    7275* Added mime type "application/ms-excel"
     
    117120== Upgrade Notice ==
    118121
     122= 1.0.14 =
     123* Added mime type "plain/text"
     124
    119125= 1.0.13 =
    120126* Added mime type "application/ms-excel"
  • simple-301-redirects-addon-bulk-uploader/trunk/simple-301-bulk-uploader.php

    r1387941 r1388165  
    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.13
     6    Version: 1.0.14
    77    Author: Ash Durham
    88    Author URI: http://durham.net.au/
     
    113113                    'application/x-csv',
    114114                    'application/txt',
     115                    'plain/text',
    115116                    'text/anytext',
    116117                    'text/csv',
Note: See TracChangeset for help on using the changeset viewer.