Plugin Directory

Changeset 3260520


Ignore:
Timestamp:
03/24/2025 04:45:56 AM (10 months ago)
Author:
themeruby
Message:

Update to version 1.1.0

Location:
local-fonts-uploader
Files:
27 added
2 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • local-fonts-uploader/trunk/admin/data.php

    r3260505 r3260520  
    2525            // Ensure font name is sanitized and valid
    2626            $name = trim( sanitize_text_field( $name ) );
    27             $name = filter_var( $name, FILTER_SANITIZE_STRING, FILTER_FLAG_STRIP_LOW | FILTER_FLAG_STRIP_HIGH );
    2827
    2928            // Sanitize font_data if needed
  • local-fonts-uploader/trunk/local-fonts-uploader.php

    r3260505 r3260520  
    99 * License:           GPLv3
    1010 * License URI:       https://www.gnu.org/licenses/gpl-3.0.html
    11  * Version:           1.0.0
     11 * Version:           1.1.0
    1212 * Requires at least: 6.0
    1313 * Requires PHP:      7.4
     
    2727defined( 'ABSPATH' ) || exit;
    2828
    29 define( 'LOCAL_FONTS_UPLOADER_VERSION', '1.0.0' );
     29define( 'LOCAL_FONTS_UPLOADER_VERSION', '1.1.0' );
    3030define( 'LOCAL_FONTS_UPLOADER_PATH', plugin_dir_path( __FILE__ ) );
    3131define( 'LOCAL_FONTS_UPLOADER_URL', plugin_dir_url( __FILE__ ) );
     
    138138/** LOAD */
    139139Local_Fonts_Uploader::get_instance();
    140 
  • local-fonts-uploader/trunk/readme.txt

    r3260505 r3260520  
    55Tested up to: 6.7
    66Requires PHP: 7.4
    7 Stable tag: 1.0.0
     7Stable tag: 1.1.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    6363== Screenshots ==
    6464
    65 1. Create a New Font
    66 2. Upload Font Variants
    67 3. Assign Font Variant to CSS Selector
    68 4. Backup and Restore
    69 5. Help and Documentation
     651. Creating a new font
     662. Assigning font to selector
     673. Create a New Font
     684. Upload Font Variants
     695. Assign Font Variant to CSS Selector
     706. Backup and Restore
     717. Help and Documentation
    7072
    7173== Frequently Asked Questions ==
     
    7880== Changelog ==
    7981
     82= 1.1.0 =
     83
     84* Improved: FILTER_SANITIZE_STRING is deprecated.
     85
    8086= 1.0.0 =
    8187
    82 Initial release.
     88* Initial release.
Note: See TracChangeset for help on using the changeset viewer.