Plugin Directory

Changeset 3334523


Ignore:
Timestamp:
07/26/2025 10:47:18 AM (8 months ago)
Author:
ashikcse
Message:

Release version 4.3 with CSRF vulnerability fix and security enhancements.

Location:
cits-support-svg-webp-media-upload/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cits-support-svg-webp-media-upload/trunk/includes/cits-custom-fonts.css

    r3208746 r3334523  
    11@font-face {
    2             font-family: 'Roboto-Thin-Ashik';
    3             src: url('http://wp.test/wp-content/uploads/2024/12/Roboto-Thin.ttf') format('woff2');
    4             font-weight: 400;
    5             font-style: normal;
     2            font-family: 'Roboto-BoldItalic';
     3            src: url('http://wp.test/wp-content/uploads/2024/12/Roboto-BoldItalic.ttf') format('woff2');
     4            font-weight: 700;
     5            font-style: italic;
    66        }
    7 h1 {
    8                 font-family: 'Roboto-Thin-Ashik', sans-serif;
     7h2 {
     8                font-family: 'Roboto-BoldItalic', sans-serif;
    99            }
     10h6 {
     11                font-family: 'Roboto-BoldItalic', sans-serif;
     12            }
  • cits-support-svg-webp-media-upload/trunk/init.php

    r3208746 r3334523  
    77Description:  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! and Custom fonts upload for Elementor
    88Tags: webp support, ico support, svg support, media upload, custom font upload
    9 Version: 4.2.0
     9Version: 4.3
    1010Requires at least: 5.0
    11 Tested up to: 6.7
     11Tested up to: 6.8.2
    1212Requires PHP version: 7.4
    1313License: GPL2
  • cits-support-svg-webp-media-upload/trunk/readme.txt

    r3208746 r3334523  
    44Tags: webp support, ico support, svg support, media upload, custom font upload
    55Requires at least: 5.0
    6 Stable tag: 4.2.0
    7 Tested up to: 6.7
     6Stable tag: 4.3
     7Tested up to: 6.8.2
    88Requires PHP: 7.4
    9 Version: 4.2.0
     9Version: 4.3
    1010License: GPLv2 or later
    1111License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1717Enhance 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! and Custom fonts upload for Elementor
    1818
    19 *  New Update 4.2
     19*  New Update 4.3
    2020*  Upload Custom Fonts -  Use any where
    2121*  Custom Fonts Support for Elementor
     
    5858*  WordPress Editor Support.
    5959*  Elementor Page Builder Custom fonts supports.
     60
     61== Changelog ==
     62= 4.3 =
     63* Security: Fixed CSRF vulnerabilities in font assignment deletion and settings update with nonce and capability checks.
Note: See TracChangeset for help on using the changeset viewer.