Changeset 3216759
- Timestamp:
- 01/04/2025 05:56:18 AM (4 months ago)
- Location:
- blob-mimes/trunk
- Files:
- 3 edited
- index.php (modified) (2 diffs)
- lib/blobfolio/wp/bm/mime/aliases.php (modified) (26 diffs)
- readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
blob-mimes/trunk/index.php
r3161023 r3216759 7 7 * 8 8 * @package blob-mimes 9 * @version 1. 3.219 * @version 1.4.0 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.2120 * Version: 1.4.0 21 21 * Text Domain: blob-mimes 22 22 * Domain Path: /languages/ blob-mimes/trunk/lib/blobfolio/wp/bm/mime/aliases.php
r3161023 r3216759 14 14 * @author Apache 15 15 * @source {https://raw.usercontent.com/apache/httpd/trunk/docs/conf/mime.types} 16 * @copyright 202 4The Apache Software Foundation16 * @copyright 2025 The Apache Software Foundation 17 17 * @license https://www.apache.org/licenses/LICENSE-2.0 Apache 18 18 * 19 19 * @author Blobfolio 20 20 * @source {https://.com/Blobfolio/righteous-mimes} 21 * @copyright 202 4Blobfolio, LLC21 * @copyright 2025 Blobfolio, LLC 22 22 * @license http://www.wtfpl.net/ WTFPL 23 23 * 24 24 * @author Drupal 25 25 * @source {https://raw.usercontent.com/drupal/drupal/8.8.x/core/lib/Drupal/Core/File/MimeType/ExtensionMimeTypeGuesser.php} 26 * @copyright 202 4Drupal26 * @copyright 2025 Drupal 27 27 * @license https://www.drupal.org/about/licensing GPL 28 28 * 29 29 * @author FreeDesktop.org 30 30 * @source {https://cgit.freedesktop.org/xdg/shared-mime-info/plain/freedesktop.org.xml.in} 31 * @copyright 202 4FreeDesktop.org31 * @copyright 2025 FreeDesktop.org 32 32 * @license https://opensource.org/licenses/MIT MIT 33 33 * 34 34 * @author IANA 35 35 * @source {https://www.iana.org/assignments/media-types} 36 * @copyright 202 4IETF Trust36 * @copyright 2025 IETF Trust 37 37 * @license https://www.rfc-editor.org/copyright/ rfc-copyright-story 38 38 * 39 39 * @author Nginx 40 40 * @source {http://hg.nginx.org/nginx/raw-file/default/conf/mime.types} 41 * @copyright 202 4Nginx includes_url41 * @copyright 2025 Nginx includes_url 42 42 * @license https://opensource.org/licenses/BSD-2-Clause BSD 43 43 * 44 44 * @author Tika 45 45 * @source {https://raw.usercontent.com/apache/tika/master/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml} 46 * @copyright 202 4The Apache Software Foundation46 * @copyright 2025 The Apache Software Foundation 47 47 * @license https://www.apache.org/licenses/LICENSE-2.0 Apache 48 48 * 49 49 * @author WordPress 50 50 * @source {https://raw.usercontent.com/WordPress/WordPress/master/wp-includes/functions.php} 51 * @copyright 202 4Automattic51 * @copyright 2025 Automattic 52 52 * @license https://wordpress.org/about/license/ GPLv2 53 53 */ … … 84 84 'zz-application/zz-winassoc-123', 85 85 ), 86 '19051'=>array(87 'application/vnd.ieee.1905',88 ),89 86 '1clr'=>array( 90 87 'application/clr', … … 99 96 '323'=>array( 100 97 'text/h323', 98 ), 99 '19051'=>array( 100 'application/vnd.ieee.1905', 101 101 ), 102 102 '32x'=>array( … … 1511 1511 'dataless'=>array( 1512 1512 'application/vnd.fdsn.seed', 1513 'application/vnd.fdsn.mseed',1514 1513 ), 1515 1514 'davmount'=>array( … … 1544 1543 'dcm'=>array( 1545 1544 'application/dicom', 1545 ), 1546 'dcmp'=>array( 1547 'application/vnd.dcmp+xml', 1546 1548 ), 1547 1549 'dcr'=>array( … … 1856 1858 'dsp'=>array( 1857 1859 'text/plain', 1860 ), 1861 'dspx'=>array( 1862 'application/vnd.openvpi.dspx+json', 1858 1863 ), 1859 1864 'dssc'=>array( … … 2650 2655 'application/vnd.geogebra.file', 2651 2656 ), 2657 'ggp'=>array( 2658 'application/vnd.geogebra.pinboard', 2659 ), 2652 2660 'ggs'=>array( 2653 2661 'application/vnd.geogebra.slides', … … 2947 2955 'image/heif-sequence', 2948 2956 'image/hevc', 2957 ), 2958 'heics'=>array( 2959 'image/heic-sequence', 2949 2960 ), 2950 2961 'heif'=>array( … … 3427 3438 'text/vnd.sun.j2me.app-descriptor', 3428 3439 'text/plain', 3440 ), 3441 'jaii'=>array( 3442 'image/jaii', 3443 ), 3444 'jais'=>array( 3445 'image/jais', 3429 3446 ), 3430 3447 'jam'=>array( … … 3765 3782 'text/plain', 3766 3783 ), 3784 'kdl'=>array( 3785 'application/vnd.kdl', 3786 ), 3767 3787 'kexi'=>array( 3768 3788 'application/x-kexiproject-sqlite2', … … 4846 4866 'application/zip', 4847 4867 ), 4848 'ms d'=>array(4868 'mseed'=>array( 4849 4869 'application/vnd.fdsn.mseed', 4850 4870 ), 4851 'mseed '=>array(4871 'mseed3'=>array( 4852 4872 'application/vnd.fdsn.mseed', 4853 4873 ), … … 5072 5092 'nix'=>array( 5073 5093 'text/x-nix', 5094 'text/plain', 5095 ), 5096 'nlogo'=>array( 5074 5097 'text/plain', 5075 5098 ), … … 5676 5699 'application/x-font-type1', 5677 5700 'application/x-font-printer-metric', 5701 'image/x-pfm', 5678 5702 ), 5679 5703 'pfr'=>array( … … 6099 6123 'image/x-raw-logitech', 6100 6124 ), 6125 'pxr'=>array( 6126 'image/x-pxr', 6127 ), 6101 6128 'py'=>array( 6102 6129 'text/x-python', … … 6797 6824 ), 6798 6825 'sct'=>array( 6826 'image/x-sct', 6799 6827 'text/scriptlet', 6800 6828 ), … … 6876 6904 'seed'=>array( 6877 6905 'application/vnd.fdsn.seed', 6878 'application/vnd.fdsn.mseed',6879 6906 ), 6880 6907 'sem'=>array( … … 7105 7132 'application/vnd.koan', 7106 7133 'application/x-koan', 7134 ), 7135 'sketch'=>array( 7136 'application/vnd.sketchometry', 7137 ), 7138 'sketcho'=>array( 7139 'application/vnd.sketchometry', 7107 7140 ), 7108 7141 'skm'=>array( … … 8064 8097 'application/x-uc2-compressed', 8065 8098 ), 8099 'uccs'=>array( 8100 'application/uccs+cbor', 8101 ), 8066 8102 'udeb'=>array( 8067 8103 'application/vnd.debian.binary-package', … … 8088 8124 'text/x-uil', 8089 8125 'text/plain', 8126 ), 8127 'ujcs'=>array( 8128 'application/ujcs+json', 8090 8129 ), 8091 8130 'uls'=>array( … … 8470 8509 'vsl'=>array( 8471 8510 'text/plain', 8511 ), 8512 'vsp4'=>array( 8513 'application/vnd.vocalshaper.vsp4', 8472 8514 ), 8473 8515 'vss'=>array( … … 8888 8930 'wz'=>array( 8889 8931 'application/x-wingz', 8932 ), 8933 'x-wav'=>array( 8934 'audio/wav', 8890 8935 ), 8891 8936 'x32'=>array( … … 9271 9316 'application/vnd.eprints.data+xml', 9272 9317 'application/vnd.etsi.pstn+xml', 9318 'application/vnd.fdsn.stationxml+xml', 9273 9319 'application/vnd.fujifilm.fb.jfi+xml', 9274 9320 'application/vnd.gentoo.catmetadata+xml', … … 9786 9832 'dbk'=>16, 9787 9833 'dcl'=>8, 9834 'dcmp'=>16, 9788 9835 'dcurl'=>8, 9789 9836 'dd2'=>16, … … 9817 9864 'dsl'=>8, 9818 9865 'dsp'=>8, 9866 'dspx'=>2, 9819 9867 'dsw'=>8, 9820 9868 'dtb'=>24, … … 10102 10150 'nims'=>8, 10103 10151 'nix'=>8, 10152 'nlogo'=>8, 10104 10153 'not'=>8, 10105 10154 'notebook'=>32, … … 10375 10424 'ui'=>16, 10376 10425 'uil'=>8, 10426 'ujcs'=>2, 10377 10427 'uls'=>8, 10378 10428 'uo'=>16, blob-mimes/trunk/readme.txt
r3186884 r3216759 5 5 Requires at least: 5.2 6 6 Tested up to: 6.7 7 Requires PHP: 7. 37 Requires PHP: 7.4 8 8 Stable tag: trunk 9 9 License: WTFPL … … 30 30 31 31 * WordPress 5.2 or later. 32 * PHP 7. 3or later.32 * PHP 7.4 or later. 33 33 * `dom` PHP extension. 34 34 * `fileinfo` PHP extension. … … 81 81 == Changelog == 82 82 83 = 1.4.0 = 84 * [Misc] Update MIME database. 85 83 86 = 1.3.21 = 84 87 * [Misc] Update MIME database. … … 93 96 * [Misc] Update MIME database. 94 97 95 = 1.3.17 = 96 * [Misc] Update MIME database. 98 == Upgrade Notice == 97 99 98 == Upgrade Notice == 100 = 1.4.0 = 101 This release updates the MIME database. 99 102 100 103 = 1.3.21 = … … 109 112 = 1.3.18 = 110 113 This release updates the MIME database. 111 112 = 1.3.17 =113 This release updates the MIME database.
Note: See TracChangeset for help on using the changeset viewer.