Plugin Directory

Changeset 3161023


Ignore:
Timestamp:
10/01/2024 04:37:37 PM (18 months ago)
Author:
blobfolio
Message:

release: 1.3.21

Location:
blob-mimes/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • blob-mimes/trunk/index.php

    r3103703 r3161023  
    77 *
    88 * @package blob-mimes
    9  * @version 1.3.20
     9 * @version 1.3.21
    1010 *
    1111 * @see {https://core.trac.wordpress.org/ticket/39963}
     
    1818 * Plugin URI: https://wordpress.org/plugins/blob-mimes/
    1919 * Description: This plugin expands file-related security during the upload process.
    20  * Version: 1.3.20
     20 * Version: 1.3.21
    2121 * Text Domain: blob-mimes
    2222 * Domain Path: /languages/
  • blob-mimes/trunk/lib/blobfolio/wp/bm/mime/aliases.php

    r3103703 r3161023  
    12991299            'application/x-cpio',
    13001300        ),
     1301        'cpj'=>array(
     1302            'application/vnd.xarin.cpj',
     1303        ),
    13011304        'cpkg'=>array(
    13021305            'application/vnd.xmpie.cpkg',
     
    38143817            'application/xml',
    38153818        ),
     3819        'kmp'=>array(
     3820            'application/vnd.keyman.kmp+zip',
     3821        ),
     3822        'kmx'=>array(
     3823            'application/vnd.keyman.kmx',
     3824        ),
    38163825        'kmz'=>array(
    38173826            'application/vnd.google-earth.kmz',
     
    42664275        'mathml'=>array(
    42674276            'application/mathml+xml',
     4277        ),
     4278        'mayf'=>array(
     4279            'application/prs.mayfile',
    42684280        ),
    42694281        'mb'=>array(
     
    82678279            'text/x-vbscript',
    82688280        ),
     8281        'vc'=>array(
     8282            'application/vc',
     8283        ),
    82698284        'vcard'=>array(
    82708285            'text/vcard',
     
    82778292        ),
    82788293        'vcf'=>array(
     8294            'text/vnd.vcf',
     8295            'text/directory',
     8296            'text/plain',
     8297            'text/vcard',
    82798298            'text/x-vcard',
    8280             'text/directory',
    8281             'text/plain',
    8282             'text/vcard',
    82838299        ),
    82848300        'vcfbz2'=>array(
     
    84098425        'vox'=>array(
    84108426            'application/x-authorware-bin',
     8427        ),
     8428        'vp'=>array(
     8429            'application/vp',
    84118430        ),
    84128431        'vpc'=>array(
     
    99709989        'kino'=>16,
    99719990        'kml'=>16,
     9991        'kmp'=>32,
    99729992        'kmz'=>32,
    99739993        'ksy'=>8,
  • blob-mimes/trunk/readme.txt

    r3119485 r3161023  
    8181== Changelog ==
    8282
     83= 1.3.21 =
     84* [Misc] Update MIME database.
     85
    8386= 1.3.20 =
    8487* [Misc] Update MIME database.
     
    9396* [Misc] Update MIME database.
    9497
    95 = 1.3.16 =
    96 * [Fix] Add workaround for MS Project files.
     98== Upgrade Notice ==
    9799
    98 == Upgrade Notice ==
     100= 1.3.21 =
     101This release updates the MIME database.
    99102
    100103= 1.3.20 =
     
    109112= 1.3.17 =
    110113This release updates the MIME database.
    111 
    112 = 1.3.16 =
    113 This release adds a workaround for MS Project files.
Note: See TracChangeset for help on using the changeset viewer.