Plugin Directory

Changeset 3085990


Ignore:
Timestamp:
05/13/2024 04:27:31 PM (22 months ago)
Author:
ashikcse
Message:

ICON Support and new images.

Location:
cits-support-svg-webp-media-upload
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • cits-support-svg-webp-media-upload/trunk/init.php

    r3005674 r3085990  
    11<?php
    22/*
    3 Plugin Name: CITS Support svg, webp Media and TTF,OTF File Upload
     3Plugin Name: CITS Support SVG, WEBP, ICO Media and TTF,OTF File Upload
    44Plugin URI: https://coderitsolution.com
    5 Author: Ashik
     5Author: Ashikur
    66Author URI: https://ashik.me
    7 Description:  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!
    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.0
     7Description:  Enable Securely upload SVG, WEBP, ICO, TTF, OTF files and automatically sanitize media files to protect your website from XML/SVG vulnerabilities.
     8Tags: 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.
     9Version: 4.1
    1010Requires at least: 5.0
    11 Tested up to: 6.4.1
     11Tested up to: 6.5.3
    1212Requires PHP version: 7.0
    1313License: GPL2
     
    2929        $cits_mimes['svg'] = 'image/svg+xml';
    3030        $cits_mimes['svgz'] = 'image/svg+xml';
     31        $cits_mimes['ico'] = 'image/x-icon';
    3132        $cits_mimes['ttf'] = 'application/x-font-ttf';
    3233        $cits_mimes['otf'] = 'application/x-font-otf';
  • cits-support-svg-webp-media-upload/trunk/readme.txt

    r3005674 r3085990  
    1 === CITS Support svg, webp Media and TTF,OTF File Upload ===
     1=== CITS Support SVG, WEBP, ICO Media and TTF,OTF File Upload ===
    22Contributors: 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.
     3Tags: 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.
    44Requires at least: 5.0
    5 Stable tag: 1.0.0
    6 Tested up to: 6.4.1
     5Stable tag: 4.1
     6Tested up to: 6.5.3
    77Requires PHP: 7.0
    8 Version: 4.0
     8Version: 4.1
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    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.
     12Enable Securely upload SVG, WEBP, ICO, TTF, OTF files and automatically sanitize media files to protect your website from XML/SVG vulnerabilities.
    1313
    1414== Description ==
    1515
    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!
     16Enhance 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!
    1717
    1818*  New Update 2.0
     
    2020*  New Update 3.0
    2121*  SVG Sanitize -  keep secure your website
     22*  ICO Media support
    2223
    2324== Installation ==
     
    25261. Login in your WordPress admin panel.   
    26272. Navigate to Plugins => Add New from left menu bar.
    27 3. Now search "CITS Support svg, webp Media Upload" in search box.
     283. Now search "CITS Support SVG, WEBP, ICO Media and TTF,OTF File Upload" in search box.
    28294. Click on Install Now button
    29305. Then activate the plugin.
    30 6. Now you are ready to upload svg, webp images and ttf,otf etc fonts files.
     316. 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.