Font Awesome Icons - Version 4.3.1

Version Description

  • Increase network request timeout to accommodate some slow-running Icon Chooser searches. We've recently added some new functionality to the Font Awesome API server. We're in the process of optimizing it for performance. In the meantime, some icon searches that return lots of search results are running slowly. Increasing the timeout allows those searches to run longer before considering it an error.
Download this release

Release Info

Developer mlwilkerson
Plugin Icon 128x128 Font Awesome Icons
Version 4.3.1
Comparing to
See all releases

Code changes from version 4.3.0 to 4.3.1

includes/class-fontawesome-metadata-provider.php CHANGED
@@ -109,6 +109,7 @@ class FontAwesome_Metadata_Provider {
109
  'Content-Type' => 'application/json',
110
  ),
111
  'body' => '{"query": ' . wp_json_encode( $query_string ) . '}',
 
112
  );
113
 
114
  if ( ! $ignore_auth ) {
109
  'Content-Type' => 'application/json',
110
  ),
111
  'body' => '{"query": ' . wp_json_encode( $query_string ) . '}',
112
+ 'timeout' => 10, // seconds.
113
  );
114
 
115
  if ( ! $ignore_auth ) {
includes/class-fontawesome.php CHANGED
@@ -126,7 +126,7 @@ class FontAwesome {
126
  *
127
  * @since 4.0.0
128
  */
129
- const PLUGIN_VERSION = '4.3.0';
130
  /**
131
  * The namespace for this plugin's REST API.
132
  *
126
  *
127
  * @since 4.0.0
128
  */
129
+ const PLUGIN_VERSION = '4.3.1';
130
  /**
131
  * The namespace for this plugin's REST API.
132
  *
index.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Font Awesome
4
  * Plugin URI: https://fontawesome.com/how-to-use/on-the-web/using-with/wordpress
5
  * 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: 4.3.0
7
  * Author: Font Awesome
8
  * Author URI: https://fontawesome.com/
9
  * License: GPLv2 (or later)
3
  * Plugin Name: Font Awesome
4
  * Plugin URI: https://fontawesome.com/how-to-use/on-the-web/using-with/wordpress
5
  * 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: 4.3.1
7
  * Author: Font Awesome
8
  * Author URI: https://fontawesome.com/
9
  * License: GPLv2 (or later)
readme.txt CHANGED
@@ -1,6 +1,6 @@
1
  === Font Awesome ===
2
  Contributors: fontawesome, mlwilkerson, robmadole, frrrances, deathnfudge
3
- Stable tag: 4.3.0
4
  Tags: font, awesome, fontawesome, font-awesome, icon, svg, webfont
5
  Requires at least: 4.7
6
  Tested up to: 6.0.2
@@ -162,6 +162,13 @@ You can get more information about all the available settings and troubleshootin
162
 
163
  == Changelog ==
164
 
 
 
 
 
 
 
 
165
  = 4.3.0 =
166
  * Introduce support for Sharp Solid.
167
  The Icon Chooser now includes Sharp Solid among the available styles when using
1
  === Font Awesome ===
2
  Contributors: fontawesome, mlwilkerson, robmadole, frrrances, deathnfudge
3
+ Stable tag: 4.3.1
4
  Tags: font, awesome, fontawesome, font-awesome, icon, svg, webfont
5
  Requires at least: 4.7
6
  Tested up to: 6.0.2
162
 
163
  == Changelog ==
164
 
165
+ = 4.3.1 =
166
+ * Increase network request timeout to accommodate some slow-running Icon Chooser searches.
167
+ We've recently added some new functionality to the Font Awesome API server. We're in
168
+ the process of optimizing it for performance. In the meantime, some icon searches that
169
+ return lots of search results are running slowly. Increasing the timeout
170
+ allows those searches to run longer before considering it an error.
171
+
172
  = 4.3.0 =
173
  * Introduce support for Sharp Solid.
174
  The Icon Chooser now includes Sharp Solid among the available styles when using