Skip to content

Releases: FortAwesome/wordpress-fontawesome

Release 4.1.1

27 Jan 23:28
Compare
Choose a tag to compare
  • Simplified upgrade logic: makes the upgrade process on the first page load
    after upgrade quicker and smoother.

Release 4.1.0

27 Jan 00:14
Compare
Choose a tag to compare
  • Added support for using Font Awesome Version 6 Free with CDN. In order to use
    Version 6 Pro with this plugin, it's still necessary to use a Kit,
    since Version 6 Pro is not available on the classic CDN.
  • Renamed the "Version 4 Compatibility" option as "Older Version Compatibility",
    since compatibility features may now involve both Version 4 and Version 5.
  • Updated version of the conflict detection script used when configured for CDN.
  • FIX: in some cases, when running the conflict detector on the back end,
    there was an error about an undefined variable called $should_enable_icon_chooser.
    Fixed.
  • FIX: in some cases, when running php 8.0 or higher, there was an error related to
    calling method_exists(). Fixed.
  • Developers: The v4_compatibility() method has been deprecated and will be removed
    in a future release. It's now just compatibility().
  • Developers: The preference named "v4Compat" in the array argument to the register()
    method has been deprecated and renamed "compat". Any uses of "v4Compat" are automatically
    translated to "compat".
  • Developers: There are no breaking changes. Any code that uses the above deprecated
    features will continue to work the same without modification in this release.

Release 4.0.4

13 Sep 23:16
Compare
Choose a tag to compare
  • FIX: add hash values to JavaScript chunk file names to resolve the problem where
    sometimes an old cached version of a JavaScript file would load in the browser
    instead of the intended updated one. This caused some users to see a blank
    settings page after upgrading from a previous version of the plugin.

Pre-release 4.0.4-rc2

09 Sep 17:00
Compare
Choose a tag to compare
Pre-release 4.0.4-rc2 Pre-release
Pre-release

Add hashes to webpack output chunk file names to resolve some cache problems.

Pre-release 4.0.4-rc1

06 Sep 17:26
Compare
Choose a tag to compare
Pre-release 4.0.4-rc1 Pre-release
Pre-release

This includes a development-mode build for the admin JavaScript bundle to help with diagnostics, some additional error handling, and a few JavaScript cleanups.

Release 4.0.3

03 Sep 19:02
Compare
Choose a tag to compare
  • FIX: When in the Classic Editor in WordPress 5, do not load block editor
    script dependencies that assign to the global wp.editor object.
    This prevents problems with other plugins on the page that may depend on that
    global.
  • FIX: When in the Classic Editor where multiple editor instances are present,
    ensure that the Add Font Awesome media button on each is wired up to
    load the Icon Chooser on click, not just those buttons that were on the page
    at the time this plugin's initialization code is run.

Pre-release 4.0.3-rc2

30 Aug 19:57
a22082f
Compare
Choose a tag to compare
Pre-release 4.0.3-rc2 Pre-release
Pre-release

See #148

Pre-release 4.0.3-rc1

27 Aug 17:01
Compare
Choose a tag to compare
Pre-release 4.0.3-rc1 Pre-release
Pre-release

Release 4.0.2

26 Aug 00:38
Compare
Choose a tag to compare
  • FIX: re-enable the Icon Chooser in the Classic Editor on WordPress 4.
  • FIX: in some cases where the path to the plugin was a non-standard
    location--such as when installed via composer--the admin settings page and
    Icon Chooser would not load correctly. Fixed.
  • FIX: the global version of the lodash JavaScript library was again being overwritten
    by the version used by this plugin. Fixed.
  • The Icon Chooser's integration with the Block Editor (Gutenberg) has been disabled
    for Wordpress 5.0, 5.1, 5.2, and 5.3, due to incomptabile JavaScript libraries.
    All other features of the plugin work normally on those versions, including
    Icon Chooser integration with the Classic Editor.

Release 4.0.2-rc1

18 Aug 21:46
Compare
Choose a tag to compare
Release 4.0.2-rc1 Pre-release
Pre-release

Fixes for JavaScript bundling and webpack chunk loading.