Version Description
- Unhook library load() function from plugins_loaded and run directly from constructor (fixes bug preventing developers from overriding initialization easily).
Download this release
Release Info
Developer | McGuive7 |
Plugin | Better Font Awesome |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
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.
|
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.6
|
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
@@ -212,7 +212,7 @@ class Better_Font_Awesome_Library {
|
|
212 |
$this->args = $args;
|
213 |
|
214 |
// Load the library functionality.
|
215 |
-
|
216 |
|
217 |
}
|
218 |
|
212 |
$this->args = $args;
|
213 |
|
214 |
// Load the library functionality.
|
215 |
+
$this->load();
|
216 |
|
217 |
}
|
218 |
|
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.1
|
7 |
-
Stable tag: 1.0.
|
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.5 =
|
112 |
* Add fa_force_fallback and bfa_show_errors filters.
|
113 |
* Add hex icon values as $icon array indexes.
|
@@ -162,6 +165,9 @@ Better Font Awesome does it's best to load after any existing Font Awesome CSS,
|
|
162 |
|
163 |
== Upgrade Notice ==
|
164 |
|
|
|
|
|
|
|
165 |
= 1.0.5 =
|
166 |
* Add fa_force_fallback and bfa_show_errors filters.
|
167 |
* Add hex icon values as $icon array indexes.
|
4 |
Donate link: http://mightyminnow.com
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 1.0.6
|
8 |
License: GPLv2+
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
108 |
|
109 |
== Changelog ==
|
110 |
|
111 |
+
= 1.0.6 =
|
112 |
+
* Unhook library load() function from plugins_loaded and run directly from constructor (fixes bug preventing developers from overriding initialization easily).
|
113 |
+
|
114 |
= 1.0.5 =
|
115 |
* Add fa_force_fallback and bfa_show_errors filters.
|
116 |
* Add hex icon values as $icon array indexes.
|
165 |
|
166 |
== Upgrade Notice ==
|
167 |
|
168 |
+
= 1.0.6 =
|
169 |
+
* Unhook library load() function from plugins_loaded and run directly from constructor (fixes bug preventing developers from overriding initialization easily).
|
170 |
+
|
171 |
= 1.0.5 =
|
172 |
* Add fa_force_fallback and bfa_show_errors filters.
|
173 |
* Add hex icon values as $icon array indexes.
|