Plugin Directory

Changeset 3372046


Ignore:
Timestamp:
10/02/2025 10:46:46 PM (4 months ago)
Author:
mlwilkerson
Message:

Update trunk for release 5.1.3

Location:
font-awesome/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • font-awesome/trunk/includes/class-fontawesome.php

    r3368594 r3372046  
    137137     * @since 4.0.0
    138138     */
    139     public const PLUGIN_VERSION = '5.1.2';
     139    public const PLUGIN_VERSION = '5.1.3';
    140140    /**
    141141     * The namespace for this plugin's REST API.
     
    16841684                );
    16851685
     1686                /** While this plugin's Classic Editor support does depend on tinymce
     1687                 * being loaded, the wp-tinymce dependency has intentionally been omitted
     1688                 * here due to compatibility problems with Toolset.
     1689                 * See: https://wordpress.org/support/topic/cant-edit-post_content-in-classic-editor-if-plugin-v5-0-1-or-v5-0-2-is-active/
     1690                 */
    16861691                wp_register_script(
    16871692                    self::RESOURCE_HANDLE_CLASSIC_EDITOR,
     
    16901695                        self::ADMIN_RESOURCE_HANDLE,
    16911696                        self::RESOURCE_HANDLE_ICON_CHOOSER,
    1692                         'wp-tinymce',
    16931697                        'jquery',
    16941698                    ),
  • font-awesome/trunk/index.php

    r3368594 r3372046  
    44 * Plugin URI:        https://fontawesome.com/how-to-use/on-the-web/using-with/wordpress
    55 * Description:       The official way to use Font Awesome Free or Pro icons on your site, brought to you by the Font Awesome team.
    6  * Version:           5.1.2
     6 * Version:           5.1.3
    77 * Author:            Font Awesome
    88 * Author URI:        https://fontawesome.com/
  • font-awesome/trunk/readme.txt

    r3368597 r3372046  
    191191
    192192== Changelog ==
     193= 5.1.3 =
     194
     195* Resolve a compatibility conflict with Toolset Types in the classic editor.
     196
    193197= 5.1.2 =
    194198
Note: See TracChangeset for help on using the changeset viewer.