Changeset 3464585
- Timestamp:
- 02/18/2026 06:15:39 PM (5 weeks ago)
- Location:
- block-for-font-awesome/trunk
- Files:
-
- 2 edited
-
block-for-font-awesome.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
block-for-font-awesome/trunk/block-for-font-awesome.php
r3447878 r3464585 4 4 * Plugin URI: https://getbutterfly.com/wordpress-plugins/block-for-font-awesome/ 5 5 * 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. 66 * Version: 1.7.7 7 7 * Author: Ciprian Popescu 8 8 * Author URI: https://getbutterfly.com/ … … 67 67 } 68 68 69 define( 'GBFA_PLUGIN_VERSION', '1.7. 6' );69 define( 'GBFA_PLUGIN_VERSION', '1.7.7' ); 70 70 define( 'GBFA5_VERSION', '5.15.4' ); 71 71 define( 'GBFA6_VERSION', '6.7.2' ); 72 define( 'GBFA7_VERSION', '7. 1.0' );72 define( 'GBFA7_VERSION', '7.2.0' ); 73 73 74 74 require_once 'block/index.php'; -
block-for-font-awesome/trunk/readme.txt
r3447878 r3464585 3 3 Tags: font awesome, font, icon, pictogram, fa 4 4 Requires at least: 6.4 5 Tested up to: 6.9 5 Tested up to: 6.9.1 6 6 Requires PHP: 7.1 7 Stable tag: 1.7. 67 Stable tag: 1.7.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 33 33 34 34 == 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 35 39 36 40 = 1.7.6 =
Note: See TracChangeset
for help on using the changeset viewer.