Skip to content

Releases: FortAwesome/wordpress-fontawesome

Release 4.0.1

06 Aug 23:45
Compare
Choose a tag to compare

Fix some Icon Chooser editor integration bugs.

Release 4.0.0

06 Aug 00:20
Compare
Choose a tag to compare
  • Add Icon Chooser
  • Add fa()->kit_token() method
  • Declare the API stable

Release 4.0.0-rc23

03 Jun 19:19
Compare
Choose a tag to compare
Release 4.0.0-rc23 Pre-release
Pre-release
  • FIX: plugin now handles kits with version "5.x" or "6.x"

  • FEATURE: shortcode supports attributes: style, role, title, aria-hidden,
    aria-label, aria-labelledby

Release 4.0.0-rc22

07 Apr 22:15
Compare
Choose a tag to compare
Release 4.0.0-rc22 Pre-release
Pre-release
  • Metadata about available Font Awesome releases is now stored as a normal option
    in the WordPress database, instead of as a transient. Thus, it does not expire
    and does not disappear if the transient cache is purged.

    This is in part to avoid the scenario where a request to the Font Awesome API
    server may be required to refresh metadata in response to a front end page load
    when that transient expires.

    Some site owners had occasionally experienced problems where a sudden burst of
    requests to the API server from many WordPress sites caused this plugin to fail
    when making a request with an error like 'An unexpected response was received
    from the Font Awesome API server.' This change means that it is significantly
    less likely that such a scenario will occur.
    (Additionally, changes have been made on the API server, also making it
    significantly less likely that this over-load failure will occur again.)

  • Developers: the refresh_releases() API method has been deprecated to discourage
    unnecessary blocking network requests to the API server.

Release 4.0.0-rc21

13 Nov 00:11
Compare
Choose a tag to compare
Release 4.0.0-rc21 Pre-release
Pre-release
  • optimize normal page loads by loading much less metadata from the database (#97)
  • move the Font Awesome settings link from the main admin nav menu back down under Settings, where it used to be
  • update the version of the conflict detection script to one that also detects conflicting kits
  • minor maintenance changes to keep JavaScript dependencies up to date
  • fix a bug involving the pseudo-elements setting when moving back and forth between using a kit and using CDN (#82)

Release 4.0.0-rc20

23 Apr 03:12
Compare
Choose a tag to compare
Release 4.0.0-rc20 Pre-release
Pre-release
  • support building themes that use this code as a composer package

Release 4.0.0-rc19

18 Mar 23:35
Compare
Choose a tag to compare
Release 4.0.0-rc19 Pre-release
Pre-release

additional error logging

Release 4.0.0-rc18

17 Mar 18:22
Compare
Choose a tag to compare
Release 4.0.0-rc18 Pre-release
Pre-release
  • minor update with additional error logging

Release 4.0.0-rc17

10 Mar 22:22
Compare
Choose a tag to compare
Release 4.0.0-rc17 Pre-release
Pre-release

Security: fix vulnerability in API token storage

Release 4.0.0-rc16

06 Mar 23:26
Compare
Choose a tag to compare
Release 4.0.0-rc16 Pre-release
Pre-release
  • Fix upgrade process
  • Replace some PHP closure callbacks with array callables that refernce instances of a Command class