Better Font Awesome - Version 1.0.10

Version Description

  • Fix SSL bug breaking wp_remote_get() from https.
Download this release

Release Info

Developer McGuive7
Plugin Icon 128x128 Better Font Awesome
Version 1.0.10
Comparing to
See all releases

Code changes from version 1.0.9 to 1.0.10

better-font-awesome.php CHANGED
@@ -12,7 +12,7 @@
12
  * Plugin Name: Better Font Awesome
13
  * Plugin URI: http://wordpress.org/plugins/better-font-awesome
14
  * Description: The ultimate Font Awesome icon plugin for WordPress.
15
- * Version: 1.0.9
16
  * Author: MIGHTYminnow & Mickey Kay
17
  * Author URI: mickey@mickeykaycreative.com
18
  * License: GPLv2+
12
  * Plugin Name: Better Font Awesome
13
  * Plugin URI: http://wordpress.org/plugins/better-font-awesome
14
  * Description: The ultimate Font Awesome icon plugin for WordPress.
15
+ * Version: 1.0.10
16
  * Author: MIGHTYminnow & Mickey Kay
17
  * Author URI: mickey@mickeykaycreative.com
18
  * License: GPLv2+
lib/better-font-awesome-library/better-font-awesome-library.php CHANGED
@@ -99,7 +99,8 @@ class Better_Font_Awesome_Library {
99
  * @var array
100
  */
101
  private $wp_remote_get_args = array(
102
- 'timeout' => 10
 
103
  );
104
 
105
  /**
99
  * @var array
100
  */
101
  private $wp_remote_get_args = array(
102
+ 'timeout' => 10,
103
+ 'sslverify' => false,
104
  );
105
 
106
  /**
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: better, font, awesome, icon, icons, bootstrap, fontstrap, cdn, shortcode
4
  Donate link: http://mightyminnow.com
5
  Requires at least: 3.0
6
  Tested up to: 4.2
7
- Stable tag: 1.0.9
8
  License: GPLv2+
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -108,6 +108,9 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,
108
 
109
  == Changelog ==
110
 
 
 
 
111
  = 1.0.9 =
112
  * Fix debuggin hook set to init instead of plugins_loaded.
113
 
@@ -175,6 +178,9 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,
175
 
176
  == Upgrade Notice ==
177
 
 
 
 
178
  = 1.0.9 =
179
  * Fix debuggin hook set to init instead of plugins_loaded.
180
 
4
  Donate link: http://mightyminnow.com
5
  Requires at least: 3.0
6
  Tested up to: 4.2
7
+ Stable tag: 1.0.10
8
  License: GPLv2+
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
108
 
109
  == Changelog ==
110
 
111
+ = 1.0.10 =
112
+ * Fix SSL bug breaking wp_remote_get() from https.
113
+
114
  = 1.0.9 =
115
  * Fix debuggin hook set to init instead of plugins_loaded.
116
 
178
 
179
  == Upgrade Notice ==
180
 
181
+ = 1.0.10 =
182
+ * Fix SSL bug breaking wp_remote_get() from https
183
+
184
  = 1.0.9 =
185
  * Fix debuggin hook set to init instead of plugins_loaded.
186