Plugin Directory

Changeset 3379753


Ignore:
Timestamp:
10/16/2025 09:53:02 PM (4 months ago)
Author:
mijstrebor
Message:

Initial release of Fluid Font Forge version 4.3.3

Location:
fluid-font-forge/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fluid-font-forge/trunk/fluid-font-forge.php

    r3379740 r3379753  
    44 * Plugin Name: Fluid Font Forge
    55 * Description: Advanced fluid typography calculator with CSS clamp() generation for responsive font scaling.
    6  * Version: 4.3.2
     6 * Version: 4.3.3
    77 * Author: Jim R (JimRWeb)
    88 * Author URI: https://jimrweb.com
     
    6565 * - Nonce verification for form submissions
    6666 * - Input sanitization and validation
    67  * - WordPress security standards compliance
    68  *
    69  * @package    FluidFontForge
    70  * @subpackage Core
    71  * @version    4.3.2
    72  * @author     Jim R (JimRWeb)
    73  * @link       https://jimrweb.com
    74  * @license    GPL-2.0-or-later
    75  *
    76  * @wordpress-plugin
    77  * @requires-php 7.4
    78  * @requires-wp  5.0
    79  * @tested-up-to 6.4
    80  *
     67 * - WordPress security standards compliance
    8168 */
    8269
     
    10895 * @var string FLUID_FONT_FORGE_VERSION Current plugin version
    10996 */
    110 define('FLUID_FONT_FORGE_VERSION', '4.3.2');
     97define('FLUID_FONT_FORGE_VERSION', '4.3.1');
    11198
    11299/**
  • fluid-font-forge/trunk/readme.txt

    r3379730 r3379753  
    66Tested up to: 6.8
    77Requires PHP: 7.4
    8 Stable tag: 4.3.0
     8Stable tag: 4.3.3
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.