Changeset 3085990
- Timestamp:
- 05/13/2024 04:27:31 PM (22 months ago)
- Location:
- cits-support-svg-webp-media-upload
- Files:
-
- 1 added
- 6 edited
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (modified) (previous)
-
assets/icon-256x256.png (modified) (previous)
-
assets/icon.svg (added)
-
trunk/init.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cits-support-svg-webp-media-upload/trunk/init.php
r3005674 r3085990 1 1 <?php 2 2 /* 3 Plugin Name: CITS Support svg, webpMedia and TTF,OTF File Upload3 Plugin Name: CITS Support SVG, WEBP, ICO Media and TTF,OTF File Upload 4 4 Plugin URI: https://coderitsolution.com 5 Author: Ashik 5 Author: Ashikur 6 6 Author URI: https://ashik.me 7 Description: En hance your WordPress media capabilities with "Active the Plugin and Enjoy." This plugin extends your media library to support not only SVG and WebP images but also TTF, OTF, EOT, and WOFF font files. Safety is our top priority; that's why we've included an SVG sanitization feature to keep your site secure while you enjoy broader media upload options. Take control of your media and start uploading without errors today!8 Tags: svg support, safe svg, webp support, support webp, cits support svg, cits support webp, CITS Support svg, webp media upload, font file upload support, ttf upload, otf upload, eot upload, woff upload.9 Version: 4. 07 Description: Enable Securely upload SVG, WEBP, ICO, TTF, OTF files and automatically sanitize media files to protect your website from XML/SVG vulnerabilities. 8 Tags: svg support, safe svg, webp support, ico support, favicon support, support webp, cits support svg, cits support webp, CITS Support svg, webp media upload, font file upload support, ttf upload, otf upload, eot upload, woff upload. 9 Version: 4.1 10 10 Requires at least: 5.0 11 Tested up to: 6. 4.111 Tested up to: 6.5.3 12 12 Requires PHP version: 7.0 13 13 License: GPL2 … … 29 29 $cits_mimes['svg'] = 'image/svg+xml'; 30 30 $cits_mimes['svgz'] = 'image/svg+xml'; 31 $cits_mimes['ico'] = 'image/x-icon'; 31 32 $cits_mimes['ttf'] = 'application/x-font-ttf'; 32 33 $cits_mimes['otf'] = 'application/x-font-otf'; -
cits-support-svg-webp-media-upload/trunk/readme.txt
r3005674 r3085990 1 === CITS Support svg, webpMedia and TTF,OTF File Upload ===1 === CITS Support SVG, WEBP, ICO Media and TTF,OTF File Upload === 2 2 Contributors: ashikcse 3 Tags: svg support, safe svg, webp support, support webp, cits support svg, cits support webp, CITS Support svg, webp media upload, font file upload support, ttf upload, otf upload, eot upload, woff upload.3 Tags: svg support, ico support, favicon support, safe svg, webp support, support webp, cits support svg, cits support webp, CITS Support svg, webp media upload, font file upload support, ttf upload, otf upload, eot upload, woff upload. 4 4 Requires at least: 5.0 5 Stable tag: 1.0.06 Tested up to: 6. 4.15 Stable tag: 4.1 6 Tested up to: 6.5.3 7 7 Requires PHP: 7.0 8 Version: 4. 08 Version: 4.1 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 WordPress doesn't allow the .svg,.webp format for media upload and .ttf,.otf fonts files upload gives an error. Active the Plugin and Enjoy. uploads your Svg, Webp Images, TTF, OTF fonts file Safely without Erros.12 Enable Securely upload SVG, WEBP, ICO, TTF, OTF files and automatically sanitize media files to protect your website from XML/SVG vulnerabilities. 13 13 14 14 == Description == 15 15 16 Enhance your WordPress media capabilities with "Active the Plugin and Enjoy." This plugin extends your media library to support not only SVG and WebP images but also TTF, OTF, EOT, and WOFF font files. Safety is our top priority; that's why we've included an SVG sanitization feature to keep your site secure while you enjoy broader media upload options. Take control of your media and start uploading without errors today!16 Enhance your WordPress media capabilities with "Active the Plugin and Enjoy." This plugin extends your media library to support not only SVG, ICON and WebP images but also TTF, OTF, EOT, and WOFF font files. Safety is our top priority; that's why we've included an SVG sanitization feature to keep your site secure while you enjoy broader media upload options. Take control of your media and start uploading without errors today! 17 17 18 18 * New Update 2.0 … … 20 20 * New Update 3.0 21 21 * SVG Sanitize - keep secure your website 22 * ICO Media support 22 23 23 24 == Installation == … … 25 26 1. Login in your WordPress admin panel. 26 27 2. Navigate to Plugins => Add New from left menu bar. 27 3. Now search "CITS Support svg, webp MediaUpload" in search box.28 3. Now search "CITS Support SVG, WEBP, ICO Media and TTF,OTF File Upload" in search box. 28 29 4. Click on Install Now button 29 30 5. Then activate the plugin. 30 6. Now you are ready to upload svg, webp images and ttf,otf etc fonts files.31 6. Now you are ready to upload svg, webp, icon images and ttf,otf etc fonts files.
Note: See TracChangeset
for help on using the changeset viewer.