Changeset 3334523
- Timestamp:
- 07/26/2025 10:47:18 AM (8 months ago)
- Location:
- cits-support-svg-webp-media-upload/trunk
- Files:
-
- 3 edited
-
includes/cits-custom-fonts.css (modified) (1 diff)
-
init.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cits-support-svg-webp-media-upload/trunk/includes/cits-custom-fonts.css
r3208746 r3334523 1 1 @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; 6 6 } 7 h 1{8 font-family: 'Roboto- Thin-Ashik', sans-serif;7 h2 { 8 font-family: 'Roboto-BoldItalic', sans-serif; 9 9 } 10 h6 { 11 font-family: 'Roboto-BoldItalic', sans-serif; 12 } -
cits-support-svg-webp-media-upload/trunk/init.php
r3208746 r3334523 7 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! and Custom fonts upload for Elementor 8 8 Tags: webp support, ico support, svg support, media upload, custom font upload 9 Version: 4. 2.09 Version: 4.3 10 10 Requires at least: 5.0 11 Tested up to: 6. 711 Tested up to: 6.8.2 12 12 Requires PHP version: 7.4 13 13 License: GPL2 -
cits-support-svg-webp-media-upload/trunk/readme.txt
r3208746 r3334523 4 4 Tags: webp support, ico support, svg support, media upload, custom font upload 5 5 Requires at least: 5.0 6 Stable tag: 4. 2.07 Tested up to: 6. 76 Stable tag: 4.3 7 Tested up to: 6.8.2 8 8 Requires PHP: 7.4 9 Version: 4. 2.09 Version: 4.3 10 10 License: GPLv2 or later 11 11 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 17 17 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 18 18 19 * New Update 4. 219 * New Update 4.3 20 20 * Upload Custom Fonts - Use any where 21 21 * Custom Fonts Support for Elementor … … 58 58 * WordPress Editor Support. 59 59 * 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.