Changeset 3161023
- Timestamp:
- 10/01/2024 04:37:37 PM (18 months ago)
- Location:
- blob-mimes/trunk
- Files:
-
- 3 edited
-
index.php (modified) (2 diffs)
-
lib/blobfolio/wp/bm/mime/aliases.php (modified) (7 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blob-mimes/trunk/index.php
r3103703 r3161023 7 7 * 8 8 * @package blob-mimes 9 * @version 1.3.2 09 * @version 1.3.21 10 10 * 11 11 * @see {https://core.trac.wordpress.org/ticket/39963} … … 18 18 * Plugin URI: https://wordpress.org/plugins/blob-mimes/ 19 19 * Description: This plugin expands file-related security during the upload process. 20 * Version: 1.3.2 020 * Version: 1.3.21 21 21 * Text Domain: blob-mimes 22 22 * Domain Path: /languages/ -
blob-mimes/trunk/lib/blobfolio/wp/bm/mime/aliases.php
r3103703 r3161023 1299 1299 'application/x-cpio', 1300 1300 ), 1301 'cpj'=>array( 1302 'application/vnd.xarin.cpj', 1303 ), 1301 1304 'cpkg'=>array( 1302 1305 'application/vnd.xmpie.cpkg', … … 3814 3817 'application/xml', 3815 3818 ), 3819 'kmp'=>array( 3820 'application/vnd.keyman.kmp+zip', 3821 ), 3822 'kmx'=>array( 3823 'application/vnd.keyman.kmx', 3824 ), 3816 3825 'kmz'=>array( 3817 3826 'application/vnd.google-earth.kmz', … … 4266 4275 'mathml'=>array( 4267 4276 'application/mathml+xml', 4277 ), 4278 'mayf'=>array( 4279 'application/prs.mayfile', 4268 4280 ), 4269 4281 'mb'=>array( … … 8267 8279 'text/x-vbscript', 8268 8280 ), 8281 'vc'=>array( 8282 'application/vc', 8283 ), 8269 8284 'vcard'=>array( 8270 8285 'text/vcard', … … 8277 8292 ), 8278 8293 'vcf'=>array( 8294 'text/vnd.vcf', 8295 'text/directory', 8296 'text/plain', 8297 'text/vcard', 8279 8298 'text/x-vcard', 8280 'text/directory',8281 'text/plain',8282 'text/vcard',8283 8299 ), 8284 8300 'vcfbz2'=>array( … … 8409 8425 'vox'=>array( 8410 8426 'application/x-authorware-bin', 8427 ), 8428 'vp'=>array( 8429 'application/vp', 8411 8430 ), 8412 8431 'vpc'=>array( … … 9970 9989 'kino'=>16, 9971 9990 'kml'=>16, 9991 'kmp'=>32, 9972 9992 'kmz'=>32, 9973 9993 'ksy'=>8, -
blob-mimes/trunk/readme.txt
r3119485 r3161023 81 81 == Changelog == 82 82 83 = 1.3.21 = 84 * [Misc] Update MIME database. 85 83 86 = 1.3.20 = 84 87 * [Misc] Update MIME database. … … 93 96 * [Misc] Update MIME database. 94 97 95 = 1.3.16 = 96 * [Fix] Add workaround for MS Project files. 98 == Upgrade Notice == 97 99 98 == Upgrade Notice == 100 = 1.3.21 = 101 This release updates the MIME database. 99 102 100 103 = 1.3.20 = … … 109 112 = 1.3.17 = 110 113 This 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.