Plugin Directory

Changeset 3464585


Ignore:
Timestamp:
02/18/2026 06:15:39 PM (5 weeks ago)
Author:
butterflymedia
Message:

Update Font Awesome 7 to 7.2.0 (from 7.1.0)

Location:
block-for-font-awesome/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • block-for-font-awesome/trunk/block-for-font-awesome.php

    r3447878 r3464585  
    44 * Plugin URI: https://getbutterfly.com/wordpress-plugins/block-for-font-awesome/
    55 * Description: Display a Font Awesome 5, Font Awesome 6, Font Awesome 7 or Font Awesome kit icon in a Gutenberg block or a custom HTML block.
    6  * Version: 1.7.6
     6 * Version: 1.7.7
    77 * Author: Ciprian Popescu
    88 * Author URI: https://getbutterfly.com/
     
    6767}
    6868
    69 define( 'GBFA_PLUGIN_VERSION', '1.7.6' );
     69define( 'GBFA_PLUGIN_VERSION', '1.7.7' );
    7070define( 'GBFA5_VERSION', '5.15.4' );
    7171define( 'GBFA6_VERSION', '6.7.2' );
    72 define( 'GBFA7_VERSION', '7.1.0' );
     72define( 'GBFA7_VERSION', '7.2.0' );
    7373
    7474require_once 'block/index.php';
  • block-for-font-awesome/trunk/readme.txt

    r3447878 r3464585  
    33Tags: font awesome, font, icon, pictogram, fa
    44Requires at least: 6.4
    5 Tested up to: 6.9
     5Tested up to: 6.9.1
    66Requires PHP: 7.1
    7 Stable tag: 1.7.6
     7Stable tag: 1.7.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3333
    3434== Changelog ==
     35
     36= 1.7.7 =
     37* UPDATE: Update Font Awesome 7 to 7.2.0 (from 7.1.0)
     38* UPDATE: Update WordPress compatibility
    3539
    3640= 1.7.6 =
Note: See TracChangeset for help on using the changeset viewer.